Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form disappearing under another form
Message
From
27/10/1998 15:04:06
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
To
27/10/1998 09:40:06
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00150735
Message ID:
00151219
Views:
27
>>>I have put the code
>>> IF WEXIST("frmBuchhilfe")
>>> _Screen.frmBuchhilfe.Show()
>>> ENDIF
>
>Unknown member frmBuchhilfe. I get the same error if I use _screen.buchhilf.show().

frmBuchHilfe is not a member of _screen; but as you test it with Wexist() you can extend the logic of using windows instead of their forms, so
IF WEXIST("frmBuchhilfe")
activate window frmBuchHilfe
ENDIF

...so much fuss around one help window :)

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform