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
- :
- Re: Input validations for installers
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
‎Aug 07, 2012
04:27 AM
Input validations for installers
Hi All,
Please help me to give input validations for inputs using install anywhere tool.i am giving the blank input,installer not prompting any pop-up window.blank data is taking.
Regards,
Sreekanth
Please help me to give input validations for inputs using install anywhere tool.i am giving the blank input,installer not prompting any pop-up window.blank data is taking.
Regards,
Sreekanth
12 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 08, 2012
11:34 AM
If you don't want to accept blank input, you may want to compare the IA result variable with the $NULL$ value, and in case this was what the end user entered send them back to the previous panel.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2012
01:24 AM
hi thank u for reply,could you please provide me example for result variable comparison
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2012
02:30 AM
In the Pre-Install task, right after your Input Panel, you should use a Display Message, with the following Rule: Check IA variable, your $USER_INPUT_IA_VARIABLE$ equals $NULL$ then display a meaningful message to the end user and return to the previous panel (i.e. the one asking for the input).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2012
03:55 AM
this means i need to use display message panel after my input panel.i ahve tried like that but after the display message panel its installing is going i am not getting remaining panel.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2012
04:18 AM
i want to disable the next button if end user give blank information is it possible
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 22, 2012
03:04 AM
Only a Custom Code panel will allow the desired behavior. In what I was offering, the user couldn't by pass your panel unless they entered a non-null value.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2012
12:38 AM
Hi,
I could not able to check result variables with NULL value for "Get user input-simple" panel and choose file panel.show message dialog box is appearing only for "Get user input-Advanced" panel only.could you please help me to how to check result variable for "Get user input-simple"
I could not able to check result variables with NULL value for "Get user input-simple" panel and choose file panel.show message dialog box is appearing only for "Get user input-Advanced" panel only.could you please help me to how to check result variable for "Get user input-simple"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 27, 2012
11:47 AM
Is it possible for you to post your project?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2012
05:27 AM
1) You may add a Display Message Panel (To show the error)
2) Add a rule to the panel Compare InstallAnywhere variable
($USER_INPUT_RESULTS$ equals $NULL$ ) where $USER_INPUT_RESULTS$ is Results Variable of the corresponding field that you want to validate
2) Add a rule to the panel Compare InstallAnywhere variable
($USER_INPUT_RESULTS$ equals $NULL$ ) where $USER_INPUT_RESULTS$ is Results Variable of the corresponding field that you want to validate
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2012
05:42 AM
hi i have worked used show message panel for that,and its working fine but I could not able to check result variables with NULL value for "Get user input-simple" panel and choose file panel.show message dialog box is appearing only for "Get user input-Advanced" panel only.could you please help me to how to check result variable for "Get user input-simple"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2012
08:57 AM
If it is working for "Get user input-Advanced", then it should work for "Get user input-simple" as well. I can not say what is wrong without going thru your project.
Anyways since "Get user input-Advanced" is working for you, why don't you use the same?
Why you want to use "Get user input-Simple"?
You can achieve the same functionality with "Get user input-Advanced" as well.
So my suggestion is instead of debugging what is wrong with "Get user input-Simple", just go ahead and use what is working for you i.e "Get user input-Advanced".
Anyways since "Get user input-Advanced" is working for you, why don't you use the same?
Why you want to use "Get user input-Simple"?
You can achieve the same functionality with "Get user input-Advanced" as well.
So my suggestion is instead of debugging what is wrong with "Get user input-Simple", just go ahead and use what is working for you i.e "Get user input-Advanced".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2012
11:24 PM
i did like that only .but i need to check the result variable to file choose panel.
