Styles

When clicking on the Edit Styles icon on the Layout screen of the View Designer wizard, the Style Builder screen opens. The style of the cell or control can be configured on this screen. Styles applied to a certain control will change the display value of that control to the specific format specified, for example applying a style of type “percentage” to a control at design time, will result in the runtime value being displayed as a percentage. The value written to the back-end however will still be the value that was entered, and not the display value. Applying the “percentage” Style to a [Textbox], and providing a value of “0.64”, will change the display value to “64%”.