visible

set field visible or hide field

 

set field visible:

dw_1.items.itemcode.visible=true;

 

if the field is a column field, the system change the visibility for the title, reference and dropdown bitmap too

if the field part of a tab, then the system define the item inside the tab as visible/unvisible

 

hite only a text field

dw_1.items.itemcode_t.visible=false;