Hello I have a problem with the event MSG-GOTO-CELL-DRAG (not thin client).
When I use the next code it works when I drag a row down in a grid slowly.
When I drag the row down very fast it seems to loose the MSG-GOTO-CELL-DRAG event because INTEGER is not being added.
WHEN MSG-BEGIN-DRAG
MOVE 0 TO INTEGER
WHEN MSG-GOTO-CELL-DRAG
ADD 1 TO INTEGER
WHEN MSG-END-DRAG
DISPLAY INTEGER
I tried runtime 9.22 and 10.20
#Grid