Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown arrays listed in build log
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00544630
Message ID:
00544660
Vues:
12
Another way is to include the following in the procedure that uses the array:

external array My_Array

However, there are certain areas (e.g. reports) where this technique doesn't work and your solution takes care of those.

>Wow, I found the answer. You make a PROCEDURE which you do not call, where you make the array PUBLIC. This stops the message.
>Example:
> PROCEDURE nocall
> PUBLIC my_array
>
>
>
>
>>Okay, now that I've spent many hours trying to track down any suggestion to resolve this problem, and I've tried everything I can think of (such as #DEFINE and so on), I have to ask the UT community:
>>
>> When I have an array reference in a report form
>> ( for example, my_array[1,2] )
>> then, after the build I get an "error" listed in the error log:
>>
>> ---> Report my_repo.frx has the following errors:
>> ---> Unknown MY_ARRAY - Undefined
>>
>> Is there a way to avoid this "undefined" message during a build?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform