Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

module pool - mask input field

former_member599326
Participant
0 Kudos
189

Hi,

I have two module pool input fields as below :-

1) Account No : in this field user will input account number which will be visible.

2) Re-enter Account No : in this field user will input same account number in field 1 but in input field it should show as "XXXXXXXX"... means actual input characters should be masked with "XXXXXX".

we want to validate input account number in both the fields to check whether user is entering same account number or not.

How to achieve this ?

Regards,

2 REPLIES 2

DominikTylczyn
Active Contributor
0 Kudos
157

Hello santosh.b2

You need to mark the field as "Invisible" in Screen Painter:

Best regards

Dominik Tylczynski

raymond_giuseppi
Active Contributor
0 Kudos
157

In your PBO, LOOP AT SCREEN set both INPUT and INVISIBLE flag, so data will be replaced with '*' as for a password.