Servoy Developer
Version R2 2.1rc3-build 306
Java version 1.4.2-38 (Mac OS X)
Database : MS SQL Server 2000
Hosted with an ISP
The SQL database controls user access to its data.
User access is controlled by a flag field within the user table of the database which allows it to be switched on & off at will.
The updates to this flag field are currently triggered from the LAN via a local Windows Service which sends an XML file to a webservice running on the website where the database is hosted.
The web service then modifies access based upon the contents of the XML
All this runs completely independently of Servoy.
I have now built a simple interface to that remote SQL database so that I can check the data myself and also assess how & when to move administration of the database from the Windows service & webservice to a Servoy solution.
I have noticed that data in the flag field which has been updated via the web service does NOT get reflected into my Servoy form until I close and reopen the solution or go into and out of design mode.
Forgive me if this has been asked before, but, how do I perform and / or control how and when the Servoy form data is refreshed ?
Thanks
Harry