Hi Fernand,
Fernand Vanrie wrote:
just make the control not-visible is a option
oContrl = oDocDlg.getControl("controlName")
ccontroll.setvisible(false)
No option - with many controls to make and remove, will become a little
mess, I'm afraid.
i supose you have to "dispose" first te object ???
ocontrl.dispose
oDocDlg.removeControl(oContrl)
But this does work.
Thanks!
Cor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]