Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API_APPRUN w/Parameters
Message
De
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:
01038763
Vues:
17
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform