September 24, 200718 yr HI I have a login script which uses Show Custom Dialog BOX script step. The dialog box has 3 buttons Default button->Continue, Button 2->Cancel Button 3->Change Password. There are 2 input fields associated with this custom dialog box. The fields are from GLOBALS table. g_login and g_password fields Problem comes when I enter login name and password and press button 3. The login name and password do not get input into g_login and g_password fields. They only get input if I press Continue(default button). Since I have a check to see if Login name & Password are entered, I get into a loop if I press Change Password button. Please help me understand how I can get the values into these input fields without clicking Default button. Thanx
Create an account or sign in to comment