This is a normal RADvolution Form with data entry handling included.

Click here to see a complex real world DataEntryForm example


Template

A 'RADvolution Windows DataEntryForm' template is included, so you do not have to do anything extra to inherit from the RADvolution DataEntryForm class.
 

Generate controls from DataSet

Rightmouse clicking on this form shows a menu with all kind of handy functionality. The 'Generate controls from DataSet' menu item allows you to generate all data entry controls for the current DataSet.
 
                            


Example
From an empty DataEntryForm with a DataSet 'Generate controls from DataSet' results in:

                    

Then adjust the layout to your wishes (e.g. enlarge the Notes TextBox) and ready you are!


Auto layout

Because this form inherits from a RADvolution Form this means that the layout engine is automatically included. Dropping and moving controls on the form immediately results in a consistent and professional layout. The layout engine is always present and works immediately on any control.