Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using =cursorsetprop()
Message
From
31/10/1997 21:10:22
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057442
Message ID:
00057712
Views:
30
>>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?
>Robert,
>
>If you are using scatter and gather then you are using the old FP 2.x way of buffering data edits. If you want to use buffering in VFP then don't bother with the scatter and gather stuff. I would suggest chosing to do this one way or the other.
>
>First off your cursorsetprop function call is not complete, it does not specify the alias that you want to set the property for and if the wrong work area is selected you may be setting buffering in the wrong place. Secondly, record buffering will casue VFP to automatically issue a tableupdate if the record pointer is moved in the buffered work area, table buffering does not do this and requires you to do the tableupdate explicitly instead.

thanks Jim - that was a great answer.. do you have the time to give me a
code example of what you are talking about?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform