2024-12-18, 14:35:20
I've installed a new VFP 9 development environment and have run the installer. When I run my form that includes the AntView control I get the error:
Class cannot be instantiated because Member IANTVIEWDOCUMENTEVENTS_OnREquestElementExistsById does not exist.
It gets this error when the following command is run.
thisform.oAvdCtrl = NEWOBJECT('avdctrl','avdctrl.prg')
That prg is included in the project and the ocx is registered. What else could I be missing?
Phil
Class cannot be instantiated because Member IANTVIEWDOCUMENTEVENTS_OnREquestElementExistsById does not exist.
It gets this error when the following command is run.
thisform.oAvdCtrl = NEWOBJECT('avdctrl','avdctrl.prg')
That prg is included in the project and the ocx is registered. What else could I be missing?
Phil