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: 

Table control in dialog programming

Former Member
0 Kudos

Hi,

I have created a screen in dialog programming where there is a input/output field called hu barcode and a table control below it.Beside the table control i created a input /output field counter.The counter field is only display field.

In the output when the user enters the value in hu barcode field and press enter that value should appear in the below table control.Again when the user enters the value in hu barcode field and press enter that value also should appear in the below table control above the previous value.In this way the user can enter any number of values in hu barcode field and all the values should appear in the below table control and the counter should be increased for each entry and should appear on the screen in the counter field.

Now the issue is my screen size is only 8*40 and I have adjusted the table control in only that screen size.After entering 4 values when I click the down arrow in table control the counter is getting increased and the last entered value is getting appended many times in the table control.I want to scroll down and check the 4th value in the table control.Does it mean that the scroll bar is not working or the table control cannot be used in the RF programs?

How can I achieve this?

4 REPLIES 4

Former Member
0 Kudos

Former Member
0 Kudos

Generally when we are doing RF module pool programming (with screen size 8X40 or 16X20) we can use step loops to display the records.

To get the scrolling for the table control we can set the vertical scroll bar is X in the table control properties.

0 Kudos

Hi ,

I have set vertical scroll bar to 'X' but still when I scroll the scroll bar the counter is getting incremented and the last entered value is appended many times in the table control.

What can be done to overcome this issue?

0 Kudos

Hi Srini,

Can u tell me how to use step loops in RF programming