Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change to set defa
Message
From
13/04/2009 04:44:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Change to set defa
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01394506
Message ID:
01394506
Views:
86
hi all,

i need to change this code below to set defa to

set defa to "\\10.39.16.35\error\attachment"
 DECLARE INTEGER ShellExecute IN shell32.dll ;
	INTEGER hndWin, ;
	STRING cAction, ;
	STRING cFileName, ;
	STRING cParams, ;
	STRING cDir, ;
	INTEGER nShowWin

lcUrl ="\\10.39.16.35\error\attachment"
ShellExecute(0, "Open", lcUrl, "", "", 1)
thank you
Next
Reply
Map
View

Click here to load this message in the networking platform