Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MODULE POOL ISSUE

Former Member
0 Likes
544

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

5 REPLIES 5
Read only

Sm1tje
Active Contributor
0 Likes
527

Use the LOOP AT SCREEN statement.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
527

At selection screen.

loop at screen.

make the fields active here.

set screen-active = 1.

modify screen.

endloop.

Read only

Former Member
0 Likes
527

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.

Read only

0 Likes
527

Thank you for your valuable answer.now its working fine.

Read only

matt
Active Contributor
0 Likes
527

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