| ▪ | All Subform rules are WAFFL Statements |
Definition of Hidden Rule
| ▪ | Designers should enter WAFFL (Kontinuum Functional Language) into the Hidden rule box to determine under what conditions the contents of this Subform are not visible to the user |
Definition of Hidden Row Rule
| ▪ | The Hidden Row rule is evaluated for each Row in a Subform |
| ▪ | If it evaluates to True or 1 then that row is hidden |
Definition of Row Colour Rule
| ▪ | The Row Colour rule is evaluated for each Row in a Subform |
| ▪ | Each time it is evaluated it must return the name of a tag in the style sheet which determines how that coloured row will appear |
| ▪ | For example: if{@@Form.RowNumber = 1,Red,Blue} will do the following: |
| ▪ | Every Answer Box in the first row will be displayed using the .ANSWERRed element in the Style Sheet and every Answer box in all the other rows will be displayed using the .ANSWERBlue element in the Style Sheet |
Definition of Uneditable Rule
| ▪ | Designers should enter WAFFL (Kontinuum Functional Language) into the Uneditable rule box to determine under what conditions the contents of this Subform cannot be edited by the user
|
|