Hi VRF,
Can anybody help. I no it must be simple, but I
having trouble defining a path.
Using path, as shown at the moment.
installDir()+"\VEE Pro
6.0\examples\ActiveXAutomation\Data\testData1.mdb"
how do you re-locate the above to a different sever.
i.e SServer1databases estData1.mdb.
Any help will be appreciated.
Thanks
Gavin Candy.
Quality Engineer.
BHC Components Ltd
20-21 Cumberland Drive
Granby Industrial Estate
Weymouth
DT4 9TE
England
Tel: ++44 1305 830734
Fax: ++44 1305 760670
Email: gavin.candy@bhc.co.uk
website: http://www.bhc.co.uk
---
You are currently subscribed to vrf as: rsb@soco.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@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Can anybody help. I no it must be simple, but I
having trouble defining a path.
Using path, as shown at the moment.
installDir()+"\VEE Pro
6.0\examples\ActiveXAutomation\Data\testData1.mdb"
how do you re-locate the above to a different sever.
i.e SServer1databases estData1.mdb.
Any help will be appreciated.
Thanks
Gavin Candy.
Quality Engineer.
BHC Components Ltd
20-21 Cumberland Drive
Granby Industrial Estate
Weymouth
DT4 9TE
England
Tel: ++44 1305 830734
Fax: ++44 1305 760670
Email: gavin.candy@bhc.co.uk
website: http://www.bhc.co.uk
---
You are currently subscribed to vrf as: rsb@soco.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@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> installDir()+"\VEE Pro 6.0\
> examples\ActiveXAutomation\
> Data\testData1.mdb"
>
> how do you re-locate the above to a different sever.
UNC would be thus:
\Serversharepath
Therefore: Get installDir and chop off the drive and colon. Prepend
"\\Server\share" to that to get:
"\ServershareProgram FilesVEE Pro
6.0examplesActiveXAutomationData estData1.mdb"
Assuming installDir() returns "C:Program FilesVEE Pro 6.0" the above is
what you should see in an Alphanumeric for a well-formed UNC pathname.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.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@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".