Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Troi Dialog Plug-in (User Name & Password)


This topic is 8387 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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 ]

Posted

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

Posted

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

This topic is 8387 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.