Skip to Content
0
Former Member
Oct 07, 2005 at 09:09 AM

Get Price from Sales Order Items

25 Views

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!