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

get screen elements dynamically

Former Member
0 Likes
613

Hi

Can we get the screen elements like input box or check box

dynamically in dialog programming?

Thanks & Regards

GVRao

5 REPLIES 5
Read only

Former Member
0 Likes
584

u can get it in table control only

Read only

Former Member
0 Likes
584

Yes you can..

Use "loop at Screen" in your PBO module to display or hide them by modifying value of fields ACTIVE and INVISIBLE in the SCREEN table.

Read only

Former Member
0 Likes
584

HI,

ya this is possible in dialog programing.. what you can do is that define the screen elements and set there property as invisible.

Then at runtime according to the requirement you can modify SCREEN structure to make that element visible again..

Hope this will be usefull.. Reward Points!!!!!!!!!!

Read only

Former Member
0 Likes
584

Hi,

first we will create all the screen elements and based on the requirement we can show/disappear those screen elements in the PBO of the screen using loop at screen ...endloop.

rgds,

bharat.

Read only

Former Member
0 Likes
584

hi

follow sneha reply