cancel
Showing results for 
Search instead for 
Did you mean: 

Problem block cell

Former Member
0 Kudos

Hello.

Can you help with this:

How can I block a cell from a Matrix?

For example: When you are over a cell and you push Tab this wonu2019t advance to the next cell. The next cell is non-editable.

I have you used capture event Got_Focus and the add BubbleEvent=false, but it hasnu2019t worked.

Regards,

Jose

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Jose,

Try using the Validate event (when BeforeAction is true) and then setting BubbleEvent to false to prevent them moving from the cell. I'm not sure it's 100% foolproof though as I've found that pressing the Escape key can sometimes bypass the validate event and allow a user to move elsewhere.

Kind Regards,

Owen

Answers (0)