Inherited forms are locked?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
Are inherited forms locked? I have a baseform with a panel. When I create an
inherited form based of it, I can't add controls to it. What is the reason
for this?
 
Hi Amil,

Try setting the modifier property of the Panel in the parent form to
'public'. (You might have to recompile for the change to take effect).

Philip Fourie
 
Amil said:
Are inherited forms locked? I have a baseform with a panel. When I create an
inherited form based of it, I can't add controls to it. What is the reason
for this?

This should work. Check the 'Modifier' "property" of your panel...
 
It works.

Philip Fourie said:
Hi Amil,

Try setting the modifier property of the Panel in the parent form to
'public'. (You might have to recompile for the change to take effect).

Philip Fourie
 
Back
Top