rbuser
Comments
-
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Hi, Mike:
Finally, I got a simple CGI to return a report in pdf format and I can view
it in IE without generating an external file. Thanks for all your help.
There is still one glitch though. Sometimes, instead of the re… -
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Ping Kam wrote in message > Okay, I will install it and
see what comes up.
After running the Inetstp.exe, I got an entry in the Start|Programs call
Microsoft Peer Web Services (Common) but I don't see any IIS related entry
un… -
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
Mike Leftwich wrote in message
-
"Ping Kam" wrote in message
-
I have removed almost all my code from my little test app now. I simply
copy and paste the rpt and the TextPipeline component from the TExtraDevices
demo program into my WebModule and relink the datafile. I preview it at
design time… -
"Ping Kam" wrote in message
-
"Rene Belle-Isle" wrote in message
-
I useDelphi 5 and RB 6.2. When I attempt to create a second instance I
receive this error message : "This object already exists in the collection".
I don't use RichEdit and I don't use TeeChart.
Here an example :
"Rene Belle-Isle" wrote in message
Got it. The field labels need to be in the Title band.
OK! Use Master -> Detail report can solve this problem.
Hello, Jim:
Thanks for reply!
Actually my report have several pages, each page has a form( Image
background). I follow the tutorial "Hooking Reports Together with Section-Style
Subreports" to make this report.
Th…Watermarks.
I have been looking for a robust way to implement a watermark in RBuilder
for some time. My requirement is to have a line of text, such as "D R A F T
D R A F T" appear on each page visible but underneath all other te…
Phew (wiping sweat from brow), now works!
Regards, Peter Evans
Resending my Post of 11 Nov.
I am completely stuck with this problem.
original
Thank you for giving me a clear example to work with.
I followed your lead and placed a ShowMessage() in my code ::-
ShowMessage(ShowMessage('The ppReport1.DeviceType is ' +
ppReport1.DeviceType);
This gave th…Unfortunately still struggling...
I decided to suppress the memo to the Report Emulation Text File.
This is what I coded (in ppReport1BeforePrint(Sender: TObject)) ::-
IF ppReport1.DeviceType = ppTypes.dtReportText…