Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to find Unknown la_array
Message
 
À
11/01/2002 17:09:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00603765
Message ID:
00606810
Vues:
23
Craig,
I want to really, really thank you for this. I have been putting up with about 20 errors for over two years. Having to read through all the undefind arrays to see if there were any real errors was a real pain. You have no idea what it's like to see a clean build screen after all that.

John.


>In your MAIN.PRG, put the following:
>
>PROCEDURE Dummy
>PUBLIC ARRAY la_array[1]
>
>You'll never make a call to dummy, so the PUBLIC array will never be created. However, it will keep the compiler quiet.
>
>>I have an array that is in a visual class used on a form. In a method of that class I set la_array[1,1] = "MAIN". When I compile the application that includes that form I get Unable to find Unknown la_array. I've tried putting EXTERNAL ARRAY la_array before the form is called in the main code and after the array is declared but that didn't do it. Does anyone have any suggestions?
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform