Koen Piller
Programmer
Hi
I create a cursor and on the next line:
Although llBuffset returns .T. I find that Buffering is not set to 5, but to 3
The help indicates
How can I set it to 5?
Regards,
Koen
I create a cursor and on the next line:
Code:
Set Multilocks On
Select curDeclaraties
INDEX on id TAG curPUK
llBuffset = CURSORSETPROP("Buffering",5,'curDeclaraties')
Although llBuffset returns .T. I find that Buffering is not set to 5, but to 3
The help indicates
VFP Help said:Buffering is not applied to tables that are opened implicitly
How can I set it to 5?
Regards,
Koen