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

Tabstrip problem

Former Member
0 Likes
555

Hi;

I have a tabstrip on my screen which have 8 tabs. Each tab has required fields which must be filled. My problem is : when i fill the fields on one tab and press SAVE button it didnt check the other required fileds on the other tabs whether they are filled or not. I dont want to check the fields if they are filled because there are 40-50 required fields on screen.

Is there any other solution ?

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
532

HI,

For every TAB strip, you have to give the Function code, then Funtion type, Give the Function type

Regards

Sudheer

Read only

Former Member
0 Likes
532

declare all variables for the required fields in TOP include.

then at PAI check wether the variables are initial or not...

in this way u can check the fields.

the other way is just make all fields mandatory...

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
532

hi Sudheer Junnuth;

i made the tabstrip with wizard so it gives the func code and funt type to tabs

func type : Normal Application Function

but it didnt work

Thnx

Read only

Former Member
0 Likes
532

Mustafa,

I don't understand your problem. You say when you Save it does not check the other fields and then you say you don't want it to check other fields. So it sounds like it's doing what you want it to do. No?

Do you mean to say, you have so many fields that you don't want to check each field but at the same time, they are required fields? So you want to make sure all fields are filled when you Save but you don't want to check, right?

If this is the case, as someone suggested, make the all the fields mandatory and it should work.

Hope this helps

Filler

Read only

0 Likes
532

i mean :

i have so many required fields on different tabs.

when i fill the fields on one tab and then click save without changing the tab

it doesnt control the other required fields on the other tabs.

i am asking if there is a way to control other tabs too automatically.

thx