Jump to content

Servant5166

uniGUI Subscriber
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Servant5166

  1. I'm having the same problem on our corporate server too. The Cortex (Paloalto) endpoint protection will not allow the program to execute.
  2. The application runs for days, but when searching using the DBgrid, application crashes Here's what in the connection log file. *.dll: 00003940: 13:30:45 [HttpExtensionProc[*.*.*.*]]:EUniSessionException : Invalid session or session Timeout. : Addr: $02698463 *.dll: 00001BB8: 13:35:53 [HttpExtensionProc[*.*.*.*]]:EUniSessionException : Invalid session or session Timeout. : Addr: $02698463 *.dll: 00001BB8: 13:35:53 [HttpExtensionProc[*.*.*.*]]:EUniSessionException : Invalid session or session Timeout. : Addr: $02698463 *.dll: 00001BB8: 13:35:54 [HttpExtensionProc[*.*.*.*]]:EUniSessionException : Invalid session or session Timeout. : Addr: $02698463
  3. I'm getting the error below in my application. *.dll: 00004068: 13:49:06 [10.207.86.217]:Failed Sequence Recovery: SeqId: 4, Event: click *.dll: 00003CC4: 13:49:16 [10.207.86.217]:Failed Sequence Recovery: SeqId: 5, Event: click *.dll: 00003B04: 13:52:36 [10.207.95.218]:Failed Sequence Recovery: SeqId: 4, Event: click *.dll: 00003F10: 13:53:11 [10.207.95.218]:Failed Sequence Recovery: SeqId: 4, Event: click *.dll: 00000514: 13:53:46 [10.207.95.218]:Failed Sequence Recovery: SeqId: 4, Event: click *.dll: 00001BBC: 13:54:21 [10.207.95.218]:Failed Sequence Recovery: SeqId: 4, Event: click
  4. Is there a solution for this? I need to select the first record after sorting.
  5. Is there an answer to the question "How can I add more Font Awesome icons to the image component"?
  6. How can I goto the next page using the TUniDBGrid after scrolling to the last record in a page? I'm trying to create a continuous scroll action using the DBGrid. Thanks.
  7. Thanks. I really want the next page command to execute after my code runs. How can I get the next page of data and run my code?
  8. How do I capture when the next page button is pressed? I need to capture the event before the pagebar fetches the records. Thanks.
  9. How to hide column header menu of a UniDBTreeGrid? Thanks/
  10. Is there an answer to this? I need to select all rows and if necessary, delete some or all rows.
  11. I'm getting this error "Cannot read property 'getItemId' of undefined" Using Delphi 10.2 - uniGUI 1.0.0.1420
  12. Andrea, Thank you so much, Sir!
  13. Andrea, I like your solution. Can you post the code that would put the "More pages" button on the page bar and advance the dataset? Thanks in advance.
  14. Let me try something before I ask for your help
  15. Okay. I really like the PDFFrame. Also, the checkbox component is native to ReportBuilder. I really like uniGUI. My company uses Visual Studio as the corporate standard for web development. I've been using Delphi and UniGUI to convert some desktop applications fast and now people are interested in the tools. Good Job Sir!
  16. I created a report using checkboxes in ReportBuilder only. I've attached an example of what I see using the UniPDFFrame and the output from it. Test.pdf
  17. I'm not sure on how to do it. I would like a save dialog box to prompt the user for filename and location. Here's my code to create the PDF below function TrepDataModule.GenRep(ID: Integer; ReportName: string): string; var lPDFDevice: TppPDFDevice; begin lPDFDevice := TppPDFDevice.Create(nil); lPDFDevice.PDFSettings := Reports.PDFSettings; lPDFDevice.FileName := UniServerModule.NewCacheFileUrl(False, 'pdf', '', '', Result, True); lPDFDevice.Publisher := Reports.Publisher; // generate the report Reports.PrintToDevices; finally lPDFDevice.Free; end; end; Thank you.
  18. Hi, I'm using ReportBuilder 18, and I need an option to download PDF's to the user's machine instead of displaying the report. How do I accomplish this? I'm using uniGUI 1.0.0.1420 and Delphi 10.2. Thanks in advance.
  19. Hi, The UniPDFFrame frame does not display Checkbox correctly, but when downloading the file or using UniURLFrame the checkboxes are shown correctly. Please see the attached thumbnails. UniPDFFrame.png file shows the PDF render from the application Render.png shows the PDF downloaded using the option on the UniPDFFrame. The Reportbuilder.png is the design view of the report. I'm using uniGUI 1.0.0.1420 and Delphi 10.2 Thanks in advance.
×
×
  • Create New...