Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor as an object
Message
From
12/07/2003 07:22:28
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00809437
Message ID:
00809551
Views:
36
Hi Jonathan


>Its late Friday and my memory is blank.
>Can you pass a cursor as an object?

It depends: If you are working within a single instance of VFP itself you can use SCATTER NAME to create a data object to pass one record from one object to another.

If you are using COM, or going outside of VFP then you can't do it directly - either create an ADO recordset from the cursor or use some other transport mechanism (XML is an option here).
----
Regards
Andy Kramek
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform