Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursoradapter and tableupdate
Message
From
12/10/2007 11:38:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01260455
Message ID:
01260595
Views:
15
I see the same thing. Wonder what exactly his problem is.

>Works as i would expect from what i see. Toggling buffering between 3 & 5 in runtime and having defined the CA with buffering set to both 3 then 5, updates are fine. Although the 'auto-update' in the builder threw me at first. Not sure what Maximo had encountered.
>
>
>
>>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
Reply
Map
View

Click here to load this message in the networking platform