Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using =cursorsetprop()
Message
From
30/10/1997 16:00:01
 
 
To
30/10/1997 15:48:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057442
Message ID:
00057477
Views:
30
>>>>I am using:
>>>>set multilocks on
>>>>=cursorsetprop(Buffering, 3)
>>>> append blank
>>>>
>>>>then, I press the abort button:
>>>>
>>>>abort button code = tablerevert(.t.),
>>>>and it is still adding blank records to the table.
>>>>Any ideas?
>>>
>>>When you issue APPEND BLANK you move pointer to new record, and if Buffering=3, then you automatically saved something else you had already in buffer. Does ot look as any idea?
>>
>>When adding a new record, all I want to do is SCATTER. If I want to
>>SAVE, then I will GATHER. If I do not want to save, then I will do nothing.
>>Am I not using =cursorsetprop() correct?
>
>It should be very serious reason to reset buffering in run-time. Normally, you should do it once in design mode.

Ed,
I am not sure I no what you are saying.
I want to add a record. This is how I am adding.
=cursorsetprop(buffering,3)
append blank

now, I want to abort the add by...
=tablerevert(.t.) - it still adds blanks records to the table.
How can I fix it?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform