Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursoradapter and tableupdate
Message
From
12/10/2007 10:13:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01260455
Message ID:
01260547
Views:
14
Why don't you try it out and see. Like I said he is setting Buffering on the resultant cursor after it is created. I told him to set Buffering on the Cursor Adapter. Two different things.

>Thats interesting. Can you change buffering on the fly in runtime for a CA or are you required to do it in design mode?
>
>>Hi Maximo
>>
>>>>CURSORSETPROP( "Buffering",5,"curcustomerlevel")
>>
>>You are setting the Buffering of the resultant cursor, after it is created.
>>
>>What you should do is set the Buffering on the CuursorAdapter Class. Open the CA class and set the property:
>>
>>BufferModeOverride = 5(Optimistic Table Buffering)
>>
>>That is all.
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform