‎2007 Feb 21 9:28 AM
Hi SDN,
Will i be able to make my table control as INVISIBLE in my screen PBO event?
‎2007 Feb 21 9:39 AM
Hi,
Yes,
You can make INVISIBLE using the Properties of Table control.
Regards,
Anji
‎2007 Feb 21 9:35 AM
‎2007 Feb 21 9:39 AM
Hi,
Yes,
You can make INVISIBLE using the Properties of Table control.
Regards,
Anji
‎2007 Feb 21 10:11 AM
HI,
I have a screen (200) with 2 fields,2 checkbox and 2 subscreen.
F1
F2
C1
C2
SUBscreen-area 1
SUbscreen-area 2
Then i have two other sub-screen 201 and 202 with Table Controls.I am calling these subscreen from the screen 200.now both the table control are visible at the first sight itself.
I want first subscreen(201) to be called when c1 is clicked and second subscreen(202) when c2 is clicked.How to proceed for this condition.
‎2007 Feb 21 10:43 AM
We have attributes for Table controle defined in the screen.
INVISIBLE is one of them.
Assume table contrtole in the screen is 'TAB_CNTRL'.
Give TAB_CNTRL-INVISIBLE = 'X'. in one of the PBO events. It will definitely work.
And for your requirement.. you can write logic on which subscreen is called.. and make the appropriate table controles invisible...
Reward all the helpful answers..
Thanks,
Sankar.
Message was edited by:
Sankar.
Sankar