2007 Nov 05 9:51 AM
Hi Experts
How to disable a particular field in dialog programming.
Thanks in advance
Regards
Rajaram
2007 Nov 05 9:58 AM
Try this:
loop at screen.
if screen-name eq 'PARTICULAR_FIELD'.
screen-invisible = '1'.
modify screen.
endif.
endloop.
Regards Martin
2007 Nov 05 9:56 AM
Hi
goto that filed properties and there you will find some options for that filed
like disable input output etc...
so click on that check box disable and then activate it
then that field will disable
Reward if usefull
2007 Nov 05 9:56 AM
hi,
for disable field go to screen painter and then click on the property of field then in attribut window there is a tab with name program in that tab a property is mentioned with input field you choos not possible then activate object now run the program you field now disabled.
cheers.........
rewards if helpful.
Regards
Gagan
2007 Nov 05 9:58 AM
Try this:
loop at screen.
if screen-name eq 'PARTICULAR_FIELD'.
screen-invisible = '1'.
modify screen.
endif.
endloop.
Regards Martin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |