H
Hasani
The reason I ask this is because I'm having problems accessing an array of
type TrackSelection in a VBS script I'm using to test my code.
item.AdditionalInformation returns an array of type TrackSelection. I don't
know what I'm doing wrong. All the classes (that I need for COM) seem to
follow the requirements for COM interop.
Code for Item -> http://www.skidmore.edu/~h_blackw/Item.cs
Code for TrackSelection ->
http://www.skidmore.edu/~h_blackw/TrackSelection.cs
******CODE******
Set comObj = CreateObject("iCode.Interop.ComInterop")
Set item = comObj.ItemFromItemCode("KV35S42")
Set tracks = item.AdditionalInformation
******Error*****
Windows Script Host
Line: 3
Char: 1
Error: Object required
Code: 800A01A8
Source: Microsoft VBScript runtime error
I've been fooling around with this for the last 5 hrs or so, any help will
be appreciated!!!!
type TrackSelection in a VBS script I'm using to test my code.
item.AdditionalInformation returns an array of type TrackSelection. I don't
know what I'm doing wrong. All the classes (that I need for COM) seem to
follow the requirements for COM interop.
Code for Item -> http://www.skidmore.edu/~h_blackw/Item.cs
Code for TrackSelection ->
http://www.skidmore.edu/~h_blackw/TrackSelection.cs
******CODE******
Set comObj = CreateObject("iCode.Interop.ComInterop")
Set item = comObj.ItemFromItemCode("KV35S42")
Set tracks = item.AdditionalInformation
******Error*****
Windows Script Host
Line: 3
Char: 1
Error: Object required
Code: 800A01A8
Source: Microsoft VBScript runtime error
I've been fooling around with this for the last 5 hrs or so, any help will
be appreciated!!!!