Hi PB Gurus,
I'm trying to save into a table a decimal value, I tried to capture the variable in a messagebox before my save event, just to check if it's the same:
![decimal_1.jpg]()
But when the event was triggerd, it rounds the value.
![decimal_2.jpg]()
Im using PB12.0 Classic and SQL Server 2008.
the field is decimal(10,2).
TIA,