Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
English
VFP5 cursorsetprop
Message
General information
Fórum:
Visual FoxPro
Category:
Programação, sintaxe e comandos
Título:
Miscellaneous
ID da thread:
00320898
ID da mensagem:
00321292
Views:
17
That may be it. Unless you are going to test the return value, there is no need for the equal sign. So, all you need is:

CursorSetProp("buffering",3,"stnhorse")

Alternatively, you could do this:

If CursorSetProp("buffering",3,"stnhorse")
else
endif

In this case, you will need an error handler. If CursorSetProp returns .F., a runtime exception will be generated.

HTH...
Previous
Next
Responder
Mapa
View

Click here to load this message in the networking platform