Topic: need to print PDF and JPEG Report Seprate with seprate name

i working on big project and do and donts following

dont

multi select and clicked on print then file generates with combined which i dont want it ,i need to generate multi selected rows with seprate files with seprate pdf files with name given colum id




when JPEG report generates following query not working for file naming

Form1.Button4.dbReportResultFile := Form1.TableGrid1.Cells[0, Form1.TableGrid1.SelectedRow];


i hope what i need you understand it sample project attached to it plz check.

Post's attachments

Attachment icon Report Printing.zip 337.69 kb, 259 downloads since 2021-03-13 

Re: need to print PDF and JPEG Report Seprate with seprate name

plz help

plz

while generating report file into jpg format how to set file name as seleted row plz help


and with multi select combined file how to generate it seprately with diffrent selected rows name

plz plz plz help

Re: need to print PDF and JPEG Report Seprate with seprate name

Please Help

Post's attachments

Attachment icon naming.PNG 43.34 kb, 97 downloads since 2021-04-08 

Re: need to print PDF and JPEG Report Seprate with seprate name

ha ha ha i got it after research on it


simple we have to put 
Form1.frxJPEGExport1.FileName:='G:\image.jpg';