‎2007 Sep 11 12:31 PM
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
‎2007 Sep 11 12:35 PM
HI,
For every TAB strip, you have to give the Function code, then Funtion type, Give the Function type
Regards
Sudheer
‎2007 Sep 11 12:44 PM
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
‎2007 Sep 11 12:58 PM
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
‎2007 Sep 12 5:01 AM
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
‎2007 Sep 12 3:15 PM
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