Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing views question.
Message
 
To
26/05/1998 15:30:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00102035
Message ID:
00102109
Views:
20
Thanks Myron, this appears to be working. At least the message stops coming up. However, this raises another question for me that I hope you can answer. If the form is using Private DataSession, which takes precedence, the buffering value assigned using CURSORSETPROP or the DE.BufferModeOverride value?

>Colin,
>
>This is what I am doing:
>
>
>
>lcSafety = SET([SAFETY])
>SET SAFETY OFF
>
>SELECT v_Cust
>lnBuffer = CURSORGETPROP([BUFFERING], ALIAS()) && Save buffer mode
>=CURSORSETPROP([BUFFERING], 3, ALIAS())        && Optimistic row buff
>
>*--Index
>INDEX ON DELETED()                      TAG Deleted
>INDEX ON RecKey                              TAG RecKey
>
>*--Clean-Up
>SET SAFETY &lcSafety
>=CURSORSETPROP([BUFFERING], lnBuffer,ALIAS())   && Turn buffering off
>
>
>-myron kirby
>================================================
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform