codeb Posted November 7, 2012 Posted November 7, 2012 I use Fast Report with UniGui and all is ok. First I have one report,generate PDF from FastReport and then display it in new form in UniURLFrame. Now I have tree different reports and when I generate one and show it I cant show other reports. Every time I generate different reports and then click button to show it I get first generated report. Please help Quote
Javi Posted November 7, 2012 Posted November 7, 2012 That's because you're using the same name for the PDF file. I recommend that each generated PDF has a unique name. Quote
Mortymer Posted November 7, 2012 Posted November 7, 2012 That's because you're using the same name for the PDF file. I recommend that each generated PDF has a unique name. Use this for filename generation: formatdatetime('yyyymmddhhnnzzz', now) + '.pdf' this is absolute unique Mortymer Quote
Mediv Posted November 8, 2012 Posted November 8, 2012 Use this for filename generation: formatdatetime('yyyymmddhhnnzzz', now) + '.pdf' this is absolute unique Mortymer I have added a random at the end, there were cases when the 1s formed more than one report. Quote
MariusTurnkey Posted November 8, 2012 Posted November 8, 2012 Hi, Would one of you guys mind uploading a simple example of using Fast Report please. Regards Marius Quote
lema Posted November 8, 2012 Posted November 8, 2012 Hi, Would one of you guys mind uploading a simple example of using Fast Report please. Regards Marius http://forums.unigui.com/index.php?/topic/298-unigui-in-how-to-use-the-fastreport-report-control/ Quote
Ronak Posted November 9, 2012 Posted November 9, 2012 working fine, demo for FastReport, http://forums.unigui.com/index.php?app=core&module=attach§ion=attach&attach_id=728 Quote
AlbertoVesx Posted November 9, 2012 Posted November 9, 2012 working fine, demo for FastReport, http://forums.unigui.com/index.php?app=core&module=attach§ion=attach&attach_id=728 Thank you. Quote
MariusTurnkey Posted November 9, 2012 Posted November 9, 2012 Thanks for the information. Regards Marius Quote
joenope Posted November 24, 2012 Posted November 24, 2012 I need to make the same name for the pdf file.. I already delete the old file, and create the new one.. How to display the new one in urlframe? Is it posible? Quote
Ronak Posted November 24, 2012 Posted November 24, 2012 I need to make the same name for the pdf file.. I already delete the old file, and create the new one.. How to display the new one in urlframe? Is it posible? Add some random value at the end of url like "R-123456.pdf?918237121212456" ... the next time urlframe refreshed Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.