Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp6 framework
Message
De
17/12/1998 20:41:12
Hermann Strijewski
Fast Track Business Solutions
Toronto, Ontario, Canada
 
 
À
17/12/1998 17:48:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00168725
Message ID:
00168745
Vues:
25
In the Project Manager open the (yourappname_MENU.MNX) file and look what command it uses there to open documents:

Typically it says APP_GLOBAL.DoNewOpen()

That brings up the Form and Report Selection Form.

APP_GLOBAL.DoNewOpen() is the command to use.

If that does not run properly, you have to include an INCLUDE statement, I don't remember which one. Alternately you can say GOAPP.DONEWOPEN()

When you try this and your document does not show in that Form Selection form, go back into the Project Manager and press Alt-F2.

That's where you can add forms so that they will show in the Form Selection Form.

If you want to run a SPECIFIC form instead of the Form Selection Window, use the APP_GLOBAL.doform("formname.SCX") Method

These methods are all in the Classes under (yourname)_APP -> app_application, which is based on _framework -> _application

Study the Classes in _framework and keep in mind that these classes are used in (YOURNAME)_APP

hs.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform