how do i set the FXRate in Shipment_LineDisplayCompleted
Breakout
window: Purchase Orders | shipments
These lines of code does not work - it compiles but crashes JIWA.
JiwaShipmentObject.ShipmentLines.Item(1).FXRate = 59.36
JiwaShipmentObject.ShipmentLines.Item(1).FXRate = "59.36"
however I can read no problem
msgbox CStr( JiwaShipmentObject.ShipmentLines.Item(1).FXRate )
what am I doing wrong ?
any help is appreciated.
window: Purchase Orders | shipments
These lines of code does not work - it compiles but crashes JIWA.
JiwaShipmentObject.ShipmentLines.Item(1).FXRate = 59.36
JiwaShipmentObject.ShipmentLines.Item(1).FXRate = "59.36"
however I can read no problem
msgbox CStr( JiwaShipmentObject.ShipmentLines.Item(1).FXRate )
what am I doing wrong ?
any help is appreciated.