rbuser
Comments
-
I can't believe that Report Builder can't handle this! Below are two
queries I want in my report. The dates are identical but return two
different Item types, Doors and DrawerFronts. I have tried using Views but
they are unforgivab… -
I am probably not explaining my dilema properly. I'll try to expand.
First, I am assuming there is no way to attach a second query (and therefore
2nd datasource, to a pipeline). It wouldn't seem possible to me, but I
could be … -
Thanks
Larry Killen
-
Thanks guys,
Mistake is mine. I had inadvertantly dropped the return value from the
SetupReport function some time back and failed restored it.
Got it working.
Still got an issue on adding a field to a group. Please see o… -
Hi Larry,
if you enter the try/finally section, the 'never called' line will be called. Place a 'ShowMessage' at the begining to verify it. Breakpoints are sometimes a bit puzzled in Delphi.
regards,
Chris Ueberall;
-
That may be true, but I put a Break point at "if lPrintDialog.ModalResult
<> mrCancel then"
and it is never tested! (see code below). That is before Windows takes
over.
Thanks
-
Hi Larry,
once the print job is sended, the application no more has control over it - that's Windows!
regards,
Chris Ueberall;
-
Sorry, The environment is: Delphi7, RB 7.0 Enterprise
Trond
-
The preview form is an custom MDI form, therfor the showmessage stop in the
loop. Else it will print (screen) all documents whithout user can actually
see them.
I will try to reproduce the problem as you suggest, as soon as poss… -
Thanks for the reply.
I have checked if we do that you have mentioned.
We do:
loop start
generate new data
...
Report.Reset;
...
Report.Print;
...
ShowMessage();
...
loop end;
Hi Patrice,
do you have 'ppJPEG' in your uses clause?
regards,
Chris Ueberall;
posted with XanaNews 1.12.4.1
Yes, the problem was the driver. It seems like Microsoft winXP drivers are a
must not. :-)
Thanks
Nuno Fonseca
Filosoft-Software, Lda
Hi Nuno,
There is a patch to fix the problem with the cancel dialog causing an AV.
Contact support@digital-metaphors.com
regards,
Chris Ueberall;
I haven?t explained myself correctly.
The situation is as follows:
The application supports batch report printing. The report is always the
same, but the DBFile from where the report gets the data is different every
time the re…Sorry,
I meant there is no RAP RTTI available for this specific property.
Hi Inna,
create a pass-through function and pass the report as parameter. The error gets raised because there is RAP RTTI available for this specific property.
regards,
Chris Ueberall;
Thanks Jim, it works.
I have another question though. Can I implement this using RAP? I'd like to
put this code in OnPrintDialogCreate:
Report.PrintDialog.FileFilter := 'CSV files|*.CSV';
Report.PrintDialog.DefaultFileE…Ok, I generated the report to archive and then read/printed it with
tppArchiveReader and it printed perfectly (this is good!). So I changed my
application code to first output the archive file and then print it with
tppArchiveReader.…I decided to eliminate the print driver issue. I used the MS Publisher
Imagesetter print driver and output a postscript file. The results were the
same random disappearance of graphics. I also trimmed the application down
to the m…We have a similar problem using 4.5. We always see loaded graphics in the
preview, but only an unpredictable half of the graphics actually print. I
tried the demo of 7 and got the same results. Also tried toggling
transparency and …Thanks,
Gonna try it out...
Eduardo Gomes
Insurance Solutions
One choice would be to convert it to grayscale yourself before printing it.
You could use or start from one of these convert fonctions :
function ConvertBitmapToGrayscale1(const Bitmap: TBitmap): TBitmap;
var
i, j: …This happened to me when I installed the licenced version without uninstalling
the demo one. Looks like the demo leaves traces of its presence.
To fix that I've had to
- uninstalled the licenced version
- install the de…I saw on the TRichView web page that it has a TRVReportHelper component that
can draw documents at the specified rectangle of any Canvas, including printer's
Canvas.
So maybe you could use the TWPaintbox and print on it using t…OK, thanks you very much.
Ok, but it's not my question.
I don't use the "TRichEdit" standard component but an other component
"TRichView" which is a conponent which allows to insert some images,
metafile, OLE link etc...
How to print a text wh…What is the error message? Are you printing via code or through the user interface?
James Waler
Waler Ltd
http://www.waler.com
Hi Olivier,
I did my tests with D5/RBE5.6 and D7/RBE7 on W2K, are there other users that can confirm the floating edit pane?
Can you do a test with another machine/OS?
BTW, check your outlook settings regarding quoting ex…O.S.: XP
Delphi 6
ReportBuilder 7
I have this behaviour all the time but I have recently installed InfoPower
3000...
"Chris Ueberall [TeamDM]" a ?crit dans le message
Hi Olivier,
never seen that! Do you have this behaviour all the time? What OS are you using? Did you something special?
regards,
Chris Ueberall;