Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing remote server again
Message
From
21/04/2006 12:03:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Releasing remote server again
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01115443
Message ID:
01115443
Views:
48
I am storing references to my 4 remote servers in a form's array.
To release servers I am using the following code in QueryUnload:
FOR lnCount = 1 TO ALEN(This.paScannerServers, 1)
This.paScannerServers[lnCount, 2] = NULL
ENDFOR
Sometimes all 4 are released, sometimes, only two. What am I doing wrong?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform