rbuser
Comments
-
Thanks for that Sarah.
Best regards,
Luiz Carlos Metzger
-
There is an example which makes the print button invisible on the preview
form.
http://www.digital-metaphors.com/tips/PreviewPlugin.zip
<… -
No Master-Detail relationships are set
-
Thanks,
How can I use embedded addressing with Report Builders print command?
Jim
-
Yes, it seems to work using "embedded addressing". See:
http://www.zetafax.com/teknotes/ZTN1011.htm
ie
-
Nevermind, I figured it out.
I did everything correctly and it works good. It was my lack of
understanding of how it works. I expected to see the tables in the
designer dropdown, without a query when using a data dictionary.… -
Thanks, but I have read all that documentation before posting here
including the Help files and the PDF for Developers.
Each time I attempt to use the DD in my project I get the fields for the
Fields/Tables instead of the data… -
Dan
has
inch
I have found a similar problem with HP Laserjet 5 and Windows 2000. Using
A4 instead of letter sorted the problem.
John
-
I am having a strange problem at on of our customer's sites. The report has
been designed with a .25 inch right margin but when it prints it has an inch
margin and cuts off the report print. The printer is an HP Deskjet 610CL.
Any id… -
Thanks, Jim...
Please, I think it is important for end-users to set visibility of the
toolbars, because most of them don't know how to show the toolbars.
Is it possible to fix this in next RB version?
Thanx a lot!
Sorry, pushed the reply button, instead of the reply group button...
Thanks, this set me on a new track. However, this approach is little
difficult because of the master detail needed.
I'll try to traverse the main query u…
"Jim Bennett (Digital Metaphors)" wrote in
> How should I do to put this feature in my program?
Use the TppDesigner & point it to the TppReport. Load the report into the
TppReport.Then call TpppDesigner.ShowModal. Save reports to a file system
outside of the EXE (…How should I do to put this feature in my program?
Thanks a lot
Sheck
Thanks Ed. Seems logical. It's not causing me a problem. I just wanted to know if it was normal
behavior.
Mike Kolter
President, Customizable Components
http://www.cust-c…Mike:
If you remove the loading from file, you will see that it is only created
once. The second creation is used to stream in the report from the file,
then it assigns the values to the current report object. If you watch theActually it looks like loading a template causes the constructor to be called again. The following
reproduces the behavior:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Grap…Got it. Thank you very much!
Vikram
> I don't see any attachments? Or, is there a separate newsgroup for
Sorry, in a separate post below titled 'Code Snippets for Images'
Ed Dressel
Team DM
Not sure where to find the posted code.....
I don't see any attachments? Or, is there a separate newsgroup for
attachments?
Thanks,
Vikram
The code is posted below. BTW, I have created an ISAPI DLL and did not have
the problem you mention.
Ed Dressel
Team DM
ED,
I am intrested too, now i'm having some problems with a reports that runs in
a ISAPI DLL end creates HTML output (TXtraDev). when placing a TeeChart on
it works fine in the IDE, even sending it to html, it creates a jpeg of …We would like to the similar approach of displaying charts in RB without
using TeeChart.
Would appreciate if you send me the code snippets.
Thanks,
Vikram
Thanks Ed, i will think and try to do this like you.
Erich
Hi Ed,
I'm interested.
I do the same like you via
TmpMeta := Chart1.TeeCreateMetafile(True, Rect(0, 0, Chart1.Width,
Chart1.Height));
frmDoc.ppImage1.Picture.Assign(TmpMeta);
Cheers<…This is a TChart issue, not a RB issue. Get the pro version of TChart and it
will work fine.
FWIW, I should share what I have done--because I believe it has made life a
lot easier for me :-)
I don't use TCharts in rep…Jim,
Thanks for the cheerful nudge to take a look at the documentation.
Guess its been a while since I reviewed them. I'll take a close look
at both of them.
Thanks again,
Phil
-----------------------------…> Currently i do not have any sub reports just a single, long, detail line
Wow. Break it into sub reports. This will make life a bit easier. I was not
aware that a detail band could be more then the page length (I am sure I got
Currently i do not have any sub reports just a single, long, detail line