Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word GetObject() - WHACKED?????
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00538237
Message ID:
00538954
Views:
13
George,
I didn't know if he had WSH installed on all machines. That is typically what I do, but what is the call to make the VFP wait for the called program to finish? Here is a typical function I would use, what do you change to make it wait?
=lNetSend( GETFILE( ) )

FUNCTION lNetSend
  PARAMETERS tcOpenMe

  oShell = CREATEOBJECT( 'WScript.Shell' )
  oShell.Run( tcOpenMe )
  oShell = .NULL.
  RELEASE oShell

ENDFUNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform