Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array undefined error
Message
From
26/05/1998 12:02:47
 
 
To
26/05/1998 12:00:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00101942
Message ID:
00101945
Views:
20
>In one of my methods I have the following code for enabling or disabling fields:
>
>_________________________________________________________
>
>PARAMETER CurObject
>
>PRIVATE FieldList, M.num, M.CurField, M.CurType, M.CurEnabled
>
>M.curarray = AMEMBERS(FieldList, &CurObject ,2)
>
>blah blah blah.....
>________________________________________________________
>
>Even though my program runs fine, I keep getting this error when I build:
>
>"Form c:\newbl\vfp customer app\custform.scx has the following errors:
> Unknown FIELDLIST - Undefined"
>
>I tried making it a property but that didn't seem to work. Help.
>
>I'm using VFP 5.0a

FieldList supposed to be an array and VFP expects from you to declare it properly using DIMENSION fieldlist(n)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform