QMStatus()

Top  Previous  Next

 

The QMStatus() function returns the value of the QMBasic STATUS() function for the last server function executed.

 

 

Format

 

VBQMStatus() as Long

 

Cint QMStatus(void)

 

ObjVar = Session->ServerStatus

 

 

Many server actions set the QMBasic STATUS() value and return it to the client process. The QMStatus() function retrieves this value. This function does not require passing of a client server message pair as the value is held on the client system.