Application Development 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: 

how to define screen group?

Former Member
0 Kudos

friends,

I have a screen where there are two table controls...based on the line selection in teh first table control, the no. of lines in the table control 2 gets input enabled...if for a particular entry in the 1st tbl., there are more than 3 entries, then i need to make the entire 2nd tbl control input disabled...how to do this...i have tried assigning a screen group to the fields, but when i define the same in the prog. it says the object screen doesn't have a component group...can anyone explain with some example? thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in screen painter assign fields to group in the properties window that is opened when we double click on a field.

We can mention group name in the boxes beside GROUPS.

Specifying three-character identifiers for modification groups 1 to 4

allows you to group fields together. You can process them all at the

same time in the program using SCREEN modification statements.

1 REPLY 1

Former Member
0 Kudos

in screen painter assign fields to group in the properties window that is opened when we double click on a field.

We can mention group name in the boxes beside GROUPS.

Specifying three-character identifiers for modification groups 1 to 4

allows you to group fields together. You can process them all at the

same time in the program using SCREEN modification statements.