Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where EXTERNAL ARRAY should be ?
Message
From
13/02/2003 10:45:00
 
 
To
13/02/2003 02:07:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00752591
Message ID:
00752697
Views:
20
Thank you, Jose Luis.

I moved the public array to a form's property, and in the report I print Thisform.MyArray elements.

Thanks



>>Hi,
>>
>>If MyForm runs a report, ant this report prints values stored in MyPublicArray, where should I put the External Array Statement to avoid the error "Unable to find Unknown MyPublicArray" while building EXE file?
>>
>>Thanks.
>
>Two solutions:
>
>1) Try to Insert EXTERNAL ARRAY MyPublicArray in every Method you use MyPublicArray
>2) Try to pass the array into a form parameter, and add this array to a form property, and use it and not public variables, is better for a OOP design.
>
>
>This error is only compilation error, if you executes your APP it works without problems.
>
>Regards,
>José Luis.
Previous
Reply
Map
View

Click here to load this message in the networking platform