February 12, 200223 yr Anyone know how to get the User Name and Password dialog box in Troi's Dialog Plug-in to go to the User Name(first field) first in the dialog box instead of the Password(second field)? [ February 12, 2002, 09:33 AM: Message edited by: MattSBCNE ]
February 13, 200223 yr If am getting you right, you want the user name to be on the first field and password on the second? You need to define four global fields(text) gt_result gt_OK_ label gt_cancel_ label gt_dialog text And set this script, remember it has to be exact or it wouldnt work out. Set Field [ result, External("TrDl-DoDialog","Please enter user name and password:|OK |Cancel|||Userpassword -StartField1 |" &Status(CurrentUserName) & "|User Name: |Password: ") ] Hope this helps. anita
February 13, 200223 yr Author quote: Originally posted by anita: If am getting you right, you want the user name to be on the first field and password on the second? You need to define four global fields(text) gt_result gt_OK_ label gt_cancel_ label gt_dialog text And set this script, remember it has to be exact or it wouldnt work out. Set Field [ result, External("TrDl-DoDialog","Please enter user name and password:|OK |Cancel|||Userpassword -StartField1 |" &Status(CurrentUserName) & "|User Name: |Password: ") ] Hope this helps. anita Well, I neglected to mention that I was using v2.0 of the Dialog Plugin. It can't be done according to Troi unless you upgrade to v3.0. So I did. Thanks for the reply anita
Create an account or sign in to comment