Jump to content

donlego

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

Everything posted by donlego

  1. using hyper server with xamp apache 1 have 1 app exe 2 folder app ex : 1. my_app_1(folder) 2.my_app_2(folder) configure in http config <Directory "C:/my_app_1"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> <Directory "C:/my_app_2"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Alias /my_app_1 "C:/my_app_1/hyper_app.dll" Alias /my_app_2 "C:/my_app_2/hyper_app.dll" i can acces my_app_1 but cannot acces my_app_2 on the hyper sever conf i use port on folder my_app_1 start_port=16384 on folder my_app_2 start_port=16484 but i cannot acces my_app_2 is there any missing config ?
  2. maybe you can hide the column or set column width to 0 i use this for set the width Grid2.ColWidths[1]:=0;
  3. database log node session id with node id 4_ still conected , the user has close the browser, unigui monitor node no 4 is none/not exist session on the node no 4
  4. thanks sherzod , one more can we resize form width , with borderstyle =bsnone,
  5. yes , sory on chrome it work, how make both (ff,chrome) work ?
  6. tes case , hold and move the scroll bar move_form.rar
  7. unigui ver 1506 it's happen to me to , drag scroll bar on unidbgrid or other the form is moving
  8. hello mhmda seem the download url not valid , can you share again the project , move form with borderstle : bsnone
  9. hello how to change unichart left axis font size dan format number
  10. yes i set it to false unigui ver 1506, xe 7 , test on firefox & chrome
  11. If i want to add ctrl +s and ctrl +p On keyend and onkey start What value should i add ?
  12. hello in vcl mode i use if ((ssCtrl in Shift) and (key = Ord('s'))) then button1.click; how to do it on unigui , pres ctrl+S trigering browser save
  13. http://forums.unigui.com/index.php?/topic/12861-hyperserver-the-best-way-to-clear-a-session-on-database-when-the-web-server-restarts-or-the-server-restarts/
  14. Yap request on first hyper server release, and i can't create cloud sas with many user/company without session list
  15. thanks ron & picyka , it work i used on the server module on create to clear all left session , but not in the hyperserver mode , coz with hyperserver , every user opened the url/app it trigering the oncreate servermodule which delete all active session
  16. can't do this , coz i should not clear all session with user still connected to the system, need to count active session/user logged & active
×
×
  • Create New...