Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#DEFINE problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01194874
Message ID:
01195055
Vues:
21
Yikes!!

That will keep me busy for a while!!!

Thanks!

>No, you'll have to add your inlude file (.H) to every PRG/Form/Class that use it.
>
>>So I would have to add this #DEFINE to my Include File, then add that to the Main Program for the entire project to see?
>>
>>Thanks.
>>
>>>The #DEFINE is only visible in the program/form/class it included in. You'll have to include your .H file by goint to Form->Include
>>>
>>>>
>>>>Problem today is this.......
>>>>
>>>>I wanted to change some legacy code from this......
>>>>(which is in a Form)
>>>>
>>>>
>>>>For y = 2 To 20
>>>>   blah blah blah
>>>>Endfor
>>>>
>>>>To this
>>>>
>>>>For y = 2 To MAXRXS
>>>>   blah blah blah
>>>>Endfor
>>>>
>>>>
>>>>Using a #DEFINE statment....
>>>>(located in the MAIN.prg which calls the above Form)
>>>>
>>>>#DEFINE MAXRXS 20
>>>>
>>>>When I run the code, it bombs out with a "Variable MAXRXS not found".
>>>>
>>>>I recompile, rebuild...etc... but no luck.
>>>>
>>>>Where would you look?
Tommy Tillman A+ NetWork+ MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform