Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a record to a Table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147776
Message ID:
00147872
Views:
40
>>I must be doing someting wrong as it still leaves a blank record. I did a ? CURSORGETPROPERTY("Buffering") it reports 2 (row buffering as set in the form) I do a APPEND BLANK with the "Add" button then a =TABLEREVERT(.T.) with the "Revert" button. The data blanks but the empty row remains in the table.
>>
>>Thanks
>
>It should work. If you move the record pointer between the APPEND BLANK and the user entering the data you'll force an implicit TABLEUPDATE().

You hit the nail on the head... I was moving the record pointer in a refresh method... Now if I am in the add mode it's smart enought (because I told it what to do) to not move the record pointer until it's time...


Thanks a million for the help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform