Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
External
Message
De
28/12/2005 12:43:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01081273
Message ID:
01081338
Vues:
8
>Hi
>
>Think I figured it out. The procedure file needs to be part of the project but flagged as an external file?
>
>
>I am getting a
Proc./Func. A_Procedure - Undefined
>error.
>
>The procedure call is only used in one instance and I am trying to use the EXTERNAL to tell the build process that it is not part of this EXE. The call is made from the middle of a class and would normally do a similar function.
>
>Where should I put the
EXTERNAL A_Procedure
statement.
>
>
>Regards
>Geoff

where you call A_Procedure in the class's method
...
EXTERNAL A_Procedure
* call A_Procedure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform