I have an array on a screen that is 69 elements laid out as 14 rows by 5 columns. The first element starts in the second column (so the first row only has 4 occurrences).
I can lay this out with lots of row/column offsets in the mapping, but I was hoping I could just define it as if it started in the first column and drop the first element. I’ve got this working with a flow procedure that copies the table element-by-element to the output structure, using a Test If to not copy the initial element.
Is it possible do a simpler mapping (screen mapping) from the screen table to the output structure by setting the
just wanted to post back to let everyone know the outcome of this item.
The solution was to map the screen array with the starting row/column where it is in the second column and supply just one set of row/column offsets (0,16). The screen preview doesn’t show this correctly in v525 - the array appears to march off to the right in a single row - but ApplinX correctly wraps at execution time. When the next field is outside of the screen area, it goes to the next row automatically.