Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a form on startup using VFP 8 App. Builder

Status
Not open for further replies.

hallm

Programmer
Jun 11, 2000
159
US
I've got an application that is almost done. I used the app builder to generate the ui and menu's. About the only change I want to make right now is to have a form come up on startup. What is the best way to do that without changing the way the framework is setup?

Thanks,

Marion
 
If you're using a menu then you can put the DO FORM command into the CleanUp code of the menu(Select View, General Options when the Menu Designer's on screen). This section of code should run after the menu is created and show the form.

Can't guarantee it'll work. It depends exactly what you've set in the App Builder and exactly what the App Builder has decided to do for you.

Geoff Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top