Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to return a value of .F. to a program
Message
 
À
11/12/2006 11:41:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01176571
Message ID:
01176624
Vues:
7
How about a simple way like this;
llReturn = pgmname(@parm1 , @parm2)
IF NOT llReturn
   * Return value was .F.

ENDIF
The @ symbols are to pass by reference like a DO Prg does.



>I need to return to know if a calling program failed. The current syntax is
>
>DO pgmname with parm1 , parm2
>
>I think I need
>
>DO pgmname with parm1 , parm2 , parm3
>
>where parm3 is going to be .F. if called program failed. I could the code something like
>
>IF !parm3
>    return  parm3
>ENDIF
>
>calling program already displays a message and uses the code
>
>RETURN .F.
>
>What I cannot remember is how to assign a value to parm3,
>
>TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform