Ronak Posted January 7, 2013 Posted January 7, 2013 Simple Demo project for fastreport Original demo contains a design flaw. See here. I added a revised demo. Farshad Demo_FastReport.rar Demo_FastReport_corrected.rar 5 Quote
patmap Posted January 7, 2013 Posted January 7, 2013 Hi, Good work, thanks, this is better remove this files from uses : Uses gtCstDocEng, gtCstPlnEng, gtCstPDFEng, gtExPDFEng, gtPDFEng, gtClasses3, gtXportIntf, gtFRXportIntf Regards Quote
Ronak Posted January 7, 2013 Author Posted January 7, 2013 Hi, Good work, thanks, this is better remove this files from uses : Uses gtCstDocEng, gtCstPlnEng, gtCstPDFEng, gtExPDFEng, gtPDFEng, gtClasses3, gtXportIntf, gtFRXportIntf Regards Thanks, corrected. Quote
richard_wu Posted January 7, 2013 Posted January 7, 2013 Here is create PDF to show and print demo Quote
Administrators Farshad Mohajeri Posted January 13, 2013 Administrators Posted January 13, 2013 Due a recent failure in server some attachments may be lost. Please upload again... Quote
Ronak Posted January 16, 2013 Author Posted January 16, 2013 Due a recent failure in server some attachments may be lost. Please upload again... Dear Farshad, Sorry for delay, I was having leave for 4 days... Demo re-uploaded. Regards Quote
fikret Posted April 2, 2013 Posted April 2, 2013 Hi! Great work is done here... I have only one problem: report is empty on firefox, it just keep loading forever. Downloading report is fine. Chrome works fine... Quote
AlbertoVesx Posted April 2, 2013 Posted April 2, 2013 Fikret, It seems that the problem is that Firefox (from version 19) has a native pdf viewer and its not compatible with fastrepor pdf format. Quote
fikret Posted April 2, 2013 Posted April 2, 2013 Fikret, It seems that the problem is that Firefox (from version 19) has a native pdf viewer and its not compatible with fastrepor pdf format. Thanks for info, my friend! Appreciated! Quote
Skepsis IT Posted May 26, 2013 Posted May 26, 2013 Hello and great job! Maybe a silly question. This demo for example will execute if I load the app as an Isapi module in a linux server? Thanks for your time Quote
golitsin Posted May 30, 2014 Posted May 30, 2014 IIS6.6 demo worked IIS7 - demo not worked. Not prepare report. Quote
Administrators Farshad Mohajeri Posted July 5, 2014 Administrators Posted July 5, 2014 Important I've just noticed that there is a big design flaw in this demo. A standard TDataModule and a global reference is used for reporting components. This method is not thread safe and will crash easily when a few users access simultaneously. You must use a uniGUI DataModule which is created separately for each session. You should never use global variables: var FrTools: TDataFrTools; Quote
Administrators Farshad Mohajeri Posted July 5, 2014 Administrators Posted July 5, 2014 I attached a new rar file to original post. 1 Quote
jemmyhatta Posted December 11, 2014 Posted December 11, 2014 Important I've just noticed that there is a big design flaw in this demo. A standard TDataModule and a global reference is used for reporting components. This method is not thread safe and will crash easily when a few users access simultaneously. You must use a uniGUI DataModule which is created separately for each session. You should never use global variables: var FrTools: TDataFrTools; Halo Farshad, Do you mean "uniGUI DataModule" is "Form MainModule" in uniGUI? Quote
Administrators Farshad Mohajeri Posted December 11, 2014 Administrators Posted December 11, 2014 Halo Farshad, Do you mean "uniGUI DataModule" is "Form MainModule" in uniGUI? UniMainModule or any DataModule created using uniGUI wizard. 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.