rbuser
Comments
-
Hi there,
Sorry we didn't update here. This has been answered a few days ago via email, in
reply to your email to support.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
----------------… -
Hello,
The property Report.PrinterSetup.DocumentName is set before calling
Report.PrintToDevices. Is this the reason why the documentname doesn't
appears in the windows print queue?
Regards,
Hanjo WillemsHi,
If you can wait, the next version of GridPack for ReportBuilder will
release a new component, TrbCalendar, please see upcoming detail at
http://www.planit-tech.com
I solve the problem setting DirectDraw:=true.
I have not understand the usage of this property.
Reading the Help I think that the best usage of this property is to set it
to 'True' but
the default is 'false'.
Can…Thanks soo much Nico for working and being patient with me. Thanks. And it
worked by the way.
Nico, I tried the code you gave me and got the same thing. Can't open the
document, the field that I am using.
Anymore suggestions?
Thanks Nico, I will give that a try. But I am not getting AV's if I don't
put the file extension. I get can't open document error. If that makes any
difference
1. Yes I am able to load this file (.rtf) successfully in the tppRichText
component from the design level
2. Loading that file into a TRichEdit on a form does fine. And I am using
the LoadFromFile procedure.
3. I a…I ran in to the same problem - all of a sudden parts of my reports were
missing from the printed output, even though they showed up on the print
preview window,
Rebooting the print server solved the problem.
Make sure to set the BaseURL property like this before printing:
ExtraDevices.HTML.BaseURL := 'CID:';
This will change the URL of the images so that the email program will read them.
As for the text issue, check out t…Thanks for your answer, it's very useful if I print in the default printer,
but if when the print dialog appears I choose other printer (diferent to the
default printer), I need that it takes the paper size that is configurated
in the…Thank you
Sorry Nico, but this Tech Tip is really confusing me, I've trying different
ways with no results.
I think this document needs to be overhauled.
Thanks,
Jorge
form
new
This point means rename the f…Hello Nico,
I'm going to try this idea, it looks more reasonable.
Could you please tell me where are stored the Tech-Tips ?
Is there a document with all this information we can download ?
Thanks a lot,
Jorge
In article <41767d3b@dm500.>, support@waler.com says...
Got it. Many thanks.
EdB
I am using Delphi 7.
The problem only seems to occur when the "Accessing Data" dialog is
displayed (I am using ppJITs for all data access). I will try and build a
program to demonstrate the problem which I will send via email…It seems that I am getting the AV when printing as well if the
ppReport.ModalCancelDialog:=False.
I have changed it to True to avoid the problem, but I thought you should
know.
Paulo,
I just sent you a personal email about this. Anyone else who might see this
who is using a HP 2300 printer, I'd like to hear from. We are having a VERY
strange problem with the printer that I'd like to know if anyone el…Did you tryed trasparent property for the rtf element?
chris (EULANDA)
Thanks for the fast response
The report I made already uses the layout you suggest (with a small page
height)…Am Thu, 11 Nov 2004 08:23:30 -0700 schrieb Nico Cizik (Digital Metaphors)
Hello
This method works fine, so it refreshes the printer list.
But if I just change the Units property then the program raises an exception
(External exception).
Any Idea????
Thanks
Thanks, it' working again...
Ralf
Hello,
I have exactly the same problem with RB9 Enterprise (Delphi 7).
Any suggestions?
Lars Hirthe
Hello, here is a sample that uses "biolife" table (just create an empty
application, insert TppReport and open report template from file).
Printing is OK, PDF created by TExtraDevices is ok, but PDF created by new
PDF export feature …Hi Sting,
You may also want to take a look at eDocEngine for exporting your RB reports.
eDocEngine draws lines without using images and where there are actual images in
your report you can have the image files created to …HTML does not support inline images so the device will create an image file for every
line on your report. They should be written to the directory specified in the TextFileName
property of the report. You can also disable the image export …Nico Cizik (Digital Metaphors) wrote:
ok, will do, thnx
Sting