rbuser
Comments
-
No, I have ready my report but when I send to the screen ALWAYS prints my
header band, now the question is how can I print ONLY once my header band,
of course in the first page so in the nexts pages doesn't appear.
Regards.
"Alejandro Romero Parra" wrote in message
Hi Eddy,
You will need to contact sales@digital-metaphors.com with your registration
information. They will be able to provide you with the upgrade information.
regards,
Chris Ueberall;
How ?
I can't see in DM web have download for patch !!
Hi Eddy,
may I encourage you to update to ReportBuilder version 5.56, it is free of
charge?
regards,
Chris Ueberall;
I placed 'ShowMessage' inside the afterprint event,
It calls one time only, when we close the preview.
RB 5.0
Hi Eddy,
Place a 'ShowMessage' in the 'AfterPrint' event to be shure how often it is
called.
What RB version are you using.
Once again, the 'AfterPrint' event is called twice in my case.
regards,
Chris Ueber…'AfterPrint' event fired one time with 'PrinterDevice = nil'
So there is no update on my code since PrinterDevice = nil
Note: the AfterPrint event only fired one time, when user close the preview.
It does not fire when it has be…Hi Eddy,
Sorry, but I just implemented it in my own application the way I showed.
Shure, first you assigned 'dtScreen' as device, that's for previewing, but
when printing from preview is called, the 'PrinterDevice' is changed by…You answer does not solve my problem.
If Report.DeviceType assign to Printer your solution working
However in my case Report.DeviceType assign to Screen,
User can preview the report on the screen,
If all data co…You answer does not solve my problem.
If Report.DeviceType assign to Printer your solution working
However in my case Report.DeviceType assign to Screen,
User can preview the report on the screen,
If all data co…Hi Eddy,
Check in the 'AfterPrint' event for :
Report.PrinterDevice <> nil
regards,
Chris Ueberall;
Mytskidis,
I have no problem using your code, but you have to set the transparent
property off.
regards,
Chris Ueberall;
That does it, thanks!
Ok, but my detail band has stretching memo and memo wan't stretch in static
detail band.
Hi,
use the following tech tip:
-----------------------------------------------------
Tech Tip: Storing Custom Information with Templates
-----------------------------------------------------
Question:
Problem wasn't with my DisplayFormat...was that I had ppVariable's type set
to STRING! Ooops...changed it to currency and now all is well. Thanks.
Using what method? Perhaps you could give an example.
Also, does DisplayFormat work differently than it does for other,
non-ppVariable fields? In other words, why can't I just use the
DisplayFormat?
Hi,
try a ppVariable and format your field within the onCalc event.
enjoy,
Ron.
With Version 5.56 all works fine!
Thanks
Klaus
Hi Ed, i'm using Rtm files to store the report configuration,
why then ReportBuilder creates these tables? How can i
avoid the creation?
Thanks
"Ed Dressel (Team DM)" escribi? en el mensaje
Those tables are what RB uses to store the reports in. Using the
report-explorer does this.
HTH,
Ed Dressel
I've sent to Digital Metaphors tech support a little project, with one form
wich contains :
TppReport, TppViewer, 3 buttons and TppJITPipeline.
When I click on 'Preview button', I load a rtf file (8 Ko) in a ppRichText
and …did you create all forms on start of your application?
This will bind many resources. Perhaps you can create the forms on demand,
and destroys them when not needed. This will decrease the use of windows
resources. Win9x has not many o…> Few precisions on my configuration :
I could have guess this. NT has a lot more resources then W98.
Ed Dressel
Team DM
Thank's for your response.
Few precisions on my configuration :
W98 SE, Delphi 4 SP3, RB 5.56
On NT 4, it runs correctly !!!
I'm going to send to you an example.
Laurent.
Laurent:
Can you create a small example and send it to support@digital-metaphors.com?
This will get you the quickest solution. You should also mention your OS
version and what your hardware is.
HTH,
Ed Dressel
Hello - bis,
the problem occurs only where PrintDevice is 'screen'. No problem with
printer or RTF document (with TExtraDevice).
Thank's for your help.
Laurent.