Password Editor

raghooveer

New Member
Hello


How to create password editor in progress. ( i mean when user types his/her password that should be displayed *).


Thanx & Reg.
Raghuveer
 
Try to use BLANK FILL-IN.

This is a logical attribute.

{&FILL-IN}:BLANK IN FRAME {&FRAME-NAME} = YES.

OR

DEFINE FRAME {&FRAME-NAME}
.
.
.
{&FILL-IN} AT ROW 3 COL 20 COLON-ALIGNED BLANK
.
.
.
etc
 
Back
Top