Hi Rupert,
>> While updating records in a TPS table via a desktop application on the server (process procedure), then trying to view the records via NetTalk WebServer doesn't work. The browser times-out.
So, as I understand it you are going onto a page (ie making a request of the server) then while constructing the answer to that request running a process procedure. The procedure takes longer than 30 seconds, so the browser times out. Is that right?
The solution to this is to use a progress control, with a start button. Nobody wants to wait 30 seconds (or more) for a page to load. so rather you make a form that opens fast, then starts the process (automatically or via a start button). Then they can see a progress bar as it progresses.
Cheers
Bruce