2008 Jan 28 2:09 AM
Hi all,
How to make the input button invisible. I need code for that.
Thank
2008 Jan 28 2:13 AM
loop at screen.
if screen-name = 'P_BUTTON'.
screen-active = 0.
modify screen.
endif.
endloop.Regards
Gopi
Hi all,
How to make the input button invisible. I need code for that.
Thank
2008 Jan 28 2:13 AM
loop at screen.
if screen-name = 'P_BUTTON'.
screen-active = 0.
modify screen.
endif.
endloop.Regards
Gopi
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |