|
|||
|
I am trying to use an ActiveX component and have the following Visual Basic example to go on...
Invoice1.CustomerName = "John Q. Customer" Invoice1.ItemCount = 2 Invoice1.ItemName(0) = "Our Company's Product" Invoice1.ItemAmount(0) = 14000 'number of cents Invoice1.ItemName(1) = "Our Company's Product" Invoice1.ItemAmount(1) = 14000 'number of cents Invoice1.Add() The code works except for the line with the indexes (0). it seems that they are not being sent properly. Ive tried brackets, quotes... Any suggestions?... BTW this is a activex for communicating with quickbooks. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|