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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top