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 Element Property Dynamically

Former Member
0 Likes
410

i am getting the value of the screen tru DYNP_VALUES_READ but can i get the properties of the screen field like (is it a button or inputbox. etc/) or the information we are getting on Element list TAB on Screen Editor.

2 REPLIES 2
Read only

Former Member
0 Likes
363

write:

loop at screen.

break-point.

endloop.

reward if useful

S@meer

Read only

Former Member
0 Likes
363

i am looking for the static information like element type.. or FM assign ..etc not dynamic properties like input or active etc..