| **Navigation:**  [[templates.htm|Templates]] > [[templates by topic.htm|Templates by Topic]] > Form >====== ViewFormActions ====== | [[tplcontrolsavechangebutton.htm|{{btn_prev_n.gif|Previous page}}]][[templates by topic.htm|{{btn_home_n.gif|Return to chapter overview}}]][[tplextensionsvgraphglobal.htm|{{btn_next_n.gif|Next page}}]] | | || The ViewFormActions template adds functionality to Form procedures. It gives the ability to configure columns on a window for viewing only. The entire procedure can be set for view only or an individual controls. The ViewFormActions template provides the following prompts: **Force View OnlyMode** Check this box to put the procedure in view only mode. This generates code that sets GlobalRequest to ViewRecord. **ViewAction** From the drop down list, choose the view action required for each control. Each control has a separate view action. //None //Provides no special attributes to the control. //Hide //Hides the control from view when the procedure is called with a ViewRecord action. //Disable //Disables the control when the procedure is called with a ViewRecord action. //Read Only //Sets PROP:ReadOnly for the control when the procedure is called with a ViewRecord action. //Set Properties// Allows any property to be set for the specific control. **Property** Any runtime property that is valid for the specific control type. **New Value** A value to assign to the control via the property expression. {{tipbox.jpg|TipBox.jpg}} For Web applications, Disabled and Read Only ENTRY controls display as text.