Alaska Software Inc. - multiparameter ? to ocx
Username: Password:
AuthorTopic: multiparameter ? to ocx
Jorgemultiparameter ? to ocx
on Mon, 21 Jul 2008 15:37:10 -0300
Hello to all
i have fiscal1.ocx

it has a message that need multiparameter

the manufacturer say that to be declared like this
oOCX:InformacionRemito(1) :="NOTA DE CREDITO"
but the compiler not acept this sintaxis,
but the variable inspect ( Ctrl + F7 ) in the ide of VX2 yes !, but not 
charge any value

this sintaxis oOCX:InformacionRemito( 1, "NOTA DE CREDITO" ) not work !

can any body tellme if this problem will have solution ?

regards
Pablo BotellaRe: multiparameter ? to ocx
on Mon, 21 Jul 2008 21:51:55 +0200
Hi Jorge,

> this sintaxis oOCX:InformacionRemito( 1, "NOTA DE CREDITO" ) not work !
Try this
oOcx:SetProperty( "InformacionRemito",1,"NOTA DE CREDITO")

Regards,
Pablo Botella