Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something wrong with a class
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00754210
Message ID:
00754510
Views:
20
Sounds like you need buffering.
What is buffering set to?
You can check by issueing a
?cursorGetprop("BUFFERING")
If it returns 1 to you screen, you need to change your buffering.
You might have to do this in the command line or in you main program
SET MULTILOCKS ON
&& 1 = no buffering, 2 = P.R. Buffering, 
&& 3 = O.R. Buffering, 4 = P.T. Buffering, 5 = O.T. Buffering
&& I use 3 or 5 mostly But you my want to check 
CURSORSETPROP('BUFFERING',3) 
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Previous
Reply
Map
View

Click here to load this message in the networking platform