Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Cursor
Miscellaneous
Thread ID:
00451173
Message ID:
00451176
Views:
33
>Hi All:
> I want to create a cursor from the data which is in my array. Furthermore, I also want to write to that cursor, so it is read/write cursor. Can some show me how to do this.
>Thanks

Hi Mahmood,

You can create a writable cursor with:

CREATE CURSOR mycursor(your fields definition here)
and then
APPEND FROM ARRAY myarray

Look also at AFIELDS() function it might help you.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform