Opens a new cursor containing specified fields for all items in a named list.
Visual Basic |
---|
Public Function OpenListCursor( _ ByVal cursor As String, _ ByVal list As String, _ ByVal fields As String _ ) As Integer |
Cursors created from lists can be navigated through in forwards and backwards directions allowing any row to be visited or revisited at will.
When a cursor is opened the current reading position is at the start of the cursor.
Available: GEO MM ME MD OD OM SISpy
Group:
sis.OpenListCursor ("MyCursor", "MyList", "_area#" & vbTab & "UPRN$" & vbTab
& "BDRMS&")
This creates a cursor called MyCursor which will contain three columns - the system property _area# and two user-defined properties. The cursor will be populated from items in the named list MyList and will contain a row for every item in that list.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).