Get the values of all fields in the current row of the specified cursor.
Visual Basic |
---|
Public Function GetCursorFieldValues( _ ByVal cursor As String, _ ByVal separator As String, _ ByVal nullValue As String _ ) As String |
The fields’ values as a separator-separated string.
sis.GetCursorFieldValues ("MyCursor", " // ", "NULL")
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).