Jump to content

Recommended Posts

Posted

Hi,

 

Good work, thanks,

 

this is better remove this files from uses :

 

 

Uses
gtCstDocEng, gtCstPlnEng, gtCstPDFEng, gtExPDFEng,   gtPDFEng, gtClasses3, gtXportIntf, gtFRXportIntf

 

 

Regards

Posted

Hi,

 

Good work, thanks,

 

this is better remove this files from uses :

 

 

Uses
gtCstDocEng, gtCstPlnEng, gtCstPDFEng, gtExPDFEng,   gtPDFEng, gtClasses3, gtXportIntf, gtFRXportIntf

 

 

Regards

 

Thanks,

 

corrected.

Posted

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

  • 2 months later...
Posted

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...

Posted

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!

  • 3 weeks later...
  • 1 month later...
Posted

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

  • 1 year later...
  • 1 month later...
  • Administrators
Posted

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;

  • 5 months later...
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...