====== Control_Off routine ====== ==== Description ==== Removes transaction and domain validation controls from Native Tables. ==== Syntax ==== **Control_Off**(//tablelist//, //tempflag//) ==== Parameters ==== The Control_Off routine has the following parameters. ^Parameter^Description^ |//tablelist//|A table or list of tables from which to remove transaction control.| |//tempflag//|If passed true, then temporarily removes control features. Controls are automatically added to this table(s) the next time the table is accessed, if controls have been specified as permanently applicable.| ==== See Also ==== [[control_on|Control_On]] ==== Example ==== See [[transaction_processing|Transaction Processing programming example]].