Jump to content

IdrisZZ

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by IdrisZZ

  1. I'm using uniGUI Complete Edition 1.90.0.1554
  2. I can't make a combobox like a tree menu. please give an example, thank you
  3. execuse me, how to make it look like a tree menu ?
  4. How do I make a search in UniTreeMenu like UnitreeView1 ?
  5. I has been install pdf viewer on client, but can't display to UniURLFrame1. Thank's
  6. Show dialog := False; it's OK But, in client not view on UniURLFrame1. Just download file
  7. Why dialog print to pdf view on server when project run to client ? Thank's
  8. You can't. A VCL dialog can't be displayed in web mode. uniGUI doesn't provide a mean to achieve this. If you need such a dialog then you must design it yourself using uniGUI controls. What is component unigui controls for design report displayed in web mode ?
  9. You simply type IP address of the server in the client browser: For example: http:://192.168.1.100:8077 What the UniGUI project.exe is execute or RUN on Server ?
  10. OK Thank's. So, how to view report on UniURLFrame1 without show dialog VCL Mode ?
  11. By the way, How to setting Project UniGUI For Client Server on the LAN(Local Area Network) ? Thank's
  12. I'm Sorry, it's True : "Show Dialog := false;" Thank's
  13. Sorry, I mean Dialog when we call procedure : frxPDFExport1.FileName := S; frxPDFExport1.DefaultPath := UniServerModule.LocalCachePath; frxReport1.PrepareReport(); frxReport1.Export(frxPDFExport1); UniURLFrame1.URL := UniServerModule.LocalCacheURL+S; and I mean Taskbar on windows desktop. Thank's
  14. I mean : Dialog Form for Export to PDF always hidden on task bar.
  15. Why dialog print to pdf always hidden on task bar, not view on web and view : ajax error Thank's
  16. frxPDFExport1.FileName := 'LapBarang.fr3'+FormatDateTime('hhmmss.zzz',Now())+'.pdf'; frxPDFExport1.DefaultPath := UniServerModule.LocalCachePath; frxReport1.PrepareReport(); frxReport1.Export(frxPDFExport1); UniURLFrame1.URL := UniServerModule.LocalCacheURL+frxPDFExport1.FileName; Code is work, but view error : Project1.exe raised exeception class $C00000005 with message 'access violation at 0x876579c5: read of address 0x345sdf Thank's
  17. How to make Report on Delphi UniGUI For Web ? Thank's
  18. How to Setting Web Server for Program.exe in delphi InuGUI ? Thank's
×
×
  • Create New...