Application Development and Automation 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: 
Read only

dialog program

Former Member
0 Likes
1,058

hi experts!!

i am working on a dialog program and i have 2 sets of input field on the screen Ex A1 A2 A3 AND B1 B2 B3. while entering values i do validation on these fields and after validation only the field which have wrong input must be enable for entering values and others should be disable for entering.

please tell me how to code the same.

plz help me

mahesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,037

Hi Mahesh,

Please find the link below which contains the uses and the usage of Chain and EndChain Statements.

Trust this helps.

Warm Regards

R Adarsh

hi experts!!

i am working on a dialog program and i have 2 sets of input field on the screen Ex A1 A2 A3 AND B1 B2 B3. while entering values i do validation on these fields and after validation only the field which have wrong input must be enable for entering values and others should be disable for entering.

please tell me how to code the same.

plz help me

mahesh

7 REPLIES 7
Read only

Former Member
0 Likes
1,037

Use chain endchain....

Read only

0 Likes
1,037

can give more detail..i can validate using chain--endchain but how to handle enable and disable of fields.

mahesh

Read only

GauthamV
Active Contributor
0 Likes
1,037

hi,

define ur variables with field statement in between chain and endchain.

Read only

Former Member
0 Likes
1,037

Use the validation modules between chain endchain loop in the pai of the screen

Read only

0 Likes
1,037

can give more detail..i can validate using chain--endchain but how to handle enable and disable of fields.

mahesh

Read only

Former Member
0 Likes
1,038

Hi Mahesh,

Please find the link below which contains the uses and the usage of Chain and EndChain Statements.

Trust this helps.

Warm Regards

R Adarsh

Read only

Former Member
0 Likes
1,037

thanks for help