NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on January 21, 2012, 02:29:45 PM
-
Take a memory form that calls a Browse. On the memory form there is the Browse and some buttons.
In non mobile mode this works perfectly. There is a Close button on there and the code under the buttons works.
Switch to mobile mode and the Close button disappears and the code under the buttons does not work.
Bruce - private email sent referring to my large production app which should display this issue.
I then changed my menu procedure to call the Browse routine direct and the Close button reappeared in mobile mode but of course I lost my buttons.
Conclusion - if you call a browse from a memory form there seem to be some serious issues in there.
HTH
John