Project

General

Profile

Bug #2579

Cursor offset is reset after a trigger containing MESSAGE ... UPDATE

Added by Stanislav Lomany about 9 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/21/2015
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:

History

#1 Updated by Stanislav Lomany about 9 years ago

Testcase:

def var i as integer init 12345.

display i with frame f1.
enable i with frame f1.

on "x" anywhere do:
  message "test" update j as integer.
end.

message "press right * 3, x, enter".

wait-for close of current-window.

In 4GL cursor remains on its position, in P2J it is reset to the position of the first digit (focus-gaining code does this).

Also available in: Atom PDF