Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check the return value of a method ?
Message
De
06/10/2005 05:26:02
 
 
À
06/10/2005 05:18:23
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01056649
Message ID:
01056651
Vues:
18
Hi,
Do you meant this?
	IF THISFORM.send_wilson_data()    && FORM METHOD
	    FOR x = 1 TO nfaxcnt
		IF SUBSTR( afaxtable[x,1],3,1)='1'
		   delfile = "i:\wilson\fax\cfm\"+afaxtable[x,1]
		   DELETE FILE &delfile
		ENDIF 		
	    NEXT x
        ELSE
             QUIT
	ENDIF 
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform