Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp6 framework
Message
From
17/12/1998 20:41:12
Hermann Strijewski
Fast Track Business Solutions
Toronto, Ontario, Canada
 
 
To
17/12/1998 17:48:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00168725
Message ID:
00168745
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform