‎2006 Oct 23 8:12 PM
Hi all,
I have two screens like 100 and 200.
In 100 i hvae 2 radio buttons and in 200 i have a gui appln tool bar button say 'add batch'.
My requirement is when i select radio button 1 in 100 then that 'add batch'button should not appear in 200.and if I select radio button 2 then that 'add batch' button should appear.
First of all how can i make one radio button default selected like we have in normal reporting.
for ex: s_tag RADIOBUTTON GROUP radi DEFAULT 'X' USER-COMMAND usr,
Thanks
sai.
‎2006 Oct 23 8:14 PM
‎2006 Oct 23 8:47 PM
Hi Rich,
Then how can I disable aplln tool bar button 'add batch' based upon the radio buttons.
I cant use loop at screen because its not a screen field.
How I should proceed.
And you could you please tel me the purpose of field statement and chain and endchain statements.
Thanks
Sai
Message was edited by: Sai Chand Pullepu
‎2006 Oct 24 7:07 AM
Hi,
The purpose of chain endchain is to validate the set of fields within it.
Sipra