Jump to content

quickreport


jahlxx

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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