Jump to content

Recommended Posts

Posted

hi.

 

I use quickreport in my desktop / clienty - server applications.

 

can I use QR with an web app developed with unigui?

 

any other reporting tool?

 

thanks.

Posted

This visual control is not compatible with uniGUI

Please use uniGUI visual controls only

 

I use QR in all my apps, and I'd like to use it with uniGUI apps.

Posted

well.

 

for general info for all users interested in QR.

 

I've tested quickreport and it works.

 

- I put a QR in a unigui form, ignoring the warning.

 

- for every element I put in the report, raise the same warning, but I ignore them.

 

- I put a QRPDFFilter in the QR

 

- I run the report, connected a dataset, and insted of print or preview, I generate a pdf

 

  these are the lines of code:

 

   xreport := 'c:\test.pdf');

   rep.prepare;
   rep.QRPrinter.ExportToFilter(tqrPDFDocumentfiltER.Create(xreport));
   UniSession.SendFile(xreport,xreport);


- after generate the pdf, I run the comand sendfile, for the user can download or view the report.

 

and everything works fine.

 

I don't know if there are more ways to get the report, but this vay is the best for me.

 

one more step in my interest for unigui.

 

now I only have to solve my expired trial period. I need more time to test (oned month more or less).

Posted

For not having a problem must be thread safe. For better understanding i copied a term from wikipedia

 

Thread safety is a computer programming concept applicable in the context of multi-threaded programs. A piece of code is thread-safe if it functions correctly during simultaneous execution by multiple threads. In particular, it must satisfy the need for multiple threads to access the same shared data, and the need for a shared piece of data to be accessed by only one thread at any given time.

 

So take a look at the specs of qr for thread safe

Posted

I've tried to find out on the web but no joy yet. I have emailed QuickReport support and will post their reply here. I too have used QuickReport for many years and would prefer to use this with UniGUI if possible.

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