Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API_APPRUN w/Parameters
Message
From
04/08/2005 18:21:32
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01038381
Message ID:
01038763
Views:
16
Do you have the following in your LaunchApp code
	#If .F.
	lResult = CrPr(	0, ;
					cCommandLine, ;
					0, 0, 0, 0, 0, ;
					uFromDir, ;
					@cStartUpInfo, ;
					@cProcessInfo)
	#Else
	lcApplicationName = ALLTRIM( This.icLaunchDir ) + ALLTRIM(    
                 This.icCommandLine ) + CHR( 0 )
	lResult = CrPr(	lcApplicationName, ;
					0, ;
					0, 0, 0, 0, 0, ;
					0, ;
					@cStartUpInfo, ;
					@cProcessInfo)
	#EndIf
I hate to say it but I may have been the culprit.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform