Topic: How to set the form to run first when .exe file is clicked.

I'm new to this programme. I have created multiple tables and forms. I need to run 1 particular form first which is linked to other forms. How do I proceed? I want to see Patient_SEARCH Form first, followed by OPD Registration.

Post's attachments

Attachment icon PHOTOS.zip 43.87 kb, 304 downloads since 2018-12-02 

Re: How to set the form to run first when .exe file is clicked.

Hello Eyeman,
Welcome to MVD.
By default, the form that is first displayed when you run your .exe is the form that is left-most in the MVD work area.  All you need to do is click and drag the form's tab to the left and that then becomes the first form that is displayed when you execute your program.
Please have a look at the 2 screenshots in the attachment and also there is a small program (that does nothing!) except show you the effect of dragging either form to the left.
Hope this helps,
Derek.

Post's attachments

Attachment icon eyeman303.zip 497.94 kb, 322 downloads since 2018-12-02 

Re: How to set the form to run first when .exe file is clicked.

Hello Derek,
Thank you so much. Now I can proceed ahead with my first project.