--
Fred
Microsoft Visual FoxPro MVP
"Alur" <Al...@discussions.microsoft.com> wrote in message
news:447D56E7-2275-46CD...@microsoft.com...
> When I run Visual FoxPro everything is normal, but
> when I run the executable file the menu bars are not enable.
> Menu bars were created by menu designer with the help of inserting
> into submenu bars.
> Menu Designer?Submenu?Insert bar?we select
Cut, Copy, and Paste will only be enabled when you're in a field (etc.)
where editing is possible.
Are you saying ALL of your menu options are disabled?
Dan
Alur wrote:
> When I run Visual FoxPro everything is normal, but
> when I run the executable file the menu bars are not enable.
> Menu bars were created by menu designer with the help of inserting
> into submenu bars.
> Menu Designer?Submenu?Insert bar?we select
If you do a simple .EXE file with only a SET SYSMENU ON using the standard
menu, does that work? Did you use the menu designer, or did you try to
build a menu yourself using the command language syntax?
--
Fred
Microsoft Visual FoxPro MVP
"Alur" <Al...@discussions.microsoft.com> wrote in message
news:FE3569BC-9F28-4C8E...@microsoft.com...
Do you have a READ EVENTS somewhere in your code? You need that so that
your menu will take over and the code will wait at the READ EVENTS. Then
you need a CLEAR EVENTS somewhere in one of your menu options to get past
the READ EVENTS so your app can close.
--
Fred
Microsoft Visual FoxPro MVP
"Alur" <Al...@discussions.microsoft.com> wrote in message
news:30C497B0-EEBA-4D10...@microsoft.com...
--
Fred
Microsoft Visual FoxPro MVP
"Alur" <Al...@discussions.microsoft.com> wrote in message
news:5FE70FB2-8241-481A...@microsoft.com...
*form.Paint
DO yourmenu.mpr
--
Fred
Microsoft Visual FoxPro MVP
"Alur" <Al...@discussions.microsoft.com> wrote in message
news:E18EB0D1-7197-45A2...@microsoft.com...