cancel
Showing results for 
Search instead for 
Did you mean: 

Enforcing positive number on cell/editText

Former Member
0 Kudos

Hello There,

1. is there a smooth way to enforce a positive number (including zero) on an editText or a cell in a matrix?, the numeric field type allows me to enter negative values.

(without the need to capture the validate event on the field and compare it's value)

2.is there a way to disable a cell or a row in a matrix?

RGDS

Hagai.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184566
Active Contributor
0 Kudos

Hi Hagai

1) As far as i know you would have to use a validate event and then do comparisons. I have not seen a shorter method.

2) Also, as far as i know you can not disable a row or cell, you can only do it by the columns. It is a pity, cause i once wanted to change the colour of the whole row but that was not possible, only by columns. Sorry.

Hope thsi helps

Answers (0)