Web Connection
Question about status form
Gravatar is a globally recognized avatar based on your email address. Question about status form
  Michele
  All
  Jun 14, 2022 @ 09:13am

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.

Gravatar is a globally recognized avatar based on your email address. re: Question about status form
  Rick Strahl
  Michele
  Jun 14, 2022 @ 09:04pm

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 ---

© 1996-2024