Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API_APPRUN w/Parameters
Message
 
 
To
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:
01038768
Views:
19
No, I've the part that is commented out by #IF condition. This modification doesn't make any sense to me. Why don't you download it again from UT?


>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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform