Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in Building Menu in VFP Menu Editor
Message
De
19/04/2010 16:46:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Error in Building Menu in VFP Menu Editor
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01460987
Message ID:
01460987
Vues:
151
I am getting an error "Too few arguments" when trying to build a menu from the standard VFP menu designer. The error is at the following code in the GenMenu.prg:
FUNCTION buildenable
PRIVATE m.stat, m.stat2

m.stat = opendb(g_mnxfile[1]) AND openfile()                       && <<== ERROR OCCURRING HERE
IF m.stat
   SET TEXTMERGE ON
ENDIF
RETURN m.stat
I have placed a SET STEP ON in the code and verified that the g_mnxfile[1] has the name of the menu file with the full path. I am at a loss of what is causing this error...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform