2006 Sep 07 5:25 AM
Hi all.
i am taking
O Customer |___________|
O Material |___________|
|Display|<b>my questions are</b>.
<b>1)</b> if i select Customer radio button, the textbox for material has to be invisible. if i select Material radio button, the textbox for customer has be invisible.
<b>2)</b> in the module pool, while checking sytax warning me about the radio button unkown, the textbox unkown.
2006 Sep 07 5:30 AM
hi,
to avoid that first delare the variables in your program , activate ur program and then one button will be there in your screen to import the variables from your program to screen , click that and import radio buttons to screen
hi,
to avoid that first delare the variables in your program , activate ur program and then one button will be there in your screen to import the variables from your program to screen , click that and import radio buttons to screen
2006 Sep 07 5:29 AM
in the PBO of screen write a module as below
if radiobtn1 = 'X'
loop at screen.
if field-name = 'textbox2.
screen-input = 0.
modify screen.
endif.
endloop.
similarly use it for the second condition also
2006 Sep 07 5:30 AM
hi,
to avoid that first delare the variables in your program , activate ur program and then one button will be there in your screen to import the variables from your program to screen , click that and import radio buttons to screen
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |