Hello,
Can someone let me know if it is possible to create a base form and set the
Locked property to True, and then have all derived forms also inherit the
Locked property.
Currently if I try to do such a thing, the base form sets Locked to True but
in the derived forms, this property is not passed on.
Cheers,
Danny
joeycalisay - 29 Mar 2005 08:42 GMT
have you tried reading the value on the resource file of the base form?

Signature
Joey Calisay
http://spaces.msn.com/members/joeycalisay/
> Hello,
>
[quoted text clipped - 8 lines]
>
> Danny