‎2009 May 14 9:52 AM
Dear All,
I have created a module -pool program.
I have kept few fields disable.I have created edit button and in output I want that when I ll press edit button the fields will become editable.
Thanks and Regards
Deepa
‎2009 May 14 9:54 AM
‎2009 May 14 10:11 AM
At selection screen.
loop at screen.
make the fields active here.
set screen-active = 1.
modify screen.
endloop.
‎2009 May 14 10:33 AM
Dear ,
you can proceed like this.
In the PBO add a module to activate/deactivate the fields.
In the module add the code .
Loop at screen.
if screen-name = <field name you want to activate>.
screen.activate = 1.
endif.
*similarly you can do it for morw number of fileds .....
EndLoop.
Modify Screen.
Try this. it will be helpful.
‎2009 May 15 11:16 AM
‎2009 May 14 3:15 PM
Welcome to SCN.
Please take the time to read the forum Rules of Engagement. Please do not post subjects in ALL CAPITALS. Please search before asking questions. Please use meaningful subjects.
Thank-you
matt