Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 8 menu weirdness
Message
De
16/01/2004 18:25:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
VFP 8 menu weirdness
Divers
Thread ID:
00867706
Message ID:
00867706
Vues:
74
I'm baffled.

I'm converting an old Fox app to 8.0. It has a menu defined in code.

When I do a REPORT FORM PREVIEW or DO FORM the user defined menu disppears, and the System menu appears.

This was working, I have no idea what changed.

On the REPORT FORM, the menu changes upon exiting the report, with DO FORM, it changes upon entering the form. If I run it as an EXE I have to use the task manager to kill the app.


Any help appreciated.

Bob Morris


** menu code

DEFINE MENU MAIN BAR AT LINE 0
etc.

ACTIVATE SCREEN TOP
lExitNow = .F.
DO WHILE .T.
ACTIVATE MENU MAIN
* set T in ExitMenu
IF lExitNow
EXIT
ENDIF
ENDDO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform