Updatable browse displays double rows

schaapie

Member
I'm having a problem with an updateble (static) browse.
When I come to the last row in the view-port.
I press enter (enabeling the row for update)
update the record.
leave again by pressing enter (only one field is enables so this equals go)
After completion of the row-leave (=assign changes, temp-table, screen-value to database).
The browse scrolls down and redisplays the same row again.
when I enter and leave this row again, the browse scrolls down and displays the correct next row.

Any suggestions anyone?
 
Hi,
i have nearly the same problem.
I display a Browser (not dynamic but freeform) via temp table.
when i try to scroll down, one row (following after the end of
the viewport) shows the same data. (scrolling by GUI not by programm)
If i display the content of the temp table - there is NO double Data.
I solved this problem by opening the query twice.
This might be a Progress BUG! but i can't find something in
the knowledgebase (we are using 10.1A02).
Can anybody verify this Bug. Or suggest anything ?
KdRgds
NobbyLK

I'm having a problem with an updateble (static) browse.
When I come to the last row in the view-port.
I press enter (enabeling the row for update)
update the record.
leave again by pressing enter (only one field is enables so this equals go)
After completion of the row-leave (=assign changes, temp-table, screen-value to database).
The browse scrolls down and redisplays the same row again.
when I enter and leave this row again, the browse scrolls down and displays the correct next row.

Any suggestions anyone?
 
Hi,
this problem seems to be much harder than i thought.
If you browse down the browser via mouse you can solve
the problem via open the query twice - but if you scoll down
or up via keyboard - the problem is doubled ... (4 times
the same)
Any Hints ?
kdrgds
NobbyLK
 
Hi all,
problem solved.
It was a bug in my routine not in progress. (empty the temp table
on value change - makes the browser corrupt).
kdg rgds
NobbyLK
 
Back
Top