cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CinVVL
Level 5

Refresh of variables in User Input dialogs

Hi,

I am looping through the user input dialogs using jump labels.
The issue here I am facing is, the dialog comes populated with the previous inputs taken from the user.

I am using variables for the user inputs. If I assign some new value to these variables at the time dialogs are looping the dialog displays the new value.
But when I assign the $NULL$ value to the variables it is not refreshing the variables and so the user input dialogs come populated with the previous values.

My requirement is to keep the dialog with the blank fields. How to achieve this?

Kindly, provide me the requested information

Cheers,
CinVVL
Labels (1)
0 Kudos
(2) Replies
Nipul_Patel
Level 3

Hi,
At the time of looping instead of assigning new values why don't you assign 'space' as a value. By doing this user would not see any value..:)This would not be a perfect solution but atleast a very good workaround.
0 Kudos
CinVVL
Level 5

Nipul Patel wrote:
Hi,
At the time of looping instead of assigning new values why don't you assign 'space' as a value. By doing this user would not see any value..:)This would not be a perfect solution but atleast a very good workaround.


Thanks for your response.
But this also does not help.
IAW ignores space or $NULL$ or $EMPTY_STRING$ 😞
0 Kudos