Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6908215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:32:05+00:00 2026-05-27T08:32:05+00:00

If you use the Visual FoxPro 9 Application Framework to create a desktop standalone

  • 0

If you use the Visual FoxPro 9 Application Framework to create a desktop standalone application and add a database and form, the exported exe shows a Quick Start on load which shows the form to select.

If one wants to show up his own MAIN MENU form on the exe load, what’s the way to do it? Using Set Main on the Menu Form does not work.

Here is a visual representation of the idea.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:32:05+00:00Added an answer on May 27, 2026 at 8:32 am

    In its simplest steps then, aside from the “Wizards” you can use to build forms and bind to data environments, tables, grids, etc maybe this will help.

    Create an empty project.

    CREATE PROJECT MyApp

    Go to the documents tab and add a new form. Put a few buttons as you’ve described on it. One of the buttons, allow to close the form, such as “Exit”. Double click this exit button and put in the code

    CLEAR EVENTS
    THISFORM.RELEASE()
    

    Since there are no “data entry” elements on this form, we need something to make it keep focus. Buttons alone don’t just “do” that. Go to the properties sheet of the form and go down to “Window Type” and set it to “Modal” – meaning, keep this form up until its intentionally closed. (This also keeps as a baseline for you calling any OTHER forms from this one for your application.) Save the form, such as “MyMainForm”.

    Click on the “Code” tab of the project and do a new “Program”. In its simplest context, put in

    DO FORM MyMainForm
    READ EVENTS
    

    Save the program, such as MyStartupProgram. Once saved in the project, right-click on this program and select “Set Main” for this to be considered the single entry point to your entire application. Save, build the project and run it. You should be good to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use Visual Studio 2010 to create a setup package with .NET Framework 4.0
We use Visual Studio 2008 for C# application development. We launch three process when
i use visual studi 2008. (c++) in my switch case a wanted to create
I use Visual Studio 2010 and ReSharper 6.1. I often need to create some
I use Visual studio 2008 I have 5 listbox's on form,I created a new
I use Visual Studio 2010 for WPF development of desktop apps. I edit my
I generally use Visual Studio for creating Windows exe in C# .NET 2.0 /
I need to use Visual Studio in order to debug an F# application. What
Is it possible to use visual studio to create an install package for COM+?
We commonly use MS Visual Foxpro v9.0 SP1, the language, tables, and reports. However,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.