hello--
i am attempting to connect to a topaz systems signature catpure device via their active x control, but my code returns an error code of 5893, indicating that the control is not properly registered. the installation executable that came with the device did install the ocxs correctly, and i even uninstalled and reinstalled the ocxs myself just to be sure.
i can view the ocx and its methods within the COM object viewer, but i cannot seem to open the activex control from within my code:
DEFINE VARIABLE cHandle AS COM-HANDLE.
CREATE "DSigPlus" cHandle. /* The name from the COM viewer */
cHandle:ClearTablet().
tia...
bmj
i am attempting to connect to a topaz systems signature catpure device via their active x control, but my code returns an error code of 5893, indicating that the control is not properly registered. the installation executable that came with the device did install the ocxs correctly, and i even uninstalled and reinstalled the ocxs myself just to be sure.
i can view the ocx and its methods within the COM object viewer, but i cannot seem to open the activex control from within my code:
DEFINE VARIABLE cHandle AS COM-HANDLE.
CREATE "DSigPlus" cHandle. /* The name from the COM viewer */
cHandle:ClearTablet().
tia...
bmj