Hello
Does anyone have any code or examples of how to set the parameters for the PushButton, CheckBox, OptionButton. In the ARIS help, there is not much explanation as to how to code it? I am having difficulty with my parameters. Appreciate it.
Thank you
Balaji
Michael Wieczorek on
Hello Balaji,
I think the method you are looking for is the following:
Dialog#setDlgValue ( int nDlgItemIndex, int nValue )
int
nDlgItemIndex
The index of the dialog item in the order inserted into the dialog template. The first dialog item has the index 0.
int
nValue
The new value
Compare standard report "output model information" where this method is used.
Regards
Michael