‎2008 Jan 21 7:24 AM
Hi all, i'm doing a tabbed screen diaplay with 3 tabs. when i do a if-else case to check if all input boxes in all tabs are not empty and display a error message, all the input boxes will be locked. but if i change the message to a sucess message, nothing will not be locked.
i understand if it's a single screen, by entering a CHAIN-ENDCHAIN will unlock the input boxes. i tried to use it on all the 3 screens but to no avail.
can anyone help me? i'll reward handsomely ((: thanks ((:
sample codes will be better
Leslie
‎2008 Jan 21 7:31 AM
Are you defining one screen area for all tabs or different screen areas.?
‎2008 Jan 21 7:31 AM
Are you defining one screen area for all tabs or different screen areas.?
‎2008 Jan 21 9:45 AM
‎2008 Jan 21 7:32 AM
Hi Leslie,
throw an information message instead of an error message.
‎2008 Jan 21 9:46 AM
hi Hema Sundar Munagapati,
how do you throw an information message?
thanks (:
‎2008 Jan 22 2:27 AM
hi, i still can't solve the problem. yes the information message is another alternative, but my user wants the error message 😞
‎2008 Jan 22 4:42 AM
hey then your problem is solved just define one screen area for all the tab strips and check for all the variables by calling the tabs dynamically .
‎2008 Jan 22 7:42 AM
hey ashish pandey, i don't really get what you're trying to say. what i have now is four different screens, 9000, 9001, 9002 & 9003. 9000 is the screen area to display the tabbed 3 different screens. when i wanna to display a error message (MESSAGE E001(XXXX).), all the inputs willl be locked. but thanks anyway for trying ((:
Leslie
‎2008 Jan 22 8:08 AM
‎2008 Jan 22 11:21 AM
hey correct me if i am wrong
9001 9002 and 9003 are the three areas that you have defined for three different tabs.
is that the case?
‎2008 Jan 23 3:01 AM