When a user clicks on a button to print a report on my main menu i would like a dialogue box to come up and ask for a password.
When they enter the password i would like ***** to appear so no one else can read it.
I have been looking through the old posts and i understand you can't have an input mask on a dialogue box so i will have to create a form to act as the password dialogue box.
How do i get the form to work? Do i need to setup a bound field in the form, do i use 'after update'?
Thanks
When they enter the password i would like ***** to appear so no one else can read it.
I have been looking through the old posts and i understand you can't have an input mask on a dialogue box so i will have to create a form to act as the password dialogue box.
How do i get the form to work? Do i need to setup a bound field in the form, do i use 'after update'?
Thanks