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

subscreen

Former Member
0 Likes
729

Hi,

I've a tabstrip with 2 subscreens.

i want to put validation on the field of 1st subscreen so that unless user inputs the value in that field he shouldn't be allowed to navigate to the 2nd subscreen.

Can anyone pls guide me?

Thanks in Adbvance,

Sipra

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
701

Hi,

First thing you need to do is avoid free navigation between the tabs this you can do by removing the function type 'P'. Then the PAI event gets triggered. There you can check for your field and raise an error message which will make the same sub screen to appear again.

Regards,

Sesh

5 REPLIES 5
Read only

Former Member
0 Likes
701
Read only

Former Member
0 Likes
701

Hello ,

use the floe logic keywords :

field & chain .....end chain .

ex : chain .

field : sbook-carrid.

end chain.

Thanks & Regards ,

latha murthy

Read only

Former Member
0 Likes
701

Hi Sipra,

You can do one thing.. The field Which u want to make it manidatory. Then u have an option in the module pool itself. Just Double click on the field then in the program tab. Check Input Check box and Select from the Drop Down LKist as " Required".

Unless the user Enters some value into it. It will not allow to go to the next screen or even to come out.

Murthy

Read only

Former Member
0 Likes
701

Hi Sipra,

Wat u can do.. is just make that field mandatory/required

by checking d INPUT checkbox and choosing the required from drop down list in properties for that field.

regards

Sachin Dhingra

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
702

Hi,

First thing you need to do is avoid free navigation between the tabs this you can do by removing the function type 'P'. Then the PAI event gets triggered. There you can check for your field and raise an error message which will make the same sub screen to appear again.

Regards,

Sesh