FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ActiveX ( To Antonio ) Solved
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
ActiveX ( To Antonio ) Solved
Posted: Wed Jun 03, 2009 01:01 AM

I´m trying execute this method
ret:=oAct:Do("RED",aParams[1],aParams[2],aParams[3],aParams[4],aParams[5],aParams[6],aParams[7],0)

ret is to return 1, more return NIL, and looking in TactiveX i see it.

METHOD Do( cMethodName, uParam1, uParam2, uParam3, uParam4, uParam5 )

have onlly 5 parans and i need 8. Im trying this form.

Ret = ActXInvoke( ActXPdisp( oAct:hActiveX ), "RED", aParams[1], aParams[2], aParams[3], aParams[4], aParams[5], aParams[6], aParams[7], 0)

more return nil yet.

Thinnk that need change function ActXInvoke to receive more params.
I try use ToleAuto

ret:=oAct:RED(aParams[1],aParams[2],aParams[3],aParams[4],aParams[5],aParams[6],aParams[7],0)
return 1 OK more i need use Eventos and class TOleAuto not have it. and class TOleWEvent() show GPF

Antonio what´s your think ?

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: ActiveX ( To Antonio )
Posted: Thu Jun 04, 2009 09:48 PM

:?:

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: ActiveX ( To Antonio )
Posted: Tue Jun 09, 2009 08:30 AM

:?:

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ActiveX ( To Antonio )
Posted: Thu Jun 11, 2009 09:12 AM

Lailton,

Please use the new Class TActiveX. There are no parameters limits :-)

viewtopic.php?f=3t=15314start=0

&&

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: ActiveX ( To Antonio )
Posted: Thu Jun 11, 2009 09:44 AM

Antonio,

i need use it in fwh 8.5

how make to no have limit ??

thanks

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ActiveX ( To Antonio )
Posted: Thu Jun 11, 2009 10:24 AM

Lailton,

Have you tested it with fwh 8.5 ? It should work fine

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: ActiveX ( To Antonio )
Posted: Fri Jun 12, 2009 11:12 PM

Perfect, all right with fwh 8.5 :D

Continue the discussion