Hi,
I created a smartform that need to loop over a table to display data.
it has one page and the loop is on the main window. but when the page is crossed to next page the first row is repeated and after that continus with the correct row.
like this:
first page :1 second page:1
2 5
3 6
4 7
I checked the table which passes data from the program it is correct but I can not understand why this row is repeated.
please help me.
regards
Elnoosh
finally I discovered the solution, my page had one page and 3 windows, in the first window I had a loop on the same table for the first row and on the new page always the first row was replaced in the same structure. I defined new variable for the upper window and it was solved.ðŸ˜ðŸ˜Š
I found some thing funny in my form, when I remove the upper windows of the main widow every thing gets ok, although there is enough place for the main window or even I make lots of place between these two windows, any comment and solutions!😕
Hello Elnoosh,
it is difficult to respond without further information. Do you use the LOOP or the TABLE functionality? Could you paste a screenshot showing the tree of your LOOP/TABLE like this one (please expand all sub nodes first):
(Here you see a table as well as a loop node).
Hi,
clear the work area using the program line
thank you!!
Hello Elnoosh: Is it include the command like 'READ TABLE *** INDEX 1' in program line (CODE1,CODE28,CODE54...)?
Add a comment