Viewing 6 posts - 1 through 6 (of 6 total)
Correct...is what I done yesterday to fix the problem and it works.
Thanks
August 18, 2020 at 3:29 am
in the gridview is 225.00 but into the variable is 22500. Is like the string: Dim Invoice As Decimal = Decimal.Parse(row.Cells(4).Text, NumberStyles.Currency) doesn't works to keep the original value....
August 17, 2020 at 3:14 am
I'm passing the decimal because I cannot set money value from .net. into SP there's CAST to convert value to money but probably the point is that the source is...
August 16, 2020 at 2:27 pm
From the API source I see a value like this 220.20 but I tried to "clean" into the gridview with my currency (220,20) without result. I also tried to replace...
August 16, 2020 at 4:55 am
Thank you guys....I really appreciate your reply but nothing of you give me a solution. Everyone talking about the weather, the child and how to dry the rocks with towel...
July 31, 2020 at 4:17 am
Thank for the many replies....the idea is show the first row of others. The point is that I need to "call" same columns just to apply a filter into the...
July 27, 2020 at 2:46 pm
Viewing 6 posts - 1 through 6 (of 6 total)