CStdResp

Properties

Code

Description
This property contains the code for a particular collection entity.

Syntax
x = CStdResp.Code
CStdResp.Code = x

Type
String

Remarks
Because a collection cannot have a numeric code, the HelpDesk sample stores "stringized" numeric values. That is, the number is converted to a string and prefixed with a predetermined string constant, which for HelpDesk is "ID=".

Desc

Description
This property contains the description for a particular collection entity.

Syntax
x = CStdResp.Desc
CStdResp.Desc = x

Type
String

MsgText

Description
This property contains the text response for this record.

Syntax
x = CStdResp.MsgText
CStdResp.MsgText = x

Parameters
ByVal sNewValue as String

Type
String

PKId

Description
This property contains the database PKId of the StdResp object.

Syntax
x = CStdResp.PKId
CStdResp.PKId = x

Type
Long