Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataenvironment
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01414908
Message ID:
01414918
Views:
20
>I managed to create the cursos with:
>
>select * from mytabletable into cursor cursor7 readwite
>
>Now can I set this cursor property like in DE
>
>Something as below:
>
>cursor7.buffermodeoverride = 5
>
>Or the cursor created above is not able to set ?

For setting buffer mode see CursorSetProp function.

E.g.

CursorSetProp('buffering',5,'myTable')

You can not set buffering on the cursor, only on the table and on the view (in the last case only 3 and 5).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform