Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where EXTERNAL ARRAY should be ?
Message
From
13/02/2003 02:07:07
 
 
To
13/02/2003 01:12:00
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00752591
Message ID:
00752596
Views:
14
>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.

Quidquid latine dictum sit, altum sonatur

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform