sc_block_display(Block_Name, on/off)

Dynamically determines the display fields of a specific block.

By default all the blocks are displayed ("on" condition).

Ex. 1:
if ({type_customeri} == "personal")
{
sc_block_display(company, off);
}
else
{
sc_block_display(personal, off);
}

Obs: In grids, this macro only works with "slide" orientation.