Disable Input Field

Please am designing a small Inventory, and if the amount stored of any item is equal or less than zero. only I want to disable removing items from store… and allow the only addition

I have two columns (Operation,Amount) , the first one store’s operation type(adding, removing)
the second stores the amount to be either added or removed.
so if the operation is removing and the total amount stored is equal or less than zero, i want to disable the second filed (amount)

Solved Solved
0 2 1,019
1 ACCEPTED SOLUTION

If I understand correctly, you will want o use the Editable_If property in the column you wish to disable input capabilities for. See article below.

View solution in original post

2 REPLIES 2

If I understand correctly, you will want o use the Editable_If property in the column you wish to disable input capabilities for. See article below.

Thanks that is what am looking for…

Top Labels in this Space