Search found 72 matches: oleinvoke

Return to advanced search

Re: Objeto OLE

... OLESetProperty(Controlador,"Nuevo","DEMO") Pero la siguiente linea ya da error OLEInvoke(hSections, "ConectarControlador", "192.168.2.105") El error es Application Exception. El problema que tengo es que no ...
by Jorge Jaurena
Fri May 26, 2017 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2545

Re: error FWH 15.04 with xHarbour.com

Otto has png.lib and xhb2.obj supplied by FWH ? These are not in my release. Where can I find them ? Also, the following warnings are taking place: xLINK: warning: Symbol 'c:\fwh\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM previously defined at (xHb2HbFunc.obj)' is multiply defined. xLINK: warning:...
by TimStone
Wed May 20, 2015 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7703

Error BASE/3000 Argument error: __OBJSENDMSG

...  OLESetProperty(hE,"StatusBar", .F.)   OLESetProperty(hE,"MenuBar", .F.)   OLEInvoke(hE,"Navigate","http://www.cnn.com")   SysRefresh()return nil  Application =========== Path ...
by karinha
Wed Nov 27, 2013 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/3000 Argument error: __OBJSENDMSG
Replies: 0
Views: 337

Re: Harbour Compiler basic questions

... ( Pelles C ). I also tried the one from the Harbour.org site that was for VC 2008. 2) With the fivehm.lib you supplied, it shows unidentified OleInvoke, OleSetProperty, OleGetProperty, and ARead. Perhaps there is another library that needs to be linked in. 3) I still need a replcement for ...
by TimStone
Thu Jun 09, 2011 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13920

TActiveX 2 ToleAuto

... i'm trying use this: oObj:=ToleAuto():New( ProgID ) erro here -> oObj:AboutBox() i try too oObj:Invoke("AboutBox") too erro i try too OleInvoke( oObj:hObj, "AboutBox") and Oleinvoke( oObj, "AboutBox" ) what did i wrong ?
by lailton.webmaster
Sat May 22, 2010 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX 2 ToleAuto
Replies: 4
Views: 812

Re: CREATEOBJECT ERRORES

Me sale el siguiengte error FIVEWIN FOR HARBOUR GPF ERROR OLEINVOKE(0) TOLEAUTO:INVOKE(317) TOLEAUTO:SETPATHAPPLICATION(613) BUENO EL ERROR PARTE DE EL LLAMADO AL METODO SetPathApplication POR QUE VOTA GPF FUNC PRUXML LOCAL t1 LOCAL objCom := CreateObject( ...
by Vladimir Zorrilla
Fri Nov 20, 2009 4:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CREATEOBJECT ERRORES
Replies: 3
Views: 1103

Re: New FTDN September 2009 (9.09)

... de RibbonBar y diálogos nowait, desarrollado por Carlos Gallego. Lo puedes localizar en samples\Ribbon2.prg. * Mejora: Añadidas las funciones OleInvoke(), OleSetProperty() y OleGetProperty() para mantener la compatibilidad con versiones anteriores. * Mejora: Se ha portado el código del método ...
by Antonio Linares
Wed Sep 23, 2009 9:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3110

New FTDN September 2009 (9.09)

... on TXBrowse. * New: samples\Ribbon2.prg, RibbonBar and nonwait dialogs example, developed by Carlos Gallego * Enhancement: Added functions OleInvoke(), OleSetProperty() and OleGetProperty() to keep backwards compatibility. * Enhancement: code from Class TBtnBmp Method SysKeyDown() has been ...
by Antonio Linares
Wed Sep 23, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3110

Re: must I add xhb.obj and actx.obj and ole.obj

when I add xhb.obj only I get the error Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "d:\fwh\xhb.o...
by kajot
Sun Sep 13, 2009 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: must I add xhb.obj and actx.obj and ole.obj
Replies: 4
Views: 901

must I add xhb.obj and actx.obj and ole.obj

must I add xhb.obj and actx.obj and ole.obj to my compitation I used new FHW /9.08/ because I got error Type: C >>>xhb.exe -o"t.c" -m -n -p -q -gc0 -I"D:\fwh\include" -I"r:\include" -I"r:\include\w32" "t.prg"<<< xHarbour Compiler bu...
by kajot
Sat Sep 12, 2009 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: must I add xhb.obj and actx.obj and ole.obj
Replies: 4
Views: 901

problem with create application

when I create same application a got error I USED xHARBOUR /XCC /compercial ver 83 ans FWH ver 200906 Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"D:\xHB.83\lib" -LIBPATH:"D:\xHB.83\c_lib&...
by kajot
Sat Aug 29, 2009 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with create application
Replies: 1
Views: 460

Re: ToleAuto / OleWevent

Lailton,

Use it this way:

OleInvoke( cToolB:hObj, "GetWindowRect",@Left, @Top, @Right, @Bottom)
by Antonio Linares
Sun Aug 16, 2009 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Lailton,

If you remove "@" from this line:

OleInvoke(cToolB,"GetWindowRect",@Left, @Top, @Right, @Bottom)

do you still get the GPF ?
by Antonio Linares
Sun Aug 16, 2009 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Lailton,

> OleInvoke(cToolB,"GetWindowRect",@Left, @Top, @Right, @Bottom) // error this line

What error do you get ?
by Antonio Linares
Sun Aug 16, 2009 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: comile simple program

when I add xhb.obj and function OleInvoke( hObj, cMethod ) #ifndef __XHARBOUR__ return __ObjSendMsg( TOleAuto():New( hObj ), cMethod) #else local aParams := hb_aParams() aParams[ 1 ] = TOleAuto():New( hObj ) return hb_execFromArray( @__ObjSendMsg(), ...
by kajot
Wed Jul 29, 2009 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile simple program
Replies: 5
Views: 1143
Next

Return to advanced search