DataView is a 16/32 bit OLE Control that provides an automatic data entry "view" of your data. Simply place the control on your form and bind it to a data source. DataView automatically positions and sizes each field for you. Each field is displayed as a text Box, combo box, check box, etc. depending on its data type.
DataView Control Features:
DataView automatically determines the size and position of the data entry fields in
its view for each field in the data source.
A powerful design-time interface allows you to customize the view allowing you to position and resize the fields according to your own style.
Each data entry field has its own property settings such as back/fore color, font, 3D
style, etc Automatically validates data and provides support for custom validation.
Each field can be a text box, combo box, drop down list box, check box, or label. The
data entry fields are "graphical" controls so that resources are substantially conserved.
Masked data entry and Format property for each field.
Fields can display ToolTips.
Scroll bars for fields outside the control's view.
Fields can be unbound.
Standard events for each field such as GotFocus, LostFocus, Change, etc. plus
many custom events for validation, updating, and more.
Much, much more.