Hi,
Maybe this can help (from help > "Member Classes")
"On an .scx form, if you add instantiation code to the member class's Init event, Visual FoxPro disregards that code and only the Init code for the member class definition runs. However, with visual class library (.vcx) forms, Visual FoxPro creates a true subclass. You can safely add instantiation code for other events such as Click."
Thierry Nivelet
Le 04/07/2019 à 13:53, MB Software Solutions, LLC a écrit :
I tried to (re-)define the SCX Properties field but VFP didn't like it for some reason.