SitesMasstec
Programmer
Hello colleagues!
In June/2023, as Mike Lewis had advised me, I adopted the class DatePicker from CTL32 class library and used this control in a form.
I had this class library in the folder C:\Visual FoxPro 9\ffc\ClassesTerceiros. It was working fine.
In order to organize my files, I change the location of the CTL32 class library to:
C:\Visual FoxPro 9\ClassesTerceiros\ctl32_Doug_Hennig.
In the Project, Classes page, I removed the class library from the project
C:\Visual FoxPro 9\ffc\ClassesTerceiros
and added the same class library in its new location:
C:\Visual FoxPro 9\ffc\ClassesTerceiros\ctl32_Doug_Hennig.
It shows this path in the Description. Please see bellow:
But when I open the VFP and load the project and then execute the form, VFP tells the control was not found and asks to Locate the control.
What is wrong?
Thank you,
SitesMasstec
In June/2023, as Mike Lewis had advised me, I adopted the class DatePicker from CTL32 class library and used this control in a form.
I had this class library in the folder C:\Visual FoxPro 9\ffc\ClassesTerceiros. It was working fine.
In order to organize my files, I change the location of the CTL32 class library to:
C:\Visual FoxPro 9\ClassesTerceiros\ctl32_Doug_Hennig.
In the Project, Classes page, I removed the class library from the project
C:\Visual FoxPro 9\ffc\ClassesTerceiros
and added the same class library in its new location:
C:\Visual FoxPro 9\ffc\ClassesTerceiros\ctl32_Doug_Hennig.
It shows this path in the Description. Please see bellow:
But when I open the VFP and load the project and then execute the form, VFP tells the control was not found and asks to Locate the control.
What is wrong?
Thank you,
SitesMasstec