FYI,
The ActiveX code I had previously used successfully in Microsoft Access running eSignal 7.5 stopped working when I tried to upgrade to esignal 7.6 or 7.7.
When I downgraded back to 7.5, it worked again.
Solution: New in 7.6 or 7.7 is this activeX entitlement stuff. I just had to call SetApplication off of IESignal.Hooks to entitle ActiveX in these newer versions. I passed in my username and waited for the OnEntitledValid event to fire!
This information may be in the help files, but I did not reread them when I upgraded and instead looked on this forum for answers.
The ActiveX code I had previously used successfully in Microsoft Access running eSignal 7.5 stopped working when I tried to upgrade to esignal 7.6 or 7.7.
When I downgraded back to 7.5, it worked again.
Solution: New in 7.6 or 7.7 is this activeX entitlement stuff. I just had to call SetApplication off of IESignal.Hooks to entitle ActiveX in these newer versions. I passed in my username and waited for the OnEntitledValid event to fire!
This information may be in the help files, but I did not reread them when I upgraded and instead looked on this forum for answers.
Comment