Home » Developer & Programmer » Forms » Passwords in Forms
Passwords in Forms [message #82287] Thu, 15 May 2003 05:36 Go to next message
Debraj Ghosh Dastidar
Messages: 44
Registered: February 2003
Member
Is it possible to show blank spaces in the
event of entering value in a field rather than
showing the real value? Simply, i want to hide
the value is being entered.
Re: Passwords in Forms [message #82288 is a reply to message #82287] Thu, 15 May 2003 06:17 Go to previous message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
This can be done by Item Property "conceal data". It displays asterisks ('*') instead of the real characters.
You can set it programmatically by
  SET_ITEM_PROPERTY(item, ECHO, PROPERTY_TRUE/PROPERTY_FALSE);
Of course, the Get_Item_Property equivalent exists too.

MHE
Previous Topic: attaching bmp file...
Next Topic: Master detail - Forms9i
Goto Forum:
  


Current Time: Fri Apr 19 16:21:55 CDT 2024