Hey guys, the image explains it self.
2 buttons, one to increment, the other to decrement the value form that input (txtQtd).

I´ve tried to use patch() on select of the button:
Patch(
colResumo;
ThisItem;
{txtQtd: txtQtd + 1}
)
But I got an error "The specified column "txtQtd" does not exist" because this is not an item, it´s a text input.
Any ideas on how to do this?
Thanks in advance