Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API_APPRUN w/Parameters
Message
 
 
À
04/08/2005 18:21:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01038381
Message ID:
01038768
Vues:
18
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform