cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mohansubramani
Level 3

Clear the text field

Hi,
Am looping one screen(contains 5 text fields) for several times. Every time user enters the values in text fields and click next button then installer will ask "Do u want to add one more data", if the user input is YES then i have to clear old values in all the text fields in the screen.

The problem is am not able to clear the text field for each time of looping.

I have tried "Set InstallAnywhere Variable" as well as "Execute custom code", but am not able to find the solution.

Following Custom code i have used : installerProxy.setVariable("$PN_SERVER$", "$NULL$");

Is any other option to clear the text fields in InstallAnyWhere 2010?
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

You may want to add a Set Multiple Variables action right before the Panel and use a Jump action right to it if the end user wants to add more data.
0 Kudos
mohansubramani
Level 3

Thanks Vlad. Let me try this option.
0 Kudos
pv7721
Level 20

Has this worked for you?
0 Kudos