Perspective Enter Key Action

Hi all,

I’ve got a button that sends a message to a handler on the root container. The results of the message handler is a query that searches for a part and sets a custom property, to which a table is bound.

This works fine.

I used this same message for pressing the Enter key. But, I do not get any query results. So, I bound a label to a custom property, and set this property via the root message handler, and it works both with the button click and Enter key events.

Any ideas why this might happen?

Thanks,

mike

On what component did you configure the keyboard event?

(Share more details, or export an example view.)