Inherited forms are locked?

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?
 
P

Philip Fourie

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
 
H

Herfried K. Wagner [MVP]

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...
 
G

Guest

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

Top