This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Refresh of variables in User Input dialogs
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2013
05:38 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2013
03:54 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 24, 2013
01:31 AM
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$ 😞