Under Consideration
Form Control Properties
Form control properties should all have these 3 options:
- Enter the parameter as a hard coded value
- Databind the value
- Associate an expression to determine the value
This way, for example, decimal places could depend on the currency selected (dollar = 2 decimals, peso = 0 decimals).
You could concatenate more than 2 fields for a dropdown or suggest control.
You could create a dynamic label of any control.
Comments have been locked on this page!