Dear All.
I'd like to set sub-form which is consisted of drop-down button to be invisible.
when this function is proceeded, the layout of drop-down button is still remained.
Please refer to followings.
-------------------------------------------------------- Code --------------------------------------------------------
setPresence(extPath.Result2_MVS, "invisible");
function setPresence(obj, block){
obj.presence = block;
};
- in case of visible.
- in case of invisible.