G
Guest
Can someone help me out? I am trying to create, it already does not exist a new object. I have tried the following without success, and I get an "out of stack" error as well as not valid
If myObject = False Then Set rfl = CreateObject("ReflectionIBM.Session"
I also tried
If rfl = Nothing Then Set rfl = CreateObject("ReflectionIBM.Session"
Thanks.
If myObject = False Then Set rfl = CreateObject("ReflectionIBM.Session"
I also tried
If rfl = Nothing Then Set rfl = CreateObject("ReflectionIBM.Session"
Thanks.