I have the following Method in a .def file used by an activex control:
* Open_document
METHOD, 1610809472, @Open_document,
"BSTR*" @strURL, TYPE 16392,
"boolean*" @openEntireDoc, TYPE 16395
OPTIONAL 2
The 2 parameters are optional. It works fine when I provide the first like this:
MODIFY HTML-handle @Open_document ("C:\\BOOK\\EZdata\\DataPackage.html").
The problem comes with the second parameter. It fails if I use a 1 or a "1" or "TRUE" or a pic 9.
I am not sure what a "boolean*" TYPE 16395 is. A boolean TYPE 11 will let you use a simple 1 or 0.
Dose any one know how I am supposed to provide the second parameter?
Thanks,
Steve
