Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by donkndll

  1. donkndll

    BOI Sales Order Example

    Good example. do you know how to update the payment feilds? retVAL = oSOOrder.nsetValue("PaymentTypeCategory$", "P") retVAL = oSOOrder.nsetValue("PaymentType$", pt) Dim Numb As String = pr.Item("Numb").ToString retVAL = oSOOrder.nSetValue("EncryptedCreditCardNo$", Numb) I get an error invalid...

Part and Inventory Search

Back
Top