Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resolving reference to array external to report
Message
 
To
06/01/1999 12:08:52
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00173188
Message ID:
00173387
Views:
21
>Hi all,
>
>When referencing an array in a report form that was created from the calling program, how do you resolve the Undefined error in the project manager?
>
>I know it doesn't affect the running of the program, it's just really annoying to always have that error screen come up.<s> Not to mention the fact that I might not notice *real* errors (if I were to ever have any<g>) since the error window is always displayed.
>
>TIA.
>
>Later...
>|
Keith,

In your startup program put this code;

IF .F.
PUBLIC laArray(1)
ENDIF

Replace the array name with your array name.
Previous
Reply
Map
View

Click here to load this message in the networking platform