SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DB Object‎ > ‎

DB.SetVisible


Platform Objects


Description

Show/Hide a tables's column from the view..


Syntax


Function SetVisible(field_name, func_name, show true|false)


Parameters


field_name (input) - the name of the field to alter
func_name (input) - the name of the function, can be empty
show (input) - boolean value, to show or not

Return value


none


See also

Platform Objects and Methods
DB.sort
DB.AppendFinish
DB.SetTopN
DB.TransactionFinish
DB Object