Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include header file
Message
 
 
À
09/06/2002 03:28:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00666339
Message ID:
00666354
Vues:
20
>Hi,
> How could I include more than one .H file into form? I used to create a 3rd .H file, and
>
>
>Third.H
>-----------------
>#include "First.H"
>#include "Second.H"
>
>
>But it doesn't work!!
>
>Any mistake I make?

It should work. Make sure that all include files are on the VFP path at time when form is compiled (saved). No error messages are generated if VFP cannot find include file. You can also try to explicitly recompile form.
COMPILE FORM myform
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform