rbuser
Comments
-
would you like your report to simply start on page 10
-
I no longer get AV when I use the code in "StartSecondPass"
if (ppReport1.PrinterDevice <> nil) then
begin
ppReport1.PrinterDevice.PageSetting := psPageList;
if ppReport1.AbsolutePageCount > 1 the… -
My problem is "Before Print" fires before I can get the the last page
number, In your demo you have 1,30 hard coded for pages to send in the
"Before Print" event, Is this the only place to set this?
-
Then How do I set the report to print only 1st page and Last
Page(Report.AbsolutePageCount ) at that point before the second pass. The
second pass sends the pages, correct?, I tried setting the PageList in this
event and I got an Exce… -
The: ppRegion1.Visible := False
Yes, It works, but when I take the paid invoices it let a blank space row,
what can I do so I don't want that space in my report ?
Thank you so much.
-
That was it. Thank you for your quick response!
Kind Regards,
Kevin.
-
Thanks!
[]s,
Alessandro Ferreira
-
Nard,
I did understand that RB won't be an issue.
It's really my Delphi that's an issue since I can't actually upgrade to 2005
since it doesn't exist, and I don't have a way of obtaining Delphi 8/7 that
will upgrade to Delphi 200… -
I've uninstalled 7.04 to make my app working.
Anyway, the pb occured when I was in the designer, cliking on ppdbBarCode
button and cliking in a band to create a new object.
AV occured on this clic and the object wasn't created.
I… -
After uninstall 7.04 and reinstall 7.02, it's ok again.
Marc
"Solune - Marc Pleysier" a ?crit dans le message de
-
Thank you very much for your response, i will try to be more patient
with DM.
Reg
-
Hi,
i am not from DM, but speek for our company. We have some same experience on
.NET. Our main application has more then 2 million lines of pascal code. All
tests with Delphi 8 and .NET are very poor in all results. So i can … -
It also turns out that I am finally able to save the parameters by turning
the 'Save as Template' option off, then saving the report then turning the
option back on.
However when I pass a value to the parametes it does seem to… -
Hi Nico,
These steps seem to reproduce the problem on my side every time.
One thing I am not sure of, should the parameter show up in the object list
when I open the report designer?
If it should then I have a proble… -
Yes, it seems to only happen when saving to database.
The steps to recreate the problem:
a) create a report that is saved to database as a template - so far
everything works.
b) add a parameter and save the report - … -
Not quite. It turns out that it has something to do with using templates.
It looks as if when saving the report to a template (database) it either
does not save the parameters or perhaps it clears them when it loads the
repor… -
I have a simmilar problem on D7, RB 7.04.
I create a new parameter but opening the report builder designer erases it.
I tried saving my project and even restarting Delphi but the parameter still
gets erased once I open the desi… -
I just don't get this
for liIndex := 0 to ppReport1.GroupCount - 1 do
begin
if ppReport1.Groups[liIndex].BreakValue = '1221' then
begin
lGroup := ppReport1.Groups[liIndex];
lG… -
thanks I will try that.
-
how would you copy the object?
I have the same questions as the original poster.
I have for possible groups by four different sql statements.
TIA
-
thanks Nico
and thank for the swift reply
-
try www.psoft.sk
Though I can offer no options as I have no experience with it personally.
Regards, Phillip Herries
-
Nico,
I tried Traversal and there is no value at all.
If I put a label in the report and a var in the subreport assign with the
oncalc like this:
procedure TReptSF.ppVarMTotCogsCalc(Sender: TObject; var Value: … -
I am using Ver 7.04.
What is the difference between DatapipelineTraversal and Traversal?
Matt
-
By buying one of the third-party export devices
this is easily done. See newsgroup devices.
greetings,
Rob
-
Thanks Nico. I had thought of this but it was easy for us to copy the
existing code to the report's AfterPrint and do our own loop through the
dataset.
It's just that this sounds like such a simple thing to provide, its
unb… -
Thanks for the info Nico but that won't work for us. We need to have access
to the datasource as the report is being generated not the drawcommands.
That's why the existing export filters didn't do the job in the first place.
I … -
> So the question becomes is there any way to do something once - when the
I just checked through ppDevices and ppFilDev and that's way too complicated
for the simple task we are trying to achieve.
Jeff
-
I'll jump in here since I do some work with Eungi. Basically we want the
data for the report put into a CSV file. We used to use QuickReports 1.1
with Delphi 3 for years and we already had code that gave us what we wanted.
Basically w… -
> It can be used to control a great many things, but it occurs after the
Ah, I see. Thank you very much for clearing that up for me.
Regards,
Rich