Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fox Advisor QuickFill Combo
Message
 
 
À
10/01/1999 12:44:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00174501
Message ID:
00174508
Vues:
34
Dale,

You need the .H in the Class, and maybe in the Form if you are using any of the things within form methods.

Since a class/form can only have a single .H file you may need to build a separate .H file that #includes all the .H files you need. I make one ProjectName.H file and it might look like:

#include foxpro.h
#include ccontrol.h
#include msoffice.h
#include dfwinapi.h

For each classlib I create a ClasslibName.H file that is similar, it contains all the individual .h files that any of the classes need.

>Due to the recent discussions on Quicken Style QuickFill, I decided to try it out.
>
>It works pretty good except for the KEYS.H file that is used by cboQFill class.
>
>I tried putting the #INCLUDE KEYS.H in my startup file, as my default include file, etc. but each time I would try to run a test form I kept getting variable not found errors for each of the define's.
>
>Eventually, I put the defines in the HandleKey method of the class before I was able to run the form error free.
>
>I have a foxpro.h in my startup file that appears to be working okay. Does anyone have any idea what I'm doing wrong?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform