cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Awolf401
Level 4

Edit fields

I have a basic msi project with a custom dialog box. This box has three edit fileds that store PROPERTY1, PROPERTY 2, AND PROPERTY3. I also have a dialog that follows that has a edit field. In that field I want it to read

http://PROPERTY1/

and then store it in a property lets say PROPERTY4.

Is there anyway to do that? I have tried populating the text property with http://[PROPERTY1]/ but that does not seem to work. Any ideas?

Thanks
Labels (1)
0 Kudos

(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

If I understand correctly, it sounds like PROPERTY4 should be set with a set property control event that runs after PROPERTY1 is defined (i.e. on the first dialog's next button). Set it to the value you described: http://[PROPERTY1]/. Then reference PROPERTY4 directly in the second dialog's edit field. If you need PROPERTY1 to be updated to follow changes to PROPERTY4, you will need to add a control event custom action to parse 4 and update 1.
0 Kudos