Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1558
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. Dears, https://docwiki.embarcadero.com/RADStudio/Alexandria/en/What's_New?utm_source=Eloqua&utm_medium=email&utm_content=Notification-230228-RAD-11-3
  2. Yes, both 1564 and 1565 are working fine for me. On Delphi Pro 11.2 Alexandria.
  3. Enjoy https://www.ideasawakened.com/post/leveraging-chatgpt-to-generate-a-delphi-class-along-with-crud-code-from-a-table-schema
  4. We are wholeheartedly with our Turkish and Syrian Brothers who have lost their loved ones. And everywhere in the world where a human being suffers. May God grant us his blessing and accept our forgiveness.
  5. The first thing comes to my mind is to simulate : CTRL + mouse wheel (on Server side). How ? Didn't test it
  6. Abaksoft

    MARIA DB

    Dears, Do you know about MariaDB ? A very, very good performance ! I am seeing on google : - Faster then MySql - Better Pooling (200 000 connexions ! ) - and so... I would like to know what is your expertise about it ? Anyone is using it with devart Unidac ? Thx _______ https://www.guru99.com/mariadb-vs-mysql.html#:~:text=Key Difference between MariaDB and MySQL&text=MariaDB is Open Source%2C whereas,MariaDB is faster than MySQL.
  7. Eric, If we refer to the doc http://www.unigui.com/doc/online_help/index.html?hyperserver-server-farm.htm It appears that : • Each Slave Server contains : Nodes • Each Node contains : many sessions • To control load balancing mecanism, we have to define a max_Nodes parameter on each Slave server. @Farshad : it remains an enigma for me : max_connexions for a Slave. Is that mean max sessions ? Let's go for tests...
  8. Thank you Picyka, How does it work ? I tried, but no Alert. Can you send an example. Thx procedure TMainmForm.ExecuteLocalizacao(Botao : String); begin UniSession.AddJS( 'if (navigator.geolocation) { ' + ' navigator.geolocation.getCurrentPosition( function(position) { ' + ' ajaxRequest(UnimFormMeuAtendimento.'+Botao+', "CurrentPosition" ,' + ' ["lat=" + position.coords.latitude, ' + ' "lng=" + position.coords.longitude, ' + ' "acc=" + position.coords.accuracy, ' + ' "alt=" + position.coords.altitude, ' + ' "altacc=" + position.coords.altitudeAccuracy, ' + ' "head=" + position.coords.heading, ' + ' "ts=" + position.coords.timestamp ' + ' ]);' + ' })' + '} else {alert("Localização não suportada!");}'); end; procedure TMainmForm.UnimButton1Click(Sender: TObject); begin //Self.ExecuteLocalizacao(TUnimButton(Sender).Name); ExecuteLocalizacao('Paris'); end;
  9. Try Demo From : https://github.com/antoniojmsjr/IPGeoLocation
  10. Humm... Also Not work Project Project1.exe raised exception class EIdOSSLUnderlyingCryptoError with message 'Error connecting with SSL. error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version'. I tried all Indy Client IdHTTP1 parameters ...
  11. Try this design, very usefull. (From our Friend Sherzod) http://forums.unigui.com/index.php?/topic/14898-config-period-time-default-calendarpanel/&do=findComment&comment=81130
  12. There is No pdf File. 1. You can find Online Documentation here : http://www.unigui.com/resources/online-documentation/developer-manual 2. Also, you can find uniGUI.chm (Help not updated) on C:\Program Files (x86)\FMSoft\Framework\uniGUI\Docs After installing Unigui. uniGUI.chm
  13. Hello Cyracks, Probably you are looking for Hook technics. Try google with these words "delphi hook keyboard scanner". You will find your solution. I will try to find my old program with hook intercepting, without Tedit focused. __________ EDITED: Hummm.....HOOK is ServerSide. Use instead ClientSide on KeyPressed Event as advised by irigsoft. And setFocus to YourEdit on Form.Onactivated Event.
  14. Hello Irig, That's a big question. If you find the solution, you will revolutionize the current protocol HTML. Just do a search on google to realize that, if things are simple for sending text, they are not for images and binary files. May be a clue to help you. If you can convert an image to text, then you're done.
  15. Yes. No problem. Can you follow the steps on Readme.txt from the pack i sent you. You will obtain an easy way (automatic) to install your application as service as HyperServer (on CD directory). Waiting for your feedback. Be hapy, I won't let you go until you get there ______ Once the installation succefful on your server, you can open on a other PC: - 1 st Test Server IPAdress : http://xxx.xxx.xxx:8077 - 2nd Test your subdomain : http://new.sadfm.co.za:8077 and Print to see your pdf. Regards
  16. Joan, I confirm : There is No Problem with Unigui + Hyperserver + subDomain I just do a test (without SSL) and that works as a sharme : toto.coco.net:8077 (site not available, just an example) The PDF is loaded as expected. Probably you have something wrong on installing Service on hyperserver. You can use this program : FR_HyperServer.7z
  17. Ok, 1. Where is your Fast Report file .fr3 ? Is it on ServerModule.files folder ? (This is the perfect location. You can create a directory inside files like : ...\files\MyReports 2. If you just upgrade your Unigui version Runtime, don't forget to copy manually hyper_service.exe + hyper_service.cfg From your developer PC : C:\program files x(86)\FmSoft\Unigui\Hyperserver (I forgot always this, that why i developed EasyInstall_3.0.zip, please have a look)
  18. And if you try to open your browser with simply your adress IP server - without domain and sub domain - without SSL (remove for the test SSL Version from UniServerModule) http://xxxxxxxx:Port
  19. Hi Johan, Humm...i have no subdomain. 1. Try to give all authorisations to your folders as admin rights : (read - write ) : C:\SADFM\cache\cache\sadfm_exe\n0 2. Try to run your app as admin (project > options > manifest) 3. Add an Exclusion to your app for windows defender http://forums.unigui.com/index.php?/topic/14869-windows-service-issue-via-hyperserver/&do=findComment&comment=81109
  20. Hi, We are using Fastreport / Unigui / Hyperserver 64/ asService / from an SSL portal, without any problem. Please Try also this : http://forums.unigui.com/index.php?/topic/12090-fastreport-6_3/
  21. Hi, Black friday is here. For who are interested, Barnsten, the European seller, offers 20%, 30%, until 40% discount : Example : Delphi Professional Alexandria at € 1.495,00 https://www.barnsten.com/
  22. Hi Muhammed, You are trying to develope a mobile design with a Desktop unigui edition. This is not a a good way. The mobile edition do all you are looking for. Just put some vbox panel on your mobile forms. Regards.
  23. Hi, 1. Yes, it must be same version : http://forums.unigui.com/index.php?/topic/18884-isapi-dll-64-bits/&do=findComment&comment=105621 2. An important setting on cfg file : http://forums.unigui.com/index.php?/topic/15813-another-mysterious-loading-page/&do=findComment&comment=87638iframe widget
  24. Hello, 1. Your VoucherID should be into your Global Transaction : FDConnection.StartTransaction; try VoucherID:= Select IfNull((Select Max(VoucherID) + 1 From vouchersheaders),1) as NewID; .... 2. It seems to me you forgot to commit FDConnection.Commit; except FDConnection.rollback end; __________________ I am not using FireDac. Instead i use devart technology (so easy, light and robust) That said, you can read : http://www.unigui.com/doc/online_help/index.html?firedac.htm
×
×
  • Create New...