Hi
I am also having the same problem while using VBScript with integrisign. Did you find out the solution for this...if so could you please share it
Thanks & Regard
Sukesh
#include "Fivewin.ch"
function main
local oAct, oWnd
define window ownd
oAct:=TActiveX(oWnd,"esW25COM.esCapture")
oAct:bOnEvent:={|e,a| Evento(e,a) }
oAct:SignDlgCaption("IntegriSign Signature Capture")
oAct:HashData("string txthashdata") // txtHashData.Text
oAct:Cross = Cross_ON // you need know value of cross_on
oAct:StartSign( cA,cB ) // cmbBut.ListIndex, chkAppOptions(6).Value
activate window ownd
return nil
function Evento( wEvent, aParams )
local i
msginfo( wEvent , "Evento" )
if ( valtype( aParams ) == "A" )
for i = 1 to len( aParams )
Msginfo(aParams[i],"Params")
next i
elseif ( ValType( aParams ) == "C" )
Msginfo(aParams,"Params")
endif
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: cmsoft, Google [Bot] and 85 guests