Enter doesnt work

SoloperSoloper Member Posts: 102
Hi all;

In one of my form enter pass the cursor to the nextg column.

But in the other one it doesnt work. When I press enter in any column in this form, it stays on the same column and doesnt pass the cursor.

What can be the problem?

Thanks;

Answers

  • ProcatProcat Member Posts: 31
    Check if the NextControl property is set.
  • SoloperSoloper Member Posts: 102
    I've checked it. NextControl property is <Undefinded> for all column.
  • SoloperSoloper Member Posts: 102
    By the way, I am talking about tablebox columns.

    In one; enter works, cursor is beeing moved to the next column.
    In the other one (In a different form); doesnt works. Stays on the current column.
  • vijay_gvijay_g Member Posts: 884
    Check also Focusable property of other control.
  • SoloperSoloper Member Posts: 102
    All columns which I can not move cursor with Enter are focusable.

    Does it depend the source table of the form? Is there any property for that in the table properties?

    (These two different form based on tweo different tables)
  • SoloperSoloper Member Posts: 102
    I 've found the thing that I miss.

    There was a button with the property DEFAULT = YES.

    Thanks for the replies.
Sign In or Register to comment.