Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1558
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. 4. An other invisible issue : Advise : Update the last hyper_server.exe or hyper_server.dll. On the Server. When deploying your app on server with a new fresh unigui Build. You will say : "ok, i will install, as usually the last Runtime_FMSoft....on the server. " Humm....not enough i will say you ! - Let's say you just installed on your development PC the last build 1555. When compiling your app and testing hyperserver, all is ok. - when deploying on server, without updating the last hyper_server.exe or hyper_server.dll you will get some strage behavior. This is what happened to me a few weeks before. Without Farshad's help, I would have spent whole days patrolling. ______ BTW : if otrsys.dll is yours, it should be build with the same 1555 unigui Build.
  2. 3. Also, check your DB Server regional setting : Date / Time / currency format. This is a pernicious issue. In the past i had an issue with SQL text query, wich not correspond with the date format of the DB server. This had crached the app. http://forums.unigui.com/index.php?/topic/11699-toubles-as-service/
  3. 1. Are you using UnithreadTimer ? 2. On your PC debuging mode, is all OK ?
  4. Hello, Uninstall your servers Anti-virus (server application + server DB). That said, your plat-form (Architecture) is wonderfull.
  5. Hello, We (all communauty) should be glad to help you. But without informations ...? What are your : 1. Deployment : Hyperserver ( Service or isapi dll) ? 2. Unigui Build ? 3. DB connecting (FireDac, Devart, ...) 4. Config hyperserver ? 5. With or without SSL ? and more details... Let us know your story
  6. Hello, This problem is not related to Unigui. I have never seen this ! Try to review your code.
  7. Hello David, Did you manage to find a formula for estimating the price ? And you, Dear unigueers how are you doing ? Thx.
  8. Generally, it is not easy to convert an old VCL project to UNIGUI by a magic wand. There are certain rules to be observed in Unigui. In my humble opinion, it would be better to develop a new project with unigui and with the right DB components like FireDac or IBDAC (Devart). For that, you should practice a little on small projects. Good Luck.
  9. Hello, Like you are doing on VCL. Unigui is too close to vcl. Are you using IBX components ? (They are depreciated).
  10. Hello, Why don't use state ? If MyDataSet.State in [dsEdit, dsInsert]) then
  11. Hello wilton, In your Server PC, did you update also your build 1547 : hyper_service.exe (or hyper_service.dll) ? Or simply deployed your new release app.exe Solution : Try to stop your service (or iis) on your server and copy the new files 1547 : hyper_service.exe (if service) + hyper_service.cfg or hyper_service.dll (if ISAPII) + hyper_service.cfg Keep in mind that each new Unigui Build, you have to update theese files ! From Farshad : "The new version is not fully compatible with older HyperServer builds. So you need to upgrade Hyperserver too."
  12. Hello, http://forums.unigui.com/index.php?/topic/12306-how-can-i-access-local-storage/&do=findComment&comment=65734
  13. Many Thanks Maestro. You should edit a book : "Developing Client Side with Unigui" and i will buy it
  14. Hello, http://forums.unigui.com/index.php?/topic/12306-how-can-i-access-local-storage/&do=findComment&comment=65734 1. Let's say you have an elementary application (app0) with just a mainform and loginform. This mainform contains 2 labels : app1 and app2. 2. Store a local storage key (login) on the first time when a user open a session on this welcome mainform (app0). 3. When the same user click on app1, retreive this key on loginform.beforeShow event (app1). If the key is OK then app1.loginform.modalReslt:=MrOK 4. Keep in mind to destroy this key on all sessionOut (app0, app1, app2). _______________ NB : This work without parameters on URL lblapp1 : www.localhost:8077 lblapp2 : www.localhost:8078 Obeviously, for security, each app1 and app2 has its loginform. For more training you can see how to bypass loginform here (old sample) http://forums.unigui.com/index.php?/topic/9564-soautoplatformswitch-demo/&do=findComment&comment=74590
  15. I should search in my forms, wich contains TUnimageList. Once founded, i will delete the UniImageList, compile and try... If all is OK, put it again on this form and try again. If you have 100 forms with uniimagelist, then use EUREKA log for good diagnostic.
  16. Thank you "It is always preferred to create the web application in asynchronous mode" From : http://www.unigui.com/doc/online_help/synch-and-asynch-operations.htm?zoom_highlightsub=asynchronous
  17. Can you please explain How ?
  18. Hello, On topics related to alignment, you can find this advice : With unigui, don't use the classical VCL Alignment. Use instead the new layout : ServerModule: MainFormDisplayMode:= mfPage Mainform > ClientAligment
  19. Hello, Did you install Delphi 10.4.2 in japaneese langage ? When installing Delphi in a different langage (japan), Delphi use different folders name, instead of original (us). I had some issue in the past with french installalation (not with unigui). since that day, i decided to install Delphi always in us langage (by default).
  20. Hello Marco, I am sure that you can adapt your case, with what i sent you. Just replace DBMyDataSet (on the sample above) by your dataset. Regards...
  21. Thank you Wilton. You are our pioneer on Farm Server. Your expertise is precious.
  22. https://en.delphipraxis.net/topic/5757-patch-for-delphi-11-alexandria-available/
  23. One of the new features in Delphi 11 is high Dpi for 4K screen. Maybe you have to start your bds.exe without high dpi. On your shortcut "Delphi 11" ...bds.exe" "/highdpi:unaware" "-pDelphi"
×
×
  • Create New...