Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing the cursor adapter
Message
From
10/04/2006 10:24:22
 
 
To
10/04/2006 10:06:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01111932
Message ID:
01111963
Views:
25
>but the a variable is the same as a cursor adapter create manually ???

When you instance a CA, you are creating an instance of an object. This you assign to a variable. The variable the contains a reference to the object. Just change the variable to a form property.

Something like:
from:
oCA = CreateObject("CursorAdapter")
to:
ThisForm.oCA = CreateObject("CursorAdapter")


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform