Updateable browser

rkemps

New Member
We have a problem with the cells in an updateable browser. When typing a value in the cell the cursor jumps to the first position of that cell. For example when we typing "12345", the display is "54321".

Please can somebody help me and tell where I can find this problem.
 
Looks like the cell value is being redisplayed on each keystroke (e.g. you have a DISPLAY statement somewhere, or are setting the cell SCREEN-VALUE).

When the value is displayed, the cursor position will be reset.

If you have a trigger like ON VALUE-CHANGED OF mybrowser ANYWHERE defined, and that trigger redisplays the row or cell, then the cursor position will be reset.
 
Solution

Mike Carroll said:
Looks like the cell value is being redisplayed on each keystroke (e.g. you have a DISPLAY statement somewhere, or are setting the cell SCREEN-VALUE).

When the value is displayed, the cursor position will be reset.

If you have a trigger like ON VALUE-CHANGED OF mybrowser ANYWHERE defined, and that trigger redisplays the row or cell, then the cursor position will be reset.

Thanks. We already found the solution. We had installed the progress version 91B20 instead of 91B06.
 
Back
Top