Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
[form] not an object?
Message
From
24/09/2003 22:12:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
24/09/2003 22:09:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00832063
Message ID:
00832072
Views:
21
>got another problem,
>
>i have
>
>_Screen.ActiveForm.Hide
>
>
>how do i show it again?

I think you should keep a reference to the form somewhere. I will leave the experimenting to you, and you must adapt to your specific needs, but I think it would look something like this:
oForm = _Screen.ActiveForm
oForm.Hide()
MessageBox("Form is hidden now!")
oForm.Show()
HTH,

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform