Jump to content

hoomanra

uniGUI Subscriber
  • Posts

    6
  • Joined

  • Last visited

Everything posted by hoomanra

  1. Hi. I am using UniGUI version 0.99.80.1260. I am designing an interface with a TuniDBgrid using ADO (DBGO) In this interface, I will have a couple of fields (like usercode, bankID, etc). These lookup fields, are all integer fields and have a corresponding table with details (e.g. a user table having fields like Usercode, UserName, etc ; and a bank Table having fields like BankID, BankName, etc). I used a couple of TUniDBlookupCombobox in my interface to lookup those fields and find the list fields that I specify (like Username and Bank Name) to show the user. This all works when I am editing the record. As soon as I post the data, all the listfields are gone and only the key fields are shown!! Can someone please explain how I can sort out this issue? Thanks heaps. Hooman
  2. As mentioned in my question, I want the standalone webserver to shutdown, not the webapplication (i.e. the web session). Uniapplication.terminate just terminates the active session and not the web server.
  3. Good Day All, Is there a way to shutdown the standalone unigui server by code (unigui function)? I can kill the app using windows api but I was wondering if there is a function somewhere in UniGUI framework that would do this. Thanks,
  4. Thanks heaps mate. It worked perfectly.
  5. Hi. Could anyone tell me how to expand or collapse a Tunipanel by code? I tried using extjs code like: Mainform.unipanel1.collapse (true) or Mainform.unipanel1.toggleCollapse (true) on different events of the panel when the weblication starts. It works. But it breaks the normal behavior of the panel. The panel wont respond to collapse/expand action when the user clicks on the collapse/expand botton on the top right of the panel. Any help appreciated. Hooman
×
×
  • Create New...