C++
C#
VB
JScript
All

Enumerated Type DBQuestions­Types­Constants


Enum DBQuestionsTypesConstants
     dtUnknown          = &H0000
     dtSingleResponse   = &H0001
     dtMultipleResponse = &H0002
     dtArray            = &H0003
End Enum

Used to identify the database question type.

Members

dtArray

Used to indentify a database array question.

dtMultipleResponse

Used to indentify a multiple response database question.

dtSingleResponse

Used to indentify a single response database question.

dtUnknown

Unknown data question type.