HowTo develop a new screen: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
** make sure you use the DataField attribute and link each control to the column of a table | ** make sure you use the DataField attribute and link each control to the column of a table | ||
* create a typed dataset in Shared and add to generateORM | * create a typed dataset in Shared and add to generateORM | ||
* write UIConnector for server | |||
* run nant generateGlue to generate the instantiator in server and interface in shared | |||
== Example Report == | == Example Report == | ||
TODO | TODO |
Revision as of 06:02, 26 Haziran 2009
Example Accounts Payable Supplier Edit screen
(TODO: this needs to be written more detailed)
- first create the yaml file for the screen; see also Development_with_Code_Generation#Documentation_YML_for_OpenPetra_Forms
- make sure you use the DataField attribute and link each control to the column of a table
- create a typed dataset in Shared and add to generateORM
- write UIConnector for server
- run nant generateGlue to generate the instantiator in server and interface in shared
Example Report
TODO