@OsmandFernando
Put this code in the OnCheck property of the button
Set(myUnitPrice, Label_UnitPrice.Text);
Set(myReset, true); Set(myReset, false);
Then use this code in the Default property to make the value appears when the button is clicked
myUnitPrice
This code goes in the Reset property of the button to trigger the new value's appearance
myReset
Finally, put this code in the OnVisible property of the screen to ensure the initial value in the field is blank
Set(myUnitPrice, Blank())
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."