Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to go to a new record on a form
Message
From
16/07/1999 12:59:23
 
 
To
16/07/1999 12:18:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00242354
Message ID:
00242410
Views:
18
>DO FORM "form" && opens form.
>
>THISFORM.Release && closes form

The above will work, but you must also address the issue of whether the form is modal (waits until you close it from the keyboard or the with the mouse), or modeless (fires up and remains active, but returns to the line following 'do form'.

It wouldn't hurt to read the programmer's guide about creating and invoking forms. Read about the commands READ EVENTS and CLEAR, understand the distinction between modal and modeless forms and understand how the form runs within the environment (does it run on the VFP screen, in the desktop, in the current form, as the top level form?)
"The Iron Fish: The water is cold...but the fish don't mind"
...Jay Jenks, boyhood chum
Previous
Reply
Map
View

Click here to load this message in the networking platform