Hi All,
I want to create a page from which a value should be passed to other page.
But the page structure should look like :
2 Drop Down lists, 2 Text labels where user will enter input(i.e numbers here they are 3 , 8)
A X 3 8
B Y
C Z
From this the page should define a variable temp, that holds the value
B_X_3_8.
Could some one assist me in this?
I googled but couldn't find the answer.
Thanks a lot.
Creating custom page
3 posts
The nsDialogs documentation should have enough info for you to figure this out, basically read the values in the page leave function with ${NSD_GetText} or call abort if a value is invalid/out of range...
I got it. I didn't place the LB_GETTEXT in Leave page.
Thanks for the help.
Thanks for the help.