Search found 42 matches: oact

Return to advanced search

Re: Erro com 9.07

Rossine,

Es esta la línea 80 en donde se produce el GPF ?

oStatusBar := TOleAuto():New( ActXPdisp( oAct:hActiveX ) )

Funcionaba este mismo código bien, anteriormente ?
by Antonio Linares
Fri Aug 21, 2009 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro com 9.07
Replies: 28
Views: 9167

Re: Class ActiveX

Lailton,

Try this:

oAct:GetRect() --> aRect // 4 elements array
by Antonio Linares
Tue Aug 04, 2009 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class ActiveX
Replies: 11
Views: 2865

Re: Class ActiveX

... the window rectangle Right The right point of the window rectangle Bottom The bottom point of the window rectangle lo erro acontece en la chamada oAct:GetWindowRect(@left, @top, @right, @bottom) // GPF aqui ERroApplication===========   Path and name: C:\Event\demo.exe (32 bits)  ...
by lailton.webmaster
Tue Aug 04, 2009 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class ActiveX
Replies: 11
Views: 2865

Re: Language C ( To Antonio )

Antonio, now show this error: oWnd:oCLient:=oAct Application===========   Path and name: C:\Event\demo.exe (32 bits)   Size: 1,666,560 bytes   Time from start: 0 hours 0 mins 0 secs    Error occurred at: 07/26/09, 19:01:49   Error description: ...
by lailton.webmaster
Sun Jul 26, 2009 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Language C ( To Antonio )
Replies: 17
Views: 2814

Re: C++ ( To Antonio )

i did it more yet I can´t use oWnd:oClient:=oAct ownd:oClient:=oAct:hWnd 2 show ERROR Path and name: C:\Event\demo.exe (32 bits) Size: 1,665,536 bytes Time from start: 0 hours 0 mins 1 secs Error occurred at: 07/25/09, 15:33:48 Error description: ...
by lailton.webmaster
Sat Jul 25, 2009 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Language C ( To Antonio )
Replies: 17
Views: 2814

Re: C++ ( To Antonio )

Perfect Daniel.

Now why oWnd:oClient:= oAct
give me ERROR ?

and you can say me how i make a function to make hide o object in C ??

exemple

oAct:Hide()

make object stay hide

can help ?

thanks os much.
by lailton.webmaster
Sat Jul 25, 2009 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Language C ( To Antonio )
Replies: 17
Views: 2814

Language C ( To Antonio )

... ); } Antonio, estoy hacendo assim pero no sei o que estas de errado que no fica em la wuindow ownd. gostaria de criar algo igual ao @ 0,0 ActiveX oact ....... @ 1,1 cActive oct id progid of ownd width 300 height 400 i sobre o Ownd:oClient = activex ? como hacer com cActiveX ? :?:
by lailton.webmaster
Sat Jul 25, 2009 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Language C ( To Antonio )
Replies: 17
Views: 2814

Re: Erro 9000:

... If ::hWnd != NIL OleWEDestroy( ::hWnd ) ::hWnd := NIL EndIf Return NIL in end line i do it #include "fivewin.ch" function main() public oAct, ownd define window ownd oAct:=cActiveX():New(ProgId) // progId referente ao meu activeX activate window ownd oAct:release() Release ALL SysRefresh() ...
by lailton.webmaster
Wed Jul 22, 2009 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro 9000:
Replies: 15
Views: 2119

Re: cActiveX ( To antonio )

oBj:=oAct:Status() // it´s a object that have EVENTS
hSink := OleConnectEvents( oBj:hObj, aEvent , aBlock )
by Antonio Linares
Tue Jul 21, 2009 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cActiveX ( To antonio )
Replies: 11
Views: 4214

Re: Problem with ActiveX/Dialog ( To Antonio )

Lailton, In this line: oAct := TActiveX():New( odlg, "Codejock.CommandBarsFrame.13.0.0",0,0,200,800) The oDlg does not have a valid windows handle yet. Dialogs don't get a windows handle until they are ACTIVATEd: ACTIVATE DIALOG ...
by Antonio Linares
Sat Jun 13, 2009 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with ActiveX/Dialog ( To Antonio )
Replies: 1
Views: 434

Re: ActiveX formats

Jeff,

Try it this way:

oDate:AttachToCalendar( ActXPdisp( oAct:hActiveX ) )

or

oDate:AttachToCalendar( TOleAuto():New( ActXPdisp( oAct:hActiveX ) ) )
by Antonio Linares
Sun Jun 07, 2009 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX formats
Replies: 4
Views: 842

Re: graficos estilos tortas.

... WINEXEC("RMC.exe") RETU .T. FUNC GRAFMR // COMPARATIVA MATRICULADO Y RETIRADOS LOCAL cmd:="",oMat,oAct,oRet,j,BARSERIES:="BARSERIES=",BARSERIES2:="BARSERIES2=",BARSERIES3:="BARSERIES3=",YLABEL:="YLABEL=",oCarr ...
by Vladimir Zorrilla
Fri Jun 05, 2009 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: graficos estilos tortas.
Replies: 12
Views: 2500

ActiveX formats

... things to work but I am only coming across these either by finding an example or by trial and error. How do you know what to put after the "oAct:" I guess I am just having a hard time getting my mind around this. If I look at the object viewer I see for example: Class DatePicker Then ...
by Jeff Barnes
Thu Jun 04, 2009 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX formats
Replies: 4
Views: 842

ActiveX ( To Antonio ) Solved

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, ...
by lailton.webmaster
Wed Jun 03, 2009 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX ( To Antonio ) Solved
Replies: 6
Views: 1042

Re: Codejock RibbonBar primeras pruebas

Colegas como comenta Ari:: oStatusBar := TOleAuto():New( ActXPdisp( oAct:hActiveX ) ) oStatusBar:StatusBar:Visible=.T. oStatusBar:StatusBar:AddPane( 0 ) oStatusBar:StatusBar:IdleText = "xxx" oStatusBar:StatusBar:AddPane( 59137 ) oStatusBar:StatusBar:AddPane( ...
by mantonio_08
Thu May 28, 2009 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codejock RibbonBar primeras pruebas
Replies: 92
Views: 27692
PreviousNext

Return to advanced search