Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I have =CURSORSETPROP Buffering 2 enabled
Message
From
28/10/1998 10:15:26
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00151263
Message ID:
00151556
Views:
25
Hi, Tim:

From the manual:
CURSORGETPROP(cProperty [, nWorkArea | cTableAlias])

So, for example, I have this code I use to set up my preferred buffering in my base form.
IF USED( oi.alias )  && Check to make sure the file is open
	=CursorSetProp('Buffering', 3, oi.alias )
ELSE
	IF USED( oi.cursorsource )
		=CursorSetProp('Buffering', 3, oi.cursorsource )
	ENDIF
ENDIF
>>I always in include the alias parameter for CURSORSETPROP, just in case I don't have the area selected. HTH
>
>Nancy, can you give a syntax example? I have not really used this function. Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform