on 2021 Mar 16 8:09 AM
Hi,
I am trying to fill data in guiTableControl using IRPA. I need to retrieve no of non empty rows visible and invisible in able to fill data in next empty row. Please help me out.capture.png
Request clarification before answering.
tGuiTableControl has a property VisibleRowCount. As to the invisible rows, I've never found anything that can tell you whats not loaded yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's the property RowCount = total number of lines in the table control (can be for instance 1000 = visible + non-visible rows).
Script can work only with visible rows, and must scroll to make visible the next page of rows.
The last page can be immediately displayed by using tablecontrol.verticallscrollbar.position = 1000.
It's important after a table control scrolling to reinstantiate the table control to be able to work with it, because after reloading a screen, all elements are recreated by SAP GUI.
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.