Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help removing menu
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025334
Message ID:
00025340
Views:
25
>Hi to all
>
>How do I remove a menu after leaving a form?
>
>What I'm doing is activating a navigation menu on the LOAD proc. of theform. How do I get rid of it?
>
>Also:
>
>I'm using the following:
>
> _screen.activeform.cmdnext.click()
>
>But I get an error saying that cmdclick() is not found. I'm using
>pageframes on the form.
>
>thanx for any help
>Alfred

If your cmdnext button is on pageframe, you must pass by this pageframe and BTW by the page where it is.

_screen.activeform.pageframe1.page1.cmdnext.click()

And if i refere to the name of your button (witch is probably in a navigation bar) you must also refere the container of the button.

_screen.activeform.pageframe1.page1.NavigationBar.cmdnext.click()

Bye!
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform