Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close temp window
Message
From
27/02/2010 17:07:32
 
 
To
27/02/2010 14:04:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01451366
Message ID:
01451475
Views:
76
This message has been marked as the solution to the initial question of the thread.
>alternately you might be able to help me with that end instead - the way i get rid of the browser screen is ox.hide
>If ox is not visible i get the error message. Is there a way to test if ox is visible or if the object ox has been created - then i could circumvent the error message that way.

Try something like:

IF VARTYPE(ox) = "O" AND NOT ISNULL(ox)
* the variable is pointing to an object
ENDIF

If that's not sufficient, you can also check PEMSTATUS(ox, "Hide", 5) to see whether whatever the variable points at has a Hide method.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform