Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable not found
Message
 
À
25/08/1997 11:47:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00046291
Message ID:
00046843
Vues:
29
>>>My colleague asked the same question -but unfortunately, no I'm not using any arrays.
>>>All the variables "not found" are names of table indexes used in the few forms I have developed so far.
>>Martin,
>>
>>Do these indexes ONLY exist while the app is running? You can get rid of the build warning by adding code like this to your startup program;
>>
>> * Startup
>>
>> * All your code
>>
>> RETURN
>> IF .F.
>> x = ""
>> y = ""
>> ENDIF
>
>This is an interesting little tidbit, Jim. What exactly is it doing to make the builder ignore the errors?
Erik,

It fools the compiler into seeing the variables get defined in code that will never run.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform