Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a record
Message
From
30/10/1997 23:44:52
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
30/10/1997 21:16:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00057479
Message ID:
00057536
Views:
28
>>>hey larry
>>> would you please give me a hand with this.
>>> I am having trouble with adding a record in a single user system
>>> in vfp50. I never had a problem in clipper.
>>> this is what I am doing.
>>> In the clicked event of my add button, I have
>>> =cursorsetprop(buffering,3)
>>> append blank
>>> SAVE button
>>> =tableupdate(.t.)
>>> ABORT button
>>> =tablerevert(.t.)
>>> My problem is when I abort, it is still adding blank records
>>> to the table.
>>> It sounds like a buffering problem. I did not have this problem
>>> when I coded a system for a multiuser system using table buffering.
>>> Why am I getting blank records after I ABORT?
>>> thanks
>>> rob
You may be in a different work area, try specifying the table alias by using the command parameters.....

SAVE button
=tableupdate(1,.t.,'tablealias')

ABORT button
=tablerevert(.f.,'tablealias')

HTH //:^)
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform