Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include Header Files Problem
Message
De
08/06/2001 05:51:33
 
 
À
08/06/2001 05:21:58
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00516780
Message ID:
00516787
Vues:
14
hi
you have to do like this :

define class oForm as form
autocenter=.T.
caption="Testing"

procedure queryunload
clear event
endproc
enddefine


CallForm.prg

#include "FormDefine.h"

if you create a header file you have to put "" :
if this didn't work so try to write the full path
of the header file
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform