‎2008 Mar 14 5:19 AM
Hi
Can we get the screen elements like input box or check box
dynamically in dialog programming?
Thanks & Regards
GVRao
‎2008 Mar 14 5:21 AM
‎2008 Mar 14 5:21 AM
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.
‎2008 Mar 14 5:21 AM
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!!!!!!!!!!
‎2008 Mar 14 5:22 AM
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.
‎2008 Mar 14 5:37 AM