Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top-level Error ... Again
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00301095
Message ID:
00301107
Views:
45
>Ok guys ... I know you're not ignoring me. :-) But I posted this question a couple days ago and have gotten zero responses. Since I'm sure someone out there has either seen this or sees what I'm missing, I'm posting it again to cajole you all into uncovering the mystery for me:
>
>I have instantiated menus in top-level forms often w/o problems. But recently in a top-level I'm having a problem with the infamous "This menu can only be called from a Top-Level Form ..." error. The form is a top-level, of course.
>
>When running in development, I can run the application and the menu will instantiate properly. If I then close the application and re-run it I get the error. I have noted that issuing a CLEAR PROGRAM before re-running the application "fixes" it.
>
>The menu is being instantiated in the form Init with the following code:
>
>
lcMyMenu = ''
>DO Main.mpr WITH THISFORM, lcMyMenu
>WITH oApp     && oApp is application object
>    .MenuName = lcMyMenu && Store menu name for release later
>    .ConfigureMenu()     && Sets up Cut, Copy and Paste functionality
>ENDWITH
>SET SYSMENU OFF       && These 2 statements are required after instantiating
>SET SYSMENU AUTOMATIC && the top-level menu to get the hotkeys to work
>
>
>The menu and "Edit" popup are being released in the form Destroy with the following code:
>
>
RELEASE POPUPS Edit EXTENDED
>RELEASE MENUS (oApp.MenuName) EXTENDED
>
I use TLs a lot, but you're doing something I haven't done here with the SYSMENU involvement. First thought, though probably you've checked, have you NULLified the oApp prop? Also, I use a form prop for the second WITH param (I forget why, there was some problem, I think, a long while ago).
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform