Search results

  1. A

    Browse column changes value with focus

    I solve this issue by reading the key events when you leave the quantity field . Example: IF YOU WANT TO LOCK THE FIELD UNTIL THE ENTER IS APPLY THEN YOU HAVE TO LOCK THE MOUSE WHEN LEAVE THE FIELD. ON 'leave':U OF var-hand do: IF LASTKEY = KEYCODE("RETURN") OR LASTKEY =...
  2. A

    Browse column changes value with focus

    When I enter the amount in the column quantity and do not press the enter or tab key, but press the left-mouse-click on another item-number line the quantity number in that line passes the amount to the field I was before . Can anyone help me understanding this behavior? Example : Imagine this...
Top