|
Source Cutter supports the creation of entirely functional Windows Forms applications. All functionality
generated by Source Cutter has a tiered design which separates data access logic from the presentation layer,
so all Forms are dependent upon data access classes and model classes generated by Source Cutter.
The following describes a high level overview of the functionality.
The List Form displays data in a Validated DataGrid that can be either editable inline or provide a read only
display of the data. The Validated DataGrid also supports contextual menus that when clicked will pull up a
details form for a particular row item. When in edit mode the Validated DataGrid provides cell level data
validation, and fires events to save data anytime a row is changed within the Grid if the row being left is valid.
Screen Shots
The Edit Form displays data for one row within the DataGrid in a Windows Form. Edit forms appropriately
provide validation checks on all fields, and if any changes are made the user will be prompted to save changes
automatically prior to the closing of the form.
Screen Shots
|