Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown TAFIELDS - Undefined
Message
 
 
À
26/08/2001 22:49:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00549322
Message ID:
00549326
Vues:
23
>Hi,
> I have a parameter called tafields in form.init which will be passed from parent form. it works fine. However, when I try to build EXE, VFP return Unknown TAFIELDS - Undefined. Why?
> I try to ignore it, VFP continue to build the EXE. The EXE work fine too. I would like to ask, will this effect anything of my program??
>
>Thank you

Foxpro doesn't know that taFields is array. Try to add to the Init
EXTERNAL ARRAY taFields
BTW, this error doesn't affect code execution.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform