Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays used in reports
Message
 
 
To
21/08/2001 05:55:42
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00546611
Message ID:
00546721
Views:
17
>How can I prevent that the project manager says he can't find a function used in a report, which is actually an array defined before running the report ?
>
>EXTERNAL ARRAY myarray ?

Besides the External reference, another way used to fool the compiler is to create a procedure (usually in your main program file) that is never called. You can add the following:

Public Array MyArray[1]

This will make the compiler think something exists when it really doesn't and you won't get the error.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform