OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
61 Context Design feature have not tried 2011-08-12 14:51 2011-08-12 15:07
administrator  
administrator  
high  
resolved 2.3 - DB build 0060  
fixed  
none    
none 2.4 - DB build 0062  
0000061: Create a tool to define automatically a form based on classes fields
When I need a form to create/edit a object instance for a particular class, I've to manually define all items for the class fields. It will be very useful if the form is compiled automatically after selected the object class.
Issue History
2011-08-12 14:51 administrator New Issue
2011-08-12 14:59 administrator Fixed in Version => 2.4 build 006x
2011-08-12 14:59 administrator Target Version => 2.4 build 006x
2011-08-12 15:07 administrator Note Added: 0000094
2011-08-12 15:07 administrator Status new => resolved
2011-08-12 15:07 administrator Resolution open => fixed
2011-08-12 15:07 administrator Assigned To => administrator

Notes
(0000094)
administrator   
2011-08-12 15:07   
Added a form creation wizard: expand the admin object classes on the left tree and right click on a class item; select the "Create Form.." command.

You can define a "Create" "Autocreate" "Edit" or "Search" form

The selected class represent the main object class, but you can also include more classes to generate different object instances and connect them to the main object with a single form submit. In the second step you can select the field (from main/secondary classes or linktypes) to include inside the new form.
In the 3rd step it is possible to choose additional form items (hidden parameters, buttons ...) on the basic of the form type. Finally you can specifiy in the 4th panel the main properties for the selected fields.

When secondary classes are specified, an action program is automatically created (and linked to the form); this program will be used to create additional objects and connect to the main after the submit.