At 03:53 PM 5/1/2008, Charles Parks wrote:
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?
Charlie,
Here's the correct syntax:
PROPERTY 'FormComponentID|RBASE_FORM' COMPID 'value'
RETURN
Have fun!
Very Best R:egards,
Razzak.