ijbranch
Comments
-
OK sorted. Doesn't need the .Value on the end.
Cheers.
Ian -
Thanks Nico.
So I added.. procedure HeaderBeforePrint; begin Label5.Caption := Report.Parameters['StartDate'].Value; end;
Done & Dusted. Thanks Nico.Ahhh. DeviceType. Obvious when I think about it.
Thanks Nico.Excellent. Thanks Nico.
On the side question - Is there an index/reference to the Demos?
IanHi savikko,
Presumably you are adding the smtp server login and password details??
IanHI Nico,
Patch implemented - Back in business. Thank you.
Regards,
IanAh Ha! Excellent thanks Nico.
Done. Works exactly as required.
Many Thanks,
Ian
Hi Nico,
I am getting there but is something I am missing.
The following is my basic code for the function..
{code}
unit myRapFuncs0037;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Fo…Hi Nico,
Thanks for that. Can you point me at an example of a pass-thru function pls.
Regards,
IanTks Nico,
I put the following in..
procedure ReportOnStartPage;
begin
Header.Visible := not(Report.DataPipeline.EOF);
end;
Works perfectly.
Thank you,
IanProgress.. Found I had two different versions of daDBISAM on my system. :-( Not any more. :-)
Current status:
1. I can open, modify and save ADS reports to the ADS rbItem table using the convert utility mentoned in previous posts.Hi Team,
So, thinking all was good I 'converted' a number of reports.
Didn't work in the DBISAM End User. :-(
So I modified the Convert template example which I had successfully used to convert the ADS templates, to view the DBISAM te…Hi Team,
OK. Found the issue. Seems not only does the DataPipeline = 'daxxxxQuery....' parameter have to be changed, but also the parameters for DatabaseName & DatabaseType.
Additionally, there will usually be multiple instances of e…Hmm. Inadvertently started a post. How do i delete thi please?Thanks Nard,
{rant on} I HATE Forums! Bring back the NGs.. {rant off}
OK. I exported a test report to .rtm, edited the daADS to daDBISAM, then loaded the .rtm into the DBISAM End-User app.
The report format showed up perfectly, ho…Another suggestion - Perhaps a Suggestions Category?
Would be cleaner. :-)Hi Nico,
I'm sure you've received all the backlash from that decision so I won't repeat the obvious.
As a note, I wouldn't have known you had responded unless I checked in. :-(
Thank you for the consideration on the suggestion. It…