I'm sure that the variable is of the right type. I've done the same
program with VB .NET and it works perfectly.
The variable is a WinEASY_RemoteCtrl.Application object and OpenWsp is
a member of this class.
When I create the application object with VB .NET I've to write this code
on error resume next
set WEapp = CreatoObject("WinEASY_RemoteCtrl.Application")
on error goto 0
Do you think that I've to change the error processing in VEE as well
(if there is a way)?
Thanks.
Michele.
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
program with VB .NET and it works perfectly.
The variable is a WinEASY_RemoteCtrl.Application object and OpenWsp is
a member of this class.
When I create the application object with VB .NET I've to write this code
on error resume next
set WEapp = CreatoObject("WinEASY_RemoteCtrl.Application")
on error goto 0
Do you think that I've to change the error processing in VEE as well
(if there is a way)?
Thanks.
Michele.
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Or maybe it gets initialized to the wrong thing? Double click a line
carrying WEapp or get var info when the program dies (since it's declared)
and make sure it's the correct object.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".