edmonton Posted September 24, 2007 Posted September 24, 2007 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
Ender Posted September 24, 2007 Posted September 24, 2007 The values are only kept if you click the first button.
Recommended Posts
This topic is 6272 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now