Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Arrays in Reports
Message
From
11/05/1997 23:22:11
 
 
To
11/05/1997 23:19:06
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00031708
Message ID:
00031733
Views:
43
>Hello!
>
>BTW, if I'm use arrays in report, then I'm never declare it as public. To
>avoid generating error on compilation stage just make an empty function
>with the same name. By going this way array will be released after
>executing the procedure with report. That's all.
>
>Yours ever,
>Vladimir Shevchenko

You don't need to make a dummy function. Just declare the array:

external array YourArray

and the compiler won't complain any more.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform