Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown TAFIELDS - Undefined
Message
 
 
To
26/08/2001 22:49:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00549322
Message ID:
00549326
Views:
15
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform