Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proj Manager Keeps complaining about an array
Message
 
 
To
27/05/2004 14:44:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00907901
Message ID:
00907904
Views:
11
Try
LPARAMETERS taSuppressOptions
EXTERNAL ARRAY taSuppressOptions
...
>Hi,
>
>The PM keeps complaining about an array that is passed into the INIT() of one of my forms as such:
>
>LPARAMETERS taSuppressOptions[1]
>
>It keeps saying that TASUPPRESSOPTIONS is not found
>
>I have tried the following:
>
>1) added in to the code:
>
>EXTERNAL ARRAY taSuppressOptions
>
>2) tried to fake out the PM by putting in the following:
>
>IF .F.
> DIMENSION taSuppressOptions[1]
>ENDIF
>
>And still it complains. How do I get it to recognize that even though I am not dimensioning an array in the method that one will be available at run time?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform