Hi Guys
as strange it appears it happened !
i have a VBA routine to lock\unlock controls on a form; the code is in a standard module (outside the form) where it calls the form using Form_FormName.ctrl.locked = true\false
after running the sub and checking in immediate window (?Form_FormName.ctrl.locked) it returns as desired (false\true) but it does not actual reflect the form' ctrl neither showing in forms property sheet. any suggestions ?
i tried to recreate the whole app; save form as text and reload but neither helped
thanks in advance
as strange it appears it happened !
i have a VBA routine to lock\unlock controls on a form; the code is in a standard module (outside the form) where it calls the form using Form_FormName.ctrl.locked = true\false
after running the sub and checking in immediate window (?Form_FormName.ctrl.locked) it returns as desired (false\true) but it does not actual reflect the form' ctrl neither showing in forms property sheet. any suggestions ?
i tried to recreate the whole app; save form as text and reload but neither helped
thanks in advance