Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors!!
Message
From
20/07/2001 17:51:50
 
 
To
20/07/2001 07:31:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00533036
Message ID:
00533386
Views:
11
> I'm a newbie in VFP and I'm almost going mad here!!! Can someone explain to me what a cursor is?? In English that is! In real simple English. :)


A cursor is one of way of displaying data in VFP.

Simple enough? :-) A Cursor can be create by either opening a table (USE mytable, opens a DBF file and lets teh developer access it through a cursor), the CREATE CURSOR command (creates a cursor, duh :-), or doing a SELECT INTO CURSOR.

CURSOR's aren't OO in VFP, but they do have properties, you can get at them using CUSORSETPROP and CURSORGETPROP.
Previous
Reply
Map
View

Click here to load this message in the networking platform