What is the correct way to change a CompID for a form?

For components within this
property <CompID> CompID 'New Comp ID'
This syntax will change the compid for that component.

I gave the form a CompID of A and then tried
Property A CompID 'NewA' and it couldn't find the component id.

I tried
Property A|Rbase_Form CompID 'NewA'
Property NewA caption 'test'

And get
Component NewA not found in current form.

I would like to have two copies of this form opened within a session and 
sometimes alter only the properties on one form but not the other.

What is the best way to do this?


Reply via email to