I’m working with the web client under 3.0.2. and I’m trying to do the following:
I have a form with editable text field A and editable text field B. If the user enters value X in field A, I want Servoy to put today’s date in field B. I’ve attached a method to field A’s onDataChange event to handle this. Works fine in smart client, doesn’t work in Web Client.
From the testing I’ve done using Firefox on WinXP, not only does it not update field B in the GUI but it doesn’t always update it in the db either. And yes, I am issuing a controller.saveData() command.
i am looking at a very drop down menu rich application to create text based reports for doctors.
Looking at the various testing issues we are having with firewalls and port 1099 at the various locations this network of experts work at, i am convinced the web client is the way forward!
Either i am about to put a lot of buttons on my solution (i have over 109 drop down menus that activate an on datachange!) or …
Any idea when 3.5 might be released to avoid the recoding on my entire solution as well as preventing it from looking messy!