Hi All,
In SDK, I try to get the Item Price. However, the value returned is the amount and the currency (USD 50.00). How do I get just the amount (50.00)?
The code i'm using is as follows (where oItem is the matrix on the form):
..
Set oMatrix = oItem.Specific
Set oCols = oMatrix.Columns
sPrice = oCols.Item("17").Cells(i).Specific.String
Please help!