rbuser
Comments
-
Nard excusme for ask again
that's my problem i need to print record by record, imagine a ticket with
1000 records if you print all when the operation is finshed , the print time
will be infunctional for that i need sent the header rep… -
Nard my problem is with slowly printers (the user can't wait to print a
master with 100 details, need to close the operation when the last detail
record is saved) then i must to print while insert detail records then when
the user fi… -
On Wed, 23 Nov 2005 08:39:31 -0500, Nick Hustak
-
Hi Nard,
Thanks, I've found it.
For anyone who is interested in this demo, it's in Delphi unit dm0124.pas,
in the folder RBuilder\Demos\Reports\
Regards,
-
Hi, Nico
Thank you for your reply. TppDevice does work, and TppStreamDevice works,
but terminates with an "Abstract error". As I prefer to use the TppDevice,
all seems ok.
Now I need to be able to send only a set of… -
I am now using a TppStreamDevice and assigning the OutputStream property to
a TMemoryStream (that has been created), but it is giving me an "Abstract
Error".
If I preview/print the Report all works well.
Can someone help … -
Go it working now...
I tried refreshing RB's printer list (as that process destroys the
global ppPrinter object) and that didn't work (same behaviour as
before), but printing to a text file and sending it to the printer
thr… -
Hi, Nico,
Yes, I know... I've been wanting to upgrade to RB9.03 for quite a while
now but we are already a bit late with the release of our software and
can't spend the time yet to upgrade it and all the libraries (including
Its within the same application, and the WPTools units should be ok since
the report creating the RAF file works fine.
Thanks Nico
I'm still on 9.02 because I don't get notificications. I'll tell them
again about my new email address to see if I can get the update.
And I'll put ppJPEG in the uses clause.
It work fine !!!!!!
Thank and Heppy New Year !!!!!!!!!!!!!!!!!!!!
Hello,
(
if you run the Demo program of RBuilder, you'll see that if I choose a paper
size as 3x4 inches,…Yes, Mr. Cizik
I did hard tests about this, and this just work
when I change the printer driver.
My printer is LX-300+, then, don't work correctly.
The paper eject, without set the size of my paper.
Whe…that really helps.
thank you very much, Nico.
>Has anyone done an XML Export TppFileDevice?
If not, would anyone be interested in one? I am contemplating
writing one for use in our project and if someone else would
like it, I may try selling it.
MB34
Sorry, my problem was because my transaction was closed.
Thank You
"Vincenzo Scarpellino" ha scritto nel
Hello again. I guess I did not make myself clear. I HAVE looked at the
SavePrinterDevMode project. The following code was in there. I see that
the GetDevMode method is used to set the properties to the printer and the
setdevmod…Yes it is 10.03.
It's using outlook. But it is a specific report that gives this error -
other reports are fine. But with the nature of the error I have no idea why
it it fails. A normal preview / print of the report is fine.
XP Home Edition, but I tried it on Win2003 Server Edition too.
Hi Ravi,
As Nard suggested, please do check out eDocEngine ;-).
We do support very good compression for images and other content.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---…Dear Nard,
I'm using RB 10.3 and FireBird 1.5.3.x
I attach the FireBird database engine. It's safe to use: Just do a default
installation of FireBird SuperServer. Install it as a service. The
footprint is very small. …OK have worked it out, using the wrong names for device types.
Thanks
Alex
Who those who are interested the problem was with the default printer (or
lack of it).
the machine used to render pdfs should have defoult printer or other the
report layout will not be consistant.
I created two test reports and mailed the info to you with the ftp address,
UserID and Password from where to download the project files as two zip
files:
One using ClientDataSets
One using FireBird with the direct drivers - no…The TppDBImage (the photos are at the end of a selected Geosite) is inside a
TppRegion.
Rather than explaining the layout, I'll rather start working on a example
based on ClientdataSets. It's important for me not to use Pragn…I understand your explanation about the z-order and "text as image" thing.
I had a TppDBCheckbox and it seems that forced the content of the TppRegion
to an image, BUT Pragnaans Export devices overcome these practicalities for
the …Hi Nard,
Maybe i was't clear enough. I know lPrinter.PrinterSetup.BinName gives me
the default BinName given by reportbuilder which always will be 'Default'.
lPrinter.PrinterSetup.BinNames will give me the collection of availabl…My bad - no sooner did I post this that I found the reference to an old
version in the compiler directories. Once it was looking in the right
subdirectory the compile went fine.
Tahnk you for you help. i will try that.