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:16:36
 
 
To
16/07/1999 12:11:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00242354
Message ID:
00242361
Views:
23
>i am a new user to visual forpro 6.0. i have just created a new form based on a particular table , i want to know how do you create a command button othat would cause the form to go to a new record.
>
>also can anyone tell me what the code is to open a form and to close a form.
>thank

Hi Eon

You can try seek an locate functions to programaticaly go to a specific record. Don't forget a Refresh() after this.

Do form MyForm && to run the form

In the click event of a command button for example you can plase the code THISFORM.RELEASE()

Hope this helps

Oscar
Previous
Reply
Map
View

Click here to load this message in the networking platform