Hi,
In our system we use many ActiveX commands e.g. a WebBrowser one
browserControl.document._jadeActiveXInvoke( 'write', 1, '0.3,1.3', “HTML string” );
or a Word one
_jadeActiveXInvokeProperty( 'CorrectInitialCaps', set_, value_, false, '0.0,1.11', '0.11' );
now I know (or can guess!) what these do but what I would like to know is where I can find documentation of what the other parameters e.g.
“1, '0.3,1.3'” mean and should be
Any suitable help would be appreciated
Cheers Rolly