Find out more about new features and improvements in Fabasoft app.ducx.
The keyword caption should be used to provide the text of a step for an activity definition.
The keywords openstep, propertiesstep and finishstep provide standard step templates as steps for an activity definition.
Example |
processes APPDUCXSAMPLE@200.200 process OrderWF { finishstep; |
The keywords nocreate and nosearch specify some standard control styles.
Keyword | Description |
nocreate | In the user interface the create functionality is not provided. Note: In object pointer controls only. |
nosearch | In the user interface the search functionality is not provided. Note:
|
Attribute definitions can now be used as types and for cast operations.
Example |
import COOSYSTEM@1.1; httpconnsingle single; httpconnsingle({ |
The format of the language dependent strings and user documentation can be changed to CSV. You can convert old projects with the “Convert to CSV” button (“Properties” > “Fabasoft app.ducx” > “Advanced”).
The keyword nocopy can be used to specify a property with copy = NoOperation.
Example |
objmodel APPDUCXSAMPLE@200.200 { class Order : CompoundObject { |