Web Connection
Question about status form
Hi, is it possible to show something in the status form of web connection ?
I need to have info about a complex process and i need to see at whic step it is..... Only to use in development....
Thanks.

There's no direct access to the server form. Reason being that the writing random stuff to that window will screw up the list display for the scrolling requests.
Now it's just a FoxPro form and you can manually write to the text box. You can get at the form and the edit box with Server.oServerForm.edtShowStatus
and you can append text to that, but you're on your own with that.
In development perhaps it's better write out to the screen (ACTI SCREEN
and ? "Whatever"
) or a Wait Window
?
+++ Rick ---