Hi
I have a peculiar problem - not life threatening but it would be nice to solve. In my application I have two 'PageHeaderTag' procedures 'PageHeaderTag' and 'PageHeaderTag1' I did this because I wanted to lock down the procedures under Tag1 (just display a form and that's it) whereas Tag displays the standard Menu with more options.
The peculiarity is this: when I run locally or remotely (on a server in another town) via
http://127.0.0.1:8045 or http://<ip address>:8045 and display the standard menu the responses in both cases are 'instant'. When I display a selected form via:
http://127.0.0.1:8045/playpen the response is instant locally (as before) but via http://<ip address>:8045/playpen is about 15 secs in the remote case.
While waiting for a response the message displayed in the tab is 'Waiting for <ip address>.
Now I also have noticed that in the remote (slow) case a very brief 'message' in red sometimes flicks on and off but I can't determine what it says and I couldn't be sue that it's only related to that case.
So, if anyone has anyone has ideas about this I would appreciate hearing.
Thanks
Keith