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: 

Reg: table control values to be updated during POV event

Former Member
0 Kudos

Hi all,

i need to design the screen for table control. which should contain Four input fields and input should be selected by F4 help. So i have used POV event to handle this. Once the user selected values from the F4 help, Immediately it has to populate the Table control fields based on input selection. I have tried several ways but it was not successful.

Please help me regarding this will be appreciated .

Regards,

Sreenivasa Sarma K.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Make use of the 'SEARCH HELP' property of the fields in the table control.

Just get the search help names for those 4 fields and place it to this property.

Also change the 'Poss. Entries Key' property as 1 or 2.

Regards,

R.Nagarajan.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Make use of the 'SEARCH HELP' property of the fields in the table control.

Just get the search help names for those 4 fields and place it to this property.

Also change the 'Poss. Entries Key' property as 1 or 2.

Regards,

R.Nagarajan.

Former Member
0 Kudos

i have solved the problem myself .. thanks for replying me.

regards,

Sreenivasa sarma