Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a record with buffering
Message
From
25/05/1999 14:02:01
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00222588
Message ID:
00222598
Views:
38
Here's the normal steps:
1. Add.Click():
      SELECT MyTable
      APPEND BLANK
2. Let the user enter the data
3. Save.Click(): TableUpdate()
HTH

>My form has a data environment with table buffering = 2. The data-entry textboxes in the form have tablename.fieldname as their ControlSource. To add a new record, my add button Click event has the following code: select the table, append blank and execute a tableupdate(.T.).
>
>The append blank works, but no data goes into the table. Can anyone please tell me what I'm missing? Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform