Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I append a record using a view?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I append a record using a view?
Miscellaneous
Thread ID:
00050457
Message ID:
00050457
Views:
61
I'm using a view and I know how to go about editing a record:

CURSORSETPROP("Buffering", 3)

* Do whatever changes you want and then either

TABLEUPDATE()

* OR

TABLEREVERT()

Simple enough...

But how do I buffer the addition of a new record?

CURSORSETPROP("Buffering", 3)
* followed by
APPEND BLANK
Gives me a new record, but the buffer has the values from the record I was on BEFORE the APPEND

What do I do?

Thanx,
Joe Pirola
Independant Foxpro Developer
Spring Hill, FL
jpirola@tampabay.rr.com
352/686-8373
Next
Reply
Map
View

Click here to load this message in the networking platform