Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • Reply To: Stored Procedure with Money Value

    Correct...is what I done yesterday to fix the problem and it works.

    Thanks

  • Reply To: Stored Procedure with Money Value

    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....

  • Reply To: Stored Procedure with Money Value

    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...

  • Reply To: Stored Procedure with Money Value

    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...

  • Reply To: SQL View Question

    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...

  • Reply To: SQL View Question

    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...

Viewing 6 posts - 1 through 6 (of 6 total)