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

Dynamic screen

Former Member
0 Likes
474

Hi,

I generated one dynamic screen using some conditions and loop at screen.

Foe example I am generating F1, F2, F3, F4 fileds. Based on some condition I need not to display

F3. Then Screen looks ugly as there is one white line.

So is there any command which can suppress the gap b/w F2 and F4.

Please advise.

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
0 Likes
447
CONDENSE NO-GAPS
3 REPLIES 3
Read only

former_member222860
Active Contributor
0 Likes
448
CONDENSE NO-GAPS
Read only

Former Member
0 Likes
447

Better you to display these fields in 'display' mode only so screen design will not become ugly. Any way user will not be able to enter any values in these fields.

Other wise design multiple screens for each set of dynamic conditions but it is cumbersome and overhead for code as well as changes.

Read only

Former Member
0 Likes
447

hI,

Which field u don't want to display keep that field as

field NO_DISPALY.

then that field will not appear in the screen.

Regards,

jaya