rbuser
Comments
-
Ok I got the program to print out my barcodes onto the avery labels. My next
question is how can i do a before print with this code. i have used the
before print when the report is on the form but not when it is created
programmati… -
I was able to get around it!
Thank You Though
-
Sorry for my english
I wish to be able at runtime to change or insert in list of DataPipelines
in workspace of my end-user application ppDataPipeline create after load a
report, because I can have two kind of reports, one wit… -
Sorry
I had ppDBPipeline.Visible:= False; (I don't known why...) for this I didn't
see it in Pipeline List of my Report in Design mode
Thank you
-
Nard
1) I load a Report from template
2) I link at runtime myDBPipleline to Report
2) Show ppDesigner
3)Now I need to insert in code in Datapipeline List myDBPipleline so in
Menu Report/Data in WorkSpace can choose … -
I need to change or insert at runtime Datapipeline Name in design mode after
I load a Report Template.
I sow your sample in an other your reply message about changing DatabaseName
after load a Report Template. I am trying to use tha… -
Hi,
We have tried the RotatedText component but it does not install into Delphi
5. The creators of this dont seem to respond to any emails so I guess that
one is out. Is there any other way possible that anyone knows of havi… -
On step 3 below, the only data chart control I have is a DBChart. My
application has the following in the Uses clause;
{$IFDEF ppTeeChart}
ppChrtdp,
{$ENDIF}
Windows, Classes, Controls, SysUtils, Forms… -
Thanks...that did it!!
and
series
just
help.
it.
Jim Shepard
--- posted by geoForum on http://delphi.newswhat.com
-
Nard,
Thanks for your quick response. I dont know if it is frustration or just
lack of sleep, but I am not sure where you are asking me to look for
this change. Can you give me a step-by-step response on how to find and
… -
-
Thanks Nico. But I did try that and nothing shows up in that drop down. Like
I said, all the other data aware components access the datapipeline. But the
DBChart does not show any pipelines in that tab. Any ideas??
-
Thanks Nico...that fixed that. But, although I get the editor for teechart,
I dont have any data. I dropped the DBChart on the report and the box you
would normally select the data from was still blank. My other data aware
componen… -
Hi Nico
You are right, but i don't able to print the message in the bottom of the
page, the message is printed at the end of the detail.
Thanks.
-
Report->Groups... is available in the designer when I am running from the
IDE. But the menu bar is not available when the end-user of our application
is using the our software. We display the four tabs (data, calc, design,
pre… -
Yes we are using the TppDesigner. But the report we are using as a test for
what the end user would want to make uses groups. We were able to use Groups
when we created a report from within Delphi's IDE, but when we ran our
program… -
Thanks that works great.
-Rob
-
Hi
You can use the following code.
We are using the OnShow-event and Assigned because the initializations of
the toolbars are not done before in RB9. In RB7 you can do it in the
OnCreate event.
__________
… -
I ment the designer window.
-
Nico Cizik (Digital Metaphors) wrote:
Thanks Nico
This example puts all the hard work into the host delphi app. Is there
anything I can code into the report itself?
This whole issue would be easy to deal with i… -
Further to this problem
I have traced the problem to the DockSite property on the application main
form. When this is set to true, the designer toolbars attach themselves to
this form rather than the designer form.
… -
Hi Nico
I did try removing the custom explorer unit and allowing it to use the
default explorer. However, when this is within the main application, the
problem is still there. I feel it must be something to do with the way the… -
I wont be able to upgrade to RB 9 in a hurry then, that will have to be a
longer term plan.
Cheers
-
RB 9 does not work with Delphi 5 right?
Thanks
Alex
-
Nico,
Its a program that has ReportBuilder built in. i can specify the data
section seperately, either an SQL statement that i type in or a stored
procedure. this returns the data fine as when i am in the layout section,
this is … -
Try to see at runtime when you are in preview page of workspace of a
ppDesigner.
-
Yes, I load it from a template. I am setting it OnLoadEnd event, but it
doesn't work fine.
-
Hello,
as I understand you right, you want to view a pdf by vcl to bind it in your
report application?
I found two products viewing PDF.
1.is from Gnostice,Thanks, works perfectly.
> You need to define three fields for the JITPipeline: ReportName, PageNo,
I don't see why I would need JIT to do this. I would just put three system
variables on the form in the report designer.
What I am trying to accomp…