Jump to content

araujoadanr

uniGUI Subscriber
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by araujoadanr

  1. I'm trying to get the url of my application. I use ISAPI and it works well in this way, MyURL := UniSession.Host + UniApplication.UniSession.URLPath; But my network administrator assigned me a different port, to the public ip. Please look at the graph, would there be a way to get the final URL?
  2. Tutorial https://www.inflectra.com/support/knowledgebase/kb306.aspx BR Adan
  3. Work fine!!! Thank you very much.
  4. Please view the video test case. BR
  5. It has worked perfect for me. And this is explained correctly in the manual, forget this step, I'm sorry. Now I have a problem updating the application, I try to upload a new version of my application but I get the following message.
  6. Hi all, I'm trying to deploy my application with HyperServer in IIS, but I get the following error message when trying to connect to the database. Ole DB Error occured. Code 80070005h However, I have the properties correctly defined, and I have deployed correctly with HyperServer as Windows Service, but I can not achieve it with IIS. I have also tried to initialize manually, Coinitialize (nil) CoInitializeEx (0, COINIT_MULTITHREADED); Delphi Tokyo / UniGui 1.50.0.1484 / Sdac Devart 8.2. / SQL Server 2017 But I have test case with ADO. Test.zip
  7. Hi all, I am a Unigui developer a few years ago, and I have deployed applications such as services and IIS. I recently updated it to HyperServer, and I am pleasantly surprised not only by the easy deployment, performance, and hot update my applications, without my users even feel
  8. I was trying, but I'm not making it optimal, I saw an example in the falconsystems application.
  9. Hello everyone, Does anyone have an example of a popup dialog similar to this?
  10. function form.boxready(sender, width, height, eOpts) { sender.body.addCls('x-docked-noborder-top'); sender.body.addCls('x-docked-noborder-left'); } Works perfect!!! Thank you.
  11. Hello everyone, continuing with the design of a graphical interface, some have an example of how to make the combo similar to the sencha help finder example. https://docs.sencha.com/extjs/6.2.0/modern/Ext.field.Search.html
  12. thank you very much for your help, it works perfectly.
  13. I'm trying to replicate the example of Extjs, Someone knows how to modify the UniTreeMenu properties. http://examples.sencha.com/coworkee/#home ExtLayoutEmployee.zip
  14. I have the same problem when I have this property. MainForm.AlignmentControl := uniAlignmentClient.
  15. Does anyone know how to hide a UniTreeMenu node? I have a permissions table and I usually hide the menus from certain users, it works well with Main Menu, but it does not work with UniTreeMen UniTreeMenuNN.zip
  16. Excelent, thank you very much. Adan
  17. background color: Excelent, OK. BR Adan
×
×
  • Create New...