Is there any way to format the input box to display password masking.
I really am trying to avoid using tabless panels , or creating additional forms.
I am trying to create authorization (validation) for specific methods on forms. I just want a input window to pop up to allow a manager to input there password (which is validated through a global relationship to my employee table)
The form method I am validating in this case is a form in dialog. I have created all the code to accomplish this via a showformindialog, but loosing the form behind the validation form (while entering the password), is really deceiving and does not flow.
I also tried the tabless panel that becomes visible to open the validation form, but then I have to do all the visible coding do all the fields (behind the tabless panel) , methods etc. Plus it seems that a window shouold pop out at you adding some dimension to the interface.
The last thing I tried was using a dialog box, everything work great, but I need to format the dialog input field as a password.
If this is not possible, maybe there is another way to accomplish this.
Thanks,
Erich