Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fox Advisor QuickFill Combo
Message
De
10/01/1999 13:30:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00174501
Message ID:
00174509
Vues:
39
Thanks David. Figured it must be something like that. I guess I suffer from information overload. Don't remember reading anything like that before.

>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform