adyble
Comments
-
Hi Nard
I was only using details and header. It was simply the Open checkbox that was causing it. -
If I don't check - Open File it works ok. Thats fine, I can open the file in code after.
-
Sometimes I get listindex out of bounds (1) but only on a different PC
-
Hi Nard
Which dataset component do you want me to use ? Is FireDAC ok ?
Andy -
An update. I have a quote that goes over 3 pages. The last item on each page is repeated as the first item on the new page. I recreated the report on the old version in Delphi 7 and it doesn't repeat.
-
Hi Nard
Its 2 straight select queries for the data,1 record for header and about 20 for the items. To test I've put a grid before the print to see the data and there are no dupes. The duplication changes with where the page break is, i.e. if I… -
Hi Nico
Can the data be in a different place to the reports? Our data will be on remote MySql servers. -
Hi Nico
I have a look at the server edition but I think it needs to be on a windows server ? -
It's actually the Advanced options of the export form. If check "Include singe header" it works ok. Just need to work out how to set that by default.
-
Hi Nard
in defaultbands we have btHeader, btTitle, btColumnHeader and btDetail set to True already. -
Hi Nico
I thought that too but when running ppReport1.Template.New ; it opens the designer. I just want it to create a template. -
Hi Nico
Please ignore, that report had no data ! -
Hi Nico
We tried this today but the data part of the file is in a format I don't recognise -
How can we extract the database setitngs as text ?
Thanks
Andy
object raCodeModule1: TraCodeModule
ProgramStream =… -
More info - When we open the data tab on the report it's blank. In File Data settings
Sessions type = FirteDAC session, Database Type = Advantage, If I choose New query designer or query wizard it displays a list of empty adt filenames, for …