rbuser
Comments
-
> When I print to file or the printer the device type is the same. Is there
what does your code look like?
Ed Dressel
Team DM
-
When I print to file or the printer the device type is the same. Is there a
different flag that's avialble?
-
> i wan't to push a botton and send data directly to printer, without
also, in addition to what Nico stated, set
TppReport.ShowPrintDialog := False;
--
Ed Dressel
Team DM
-
Nico,
Unfortunately I'm not as I don't have this particular printer/driver combo
available here. I AM able to print to our 3150 without any problems, so I
would tend to believe that it's something other than our package… -
Ok. That sounds logical so I will check the user running IIS.
-
Hmm. I am not setup to debug dll's under IIS. The code works fine if I am
debugging it under delphi, but the minute I compiled the code to run as a
dll under IIS then I start getting the error code.
I am not sure how to proce… -
Sorry. It is version 9.0.2.
I am not using any images. (I only receive the error when I try to run it
under IIS web server.)
Thanks
Joel
-
I'm not saving templates. I've just got the explorer hooked up with the
designer. I followed the tutorial to do this.
At runtime when I created a new report from the explorer there were no data
piplines available. To fix it, i… -
Hi Nick,
The problem is that the ppReport's -> data tab's -> data settings -> data
connection does not get its settings from the ppDesigner (at runtime or
design time). The database name I use at design time is differ… -
I read through the pages you suggested before posting. Normally the
documentation is quite good, but in the explaination of DADE it's failing.
I'll read some more as well as looking at the other tutorials.
You said "If you nee… -
Apparently the tutorial left a big section out.
I opened the report at design time and selected the data tab. I still
couldn't add my table until I reconfigured the Data Connection section under
Data Settings.Why aren't the re… -
Thanks for quick reply. Is there a Learning ReportBuilder created with RB
7? I am using RB7.04 and would like to have a copy if it is available.
Peter Tan
-
Hi, Nico,
I am not loading templates in my application, and even a smaller number of
PrintCount,
the report won't work also.
thanks
-
I'm working with RB 7.04 and I need to do it automatically because i need to
change SQL about 100 reports of all my Customers ( 75) and
I can't to do it manually
Any Idea ?
Thanks
-
Sorry- I got it to work the third time! I again deleted the TppReports
after saving them, this time I also deleted the RB units from the PAS header
then , re-added the reports and loaded them, built the application, then it
seeme… -
Actually, two of the reports in question don't need a datapipeline. I
simple manually update the fields for ease of printing. Yet, as soon as the
"Application.CreateForm(Tf_best_perform, f_best_perform)" statement starts
to excut… -
Nick,
Why?
How about printing landscape and using rotated text
components?
Thanks,
Brett
-
If your column has fixed number, then try GridPack for ReportBuilder at
http://www.planitechnologies.com, it has a RBCrossTab, which basically print
rows in columns.
… -
Does your columns has fixed number or not?
William
-
Played with that - it won't really do what I need. Argh I can't believe RB
can't do this.
That's twice this month I've stumped it with what I consider basic stuff.
Bummer.
-
Nick,
A cross-tab might work?
Thanks,
Brett
-
Hrm..wow I gotta say I'm surprised - this seems like pretty standard stuff.
-
Worked! Thanks.
-
Thanks Nico. Here is my original question:
I'm having a problem printing to a text file. On the Print dialog, I check
"Print to File", for "Type:" I specify "Text File" and for "Where:" I put
"c:\test.txt". After clicking "OK… -
Perfect, thank you!
-
Ok, it workes. I have to do
FReportDesigner.Report.SaveAsTemplate := True;
Thanks!
-
Yes thats what I need but it does not work That's the code if I start the
designer:
Report.SaveAsTemplate := True;
Report.Template.FileName := ReportPath;
Report.Template.LoadFromFile;
Report.Language := GetLan… -
Thanks, Nico.
David
-
Hi Nico,
I reset it on GroupEnd. I made a mistake in my message, it was not on
GroupBeforeFooter.
The reason why I can't put an ELSE statement is that This variable must hold
the minimal time value. It is calculated … -
Thanks Nard,
The update and patch fixed the issue.
Regards,
Bruce.