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
- :
- CustomCodeAction get variables set in properties tab in Acvance Designer
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
Jan 14, 2013
03:45 PM
CustomCodeAction get variables set in properties tab in Acvance Designer
Hi
Is there a way to access the variables set up in the Action's properties from a CustomCodeAction object without knowing beforehand the variable names?
I would like to loop through the variables' keys and values that the programmer enters in the form in Advance designer,
Thanks
Is there a way to access the variables set up in the Action's properties from a CustomCodeAction object without knowing beforehand the variable names?
I would like to loop through the variables' keys and values that the programmer enters in the form in Advance designer,
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2013
03:11 AM
It may be possible by adding a debug action to drop variables in a file, and then looping through this file.