Jump to content

a.sanf

uniGUI Subscriber
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

a.sanf's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hi Farshad I understand, so I'll proceed to move some of my thread logics to external applications. Thanks Antonio
  2. Can anyone help me with a suggestion? Thanks Antonio
  3. Hi to Everybody I have developed a very well-functioning, performing and stable platform that heavily uses multi-Threads not only on the single user (mainmodule) but also on ServerModule, so these threads persist for the entire lifespan of a node when I use Hyperserver.exe on MS-Windows Server Windows 2016. Basically, I can identify the zero nodes that I use to run many more threads, monitor tables, send emails, run scripts that update the db, etc. Node zero is the most stressed (I don't want to roll out this feature to the other nodes as well). There is a possibility to tell to HyperServer to start node zero but not to address any logins. In practice I would like to use node zero only for my multi-threading activities. Thanks Antonio
  4. Thanks Sherzod Is there a roadmap or forecast to implement it?
  5. Hi to Everybody I have problems enabling the goRangeSelect option on TUniStringGrid. Besides all I would also need to know which cells are selected. Anyone have any examples to attach? It would also be interesting to be able to understand if there is the possibility to merge some cells. Thanks
  6. Hi Tokay Thanks for your replay. So to understand, if html+php server side resides on another server, with uniURLframe I can just browse? correct ?
  7. Hi to everybody Currently I have a functioning scenario as shown, where I have essentially 3 parts: login + session side (managed by unigui + delphi routine), site side with html + php database + resources & files. At login access, an unigui session is created with a mainform that through uniURLframe load home site page. Threads are activated that check profile and events on the DB. Through TuniURLframe a home php page is loaded (passing the session to control accesses, profiles, logs) . The site (which is independent for the management pages at the moment) but dependent on the session, can exchange data and files through requests on mssql database or through requests to unigui (simulating a sort of restapi) which responds quickly, for example to create a report in pdf and load it. Everything works very smoothly and quickly (via a 40cores + 512GB Ram server) with hyperserver, php, mssql about 250 user/day (for a business application that also shares desktop applications in delphi. Unigui + site will serve for a total pass to browser/internet technology). Now the need arises to create something more interactive and I would like to have your help and advice on how to interact with external pages with ajax. For example how to call events via ajax (the idea is to create the ajax code in the pages on the site) which is intercepted by the mainform (which processes and interacts with the page loaded in the uniURLframe). Could you advise me or attach examples of routines? Thanks Antonio
  8. Hi To everybody I have a dynamic query at runtime and I would like to dynamically populate the Configurator fields of TUniDBPivotGrid , so that I can move in the axes and in the value aggregator. But I'm finding problems, who has dealt with this? Thanks Antonio
  9. Hi to everybody Could you help me understand how I can fixed left axis of the dbpivotgrid? Could you attach a sample code ?? Thanks Antonio
  10. Hi to everybody, and congratulations for UNIGUI and all members of Forum I am using DBPivotGrid for the first time, and I find it very satisfactory for a module of our application that I am developing. But I need to understand, as in the example, that by clicking in the detail row: InfoA> InfoA1> dett2 column 21W02 and selecting the cell where "6" appears, I would like to be able to obtain IDrec. Is there a way to insert a hidden field in LeftAxis ?? Basically I am interested in obtaining IDrec and then going to the detail form of the selected record Thanks Antonio
  11. Hi to Everybody I recently developed a internal business application, using UNIUGI in application mode and then using HYPERSERV, which has been configured (as followed by tutorial) to handle the HTTPS/SSL protocol, using as an example certified by the demos. In the company we have a server with an fixed IP address, and configuring everything I have demonstrated that the functioning is perfect(user's browsers highlight the lack of a secure SSL certificate). Obviously now I need to create an SSL service at the application level, but not at the domain level. Anyone have any idea of some paid service for my purpose? Thanks Antonio
  12. Hi mhmda I don't know if possibile, but I have HTML code with javascript, and a object TUniURLframe called in this example URLframe. After I have loaded the html page on TUniURLframe.HTML, I want (if possibile) call javascript function "myFunction" from delphi code, for example URLframe.JSInterface.JSAdd(etc..) or similar Thanks Antonio
  13. Hi to everybody I have a html code on TuniURLframe as URLframe <!DOCTYPE html> <html> <body> <p>example id="demo".</p> <p id="demo"></p> <script type="text/javascript"> function myFunction() { document.getElementById("demo").innerHTML = "Hello World!"; } </script> </body> </html> And with a UniButton I want recall existing function "myFunction" I try with "URLframe.JSInterface.JSCall('myFunction', ['']) but it does not work. Any suggestions ? And if it were possible I would like to set a variable declared on the Javascript code from delphi. Is this possible ? Antonio
  14. Hi Norm I am very interested "Bootstrap-uniGui StarterProject.zip" , Can you share the project file? thank you, because I click but download is denied
×
×
  • Create New...