mvSession |
The mvSession
control is used to define the connection information needed to connect to the MultiValue
Database |
mvTextBox |
The mvTextBox
works like the standard Visual Basic TextBox |
mvComboBox |
The mvComboBox
works like the standard Visual Basic ComboBox. It
will allow the user to select data from a drop down list that was generated by the host
system. |
mvGrid |
The mvGrid
allows a developer to create a multivalue input control similar to a scrolling
multivalue window commonly seen in MultiValue BASIC. |
mvButton |
The mvButton is
used to write the information back to the MultiValue Database. The mvButton will verify that the information is
entered correctly in the other associated controls before allowing the user to activate
it. |
mvLabel |
The mvLabel
works like the standard Visual Basic Label. It
will display MultiValue information in a read-only format and will not allow the user to
access it. |
mvListBox
|
The mvListBox
works like the standard Visual Basic ListBox. It
gives the user the ability to select from a group of items, derived from either a specific
record or from a select list. It will allow
the user to select one or more items from the list and store the results in a multi-value
format. |
mvCheckBox |
The mvCheckBox
works like the standard Visual Basic CheckBox. |