QMClearSelect

Top  Previous  Next

 

The QMClearSelect function clears a select list.

 

 

Format

 

VBQMClearSelect ByVal ListNo as Integer

 

Cvoid QMClearSelect(ByVal ListNo)

 

ObjSession->ClearSelect(ListNo)

 

where

 

ListNois a valid select list number (0 to 10)

 

 

 

The QMClearSelect function clears the specified select list. No error occurs if the list was not active.

 

Applications that use select list 0 (the default select list) and could leave unprocessed items in the list should always clear it to avoid unwanted effects on later server processing.