Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proj Manager Keeps complaining about an array
Message
From
27/05/2004 14:44:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Proj Manager Keeps complaining about an array
Miscellaneous
Thread ID:
00907901
Message ID:
00907901
Views:
50
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?

Thanks,
Albert
Next
Reply
Map
View

Click here to load this message in the networking platform