Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6: Forms 101
Message
From
15/04/1999 14:08:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
VFP6: Forms 101
Miscellaneous
Thread ID:
00208683
Message ID:
00208683
Views:
55
I have a form (frmRLData) that has a Private DataSession. In the LOAD of the form, I open a table for the form, and set the Buffering to 5 with CursorSetProp. When I run the form it tell me that SET MULTILOCKS must be set to ON.

I preceded the CursorSetProp with SET MULTILOCKS ON and I get the same message. Is this an order of instantiation problem that it appears to be ignoring my SET MULTILOCKS ON? I read through Drew Speedie's "LISA G" article in March FoxPro Advisor and saw no "Gotcha's" concerning what I'm seeing.

Here's the code:

SET MULTILOCKS ON
USE RateLett.dbf
=CURSORSETPROP('buffering',5)

If there's something glaring that I'm overlooking, I'm ready to hear about it.

Thanks!
Ray <><

Ray Heilman
Programmer
Myers and Stauffer LC, Frankfort
RHeilman@MSLC.Com
(502) 227-5799, ext 12
Next
Reply
Map
View

Click here to load this message in the networking platform