>> is the large text field a STRING or MEMO?
up to 5 memo fields, all are readonly except for one. However I need the scroll bars on the fields, because they contain a lot of text.
Ever since I modified the form to change an unrelated button to submit, the changed memo text has been retained after pressing the browse update button to display another form then return to the form with the memo text . Whereas before the text was lost with Firefox/ Safari when accessing the server through the internet. But, it is working now. I have discovered that once the text field is changed, the text is being sent via a GET submission, when the user selects another tab or button on the form (I missed this before as I cleared the log just before the browse button was pushed). I made an example program by modifying WEB1 example’s mailbox form with a browse to the alias table. I changed the AutoResponseText field of the MailBoxes table to a 20,000 character memo field. I then ran this program on a server and via my NetLimiter tool, I was able to slow the network to 60kbit/s for Firefox. As I suspected, the GET transmission with a large amount of text was arriving at the server well after the request for Alias web page form. Nevertheless the transmission was processed and the session variable was updated even though the Alias web page was on showing on the browser at the time. Since I cannot repeat the problem, this issue is done.
Rob
[attachment deleted by admin]