SchdSpecialGetField
- Last UpdatedFeb 19, 2024
- 1 minute read
The SchdSpecialGetField function returns the value of a particular field from the record currently referenced by the data browse cursor. This function uses Session as an argument which is previously returned by the SchdSpecialOpen function and the field name of the value to be returned.
Syntax
STRING SchdSpecialItemGetField(LONG Session, STRING Field)
Session
Current special day group browsing session obtained by SchdSpecialOpen.
Field
Specifies via a comma delimited string the columns to be returned during the browse. An empty string indicates that the server will return every available column. See SchdSpecialOpen for supported fields.
Return Value
The value of the specified field as a string. An empty string may or may not be an indication that an error has been detected. The last error should be checked in this instance to determine if an error has actually occurred.
Related Functions
SchdSpecialOpen, SchdSpecialFirst, SchdSpecialNext, SchdSpecialPrev, SchdSpecialClose