Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > SchdSpecialGetField

SchdSpecialGetField

The SchdSpecialGetField function returns the value of a particular field from the record currently referenced by the data browse cursor. This function uses iSession 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. Supported fields are:

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, SchdSpecialNumRecords

See Also

Scheduler Functions

Published June 2018