jahlxx Posted March 18, 2016 Posted March 18, 2016 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. Quote
Skepsis IT Posted March 18, 2016 Posted March 18, 2016 If it's thread safe then it is ok. Fastreport is the most used. Quote
jahlxx Posted March 18, 2016 Author Posted March 18, 2016 I put a QR in a unigui form, but raise a warning can´t put a visual component in unigui form. Quote
Skepsis IT Posted March 19, 2016 Posted March 19, 2016 What is the warning? If it is a vcl component you cannot use it. Quote
jahlxx Posted March 19, 2016 Author Posted March 19, 2016 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. Quote
Skepsis IT Posted March 20, 2016 Posted March 20, 2016 I think that the message speaks for himself. Just you can't and you must go to other reporting tools Quote
jahlxx Posted March 21, 2016 Author Posted March 21, 2016 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). Quote
Skepsis IT Posted March 22, 2016 Posted March 22, 2016 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 Quote
FastCards Posted March 23, 2016 Posted March 23, 2016 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. Quote
ZigZig Posted March 23, 2016 Posted March 23, 2016 You don't have to search too far: http://forums.unigui.com/index.php?/topic/1039-quickreport/ 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.