rbuser
Comments
-
Forgot about riDialog and riNotebookTab. They're in the ppTypes.pas file.
Daniel
-
Just include the ppViewr.pas file in your uses.
Cheers
Daniel
-
Now that's what I call help! Thanks a lot, Jim. I'll implement these
instructions right away.
Happy New Year.
-
-
Thanks - that got me some output at least .Now, my problem is, a line is
skipped after each 2 records.
-
Never mind! I found the Print to File Setup Dialog from a previous thread.
So now I can get the report into a file, but the format is a problem. I'm
trying to create a fixed-length data file with a header
record. It looks like t… -
Thanks, Jim. I will take a look at that.
Take care.
Wayne McKittrick
-
Hi Jim.
Thanks for the quick reply.
I did some experimentation. The cause of the problem is that when the
TextFileName is set, the button is disabled; otherwise, it works.
I may try to work around this with my c… -
It's working now. Thanks.
J. Michael Eubanks
-
I tried it with TWPaintbox but the print quality is not good enough.
Is there any other way?
-
You could try to use the TWPaintbox found at
http://www.digital-metaphors.com/rcl/twpaintbox.zip
This components gives you access to a canvas with… -
Hi!
-
This has been reported and I will release a fix for it today.
James Waler
Waler Ltd
http://www.waler.com
-
The project has been sent to your support Email address.
-
-
I attempted to create a demo project but it worked flawlessly of course!
(Slick even) So I traced/stepped the error I was getting back from within
my project and here are more details of what is creating the exception:
"Projec… -
-
FWIW I'm having a similar (or the same?) problem with TExtradevices 2.53,
RB 7.01 and D6 SP2. No errors if I preview first then print to file. A/V's
on PDF, Excel etc. if I don't preview first. The base file gets created but
with … -
Send me the report as a RB "print to archive" file for testing.
James Waler
Waler Ltd
http://www.waler.com
-
James,
I tried that and that didn't seem to work. It seems like it is the specific
report because I create a simple report on the same form and that worked w/o
the access violation. If I had the source to RB I would probably k… -
Try this to see if it has something to do with the file creation/naming:
QuoteReport.AllowPrintToFile := True;
QuoteReport.DeviceType := 'PDFFile';
QuoteReport.TextFileName := 'test.pdf';
QuoteReport.ShowPrintDialog := Fals… -
James,
The same thing happens with another report and with other devices. I tried
with HTMLFile and ExcelFile- same results. If I print to screen then tell
it one of these devices, everything works fine. Any other ideas?
Does it happen with just this report or any report?
Can you try another device to see if it happens for all devices.
James Waler
Waler Ltd
http://www.waler.com
Markus,
are you using version 6.00, 6.01, 6.02 or 6.03?
You can download the trial version of 7.01 to check if you are using a version having this problem I mentioned. Version 7.01 should print fine in your situation.
rega…Hi Chris,
"Chris Ueberall [TeamDM]" meinte in
Hi Markus,
IIRC, there was a problem with an older version of ReportBuilder when printing from the preview like you did. Update to RB 7.01 if possible. I don't know if there is a patch for older versions available. You may contact support…We have also experienced problems at two different sites, with a black box
being printed instead of a logo.
We were trying to print to a Minolta at one site and it would work fine from
Windows XP,
but always printed a black…Hello,
the same problem came up at a customer here last weeks, too.
We are running the printing-software on two PCs, one has NT4 installed, the
other one 2000.
Both bring up this problem, imagebox is always fully black, dir…Actually, the product is built-in to another software product and is used
for printing forms such as purchase orders or invoices. The graphic that we
have trouble with is our letterhead graphic which appears on every form. I
do not be…Transparency is always set to false. We did see the same result with the HP
Laserjet 4 driver. This usually happens (99% of the time) on a local
printer and not a network printer. Changing the resolution to 300 dpi helps
but does not…