Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Forms
Message
 
To
01/08/2002 07:54:21
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00684891
Message ID:
00684926
Views:
23
>Hey all,
>
>Know it's been awhile. Been on military duty. Now back to reality I suppose or it depends on how you view reality! Anyways....
>
>I'm bringing up a menu and then a logo screen in the background:
>
>do mymenu.mpr
>do mylogo.scx
>
>read events
>
>But what I want to happen is that everytime the user selects a menu option and it runs a procedure and not submenu, the logo screen will disappear...but it shoudl return once that option is completed and the user is done..
>
>Any ideas?
Jeffrey,

Try something like
loLogoForm.Hide()
* Processing here
loLogoForm.Show()
HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform