?
=?ISO-8859-1?Q?Bernard_Bour=E9e?=
Hello
I'm using an external object declared with
Dim Ob as Object
Ob = CreateObject("XX.Application")
Dim As as Object
AS = Ob.Stocks
Dim A as Object
Then I use a loop to have access to each member of AS
with A = AS(i)
When I run the loop , A=AS(0) returns one object but A=AS(1) returns
an error message "The object is deconected from its clients " ??
How can I solve this problem ?
Thanks
Bernard
I'm using an external object declared with
Dim Ob as Object
Ob = CreateObject("XX.Application")
Dim As as Object
AS = Ob.Stocks
Dim A as Object
Then I use a loop to have access to each member of AS
with A = AS(i)
When I run the loop , A=AS(0) returns one object but A=AS(1) returns
an error message "The object is deconected from its clients " ??
How can I solve this problem ?
Thanks
Bernard