Search found 58 matches: olegetproperty

Return to advanced search

Re: Objeto OLE

Jorge,

Comprueba este valor y dime que te aparece:

Controlador:=CreateOLEObject('DataLinkLibrary.IController')
hSections := OLEGetProperty(Controlador,"ConectarControlador")
MsgInfo( hSections )
by Antonio Linares
Fri May 26, 2017 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2602

Re: Objeto OLE

... funciones previstas para OLE. Si utilizo esa forma funciona lo siguiente: Controlador:=CreateOLEObject('DataLinkLibrary.IController') hSections := OLEGetProperty(Controlador,"ConectarControlador") OLESetProperty(Controlador,"Nuevo","DEMO") Pero la siguiente linea ya ...
by Jorge Jaurena
Fri May 26, 2017 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2602

Re: Objeto OLE

... el RegAsm.exe Me base en el ejemplo de FWH (ole.prg) y escribi esto: Controlador:=CreateOLEObject('DataLinkLibrary.IController') hSections := OLEGetProperty(Controlador,"Sections") OLESetProperty(Controlador,"Nuevo","DEMO") La primer linea es como lo declaran ...
by Jorge Jaurena
Wed May 24, 2017 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2602

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: 7774

Re: Harbour Compiler basic questions

... 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 DiskTotal( ) and DiskFree( ...
by TimStone
Thu Jun 09, 2011 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13957

Excel, parentesis en nombre de hoja

... que tengo que abrir miles de libros para comprobar ciertas casillas. Cuando utilizaba Excel con OLE, la siguiente línea no daba error: osheets := OleGetProperty(::OleBook,'Worksheets',csheet)
by Sebastián Almirón
Tue Mar 08, 2011 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excel, parentesis en nombre de hoja
Replies: 0
Views: 352

Re: New FTDN September 2009 (9.09)

... 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 SysKeyDown() desde la clase ...
by Antonio Linares
Wed Sep 23, 2009 9:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3115

New FTDN September 2009 (9.09)

... 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 ported to Class TControl, so BtnBmp ...
by Antonio Linares
Wed Sep 23, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3115

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: 904

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: 904

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: Mappoint Methods question (Solved)

... ) oMap := oActiveX:Do( "Newmap", 1 ) hToolBar = oActiveX:GetProp( "Toolbars" ) //hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) //OleSetProperty( hStandard, "Visible", .T. ) //oActiveX:GetProp( ...
by George
Tue Aug 11, 2009 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3479

Re: Mappoint Methods question

... // I get oMap = 0 and error message before open MapPoint hToolBar = oActiveX:GetProp( "Toolbars" ) hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) OleSetProperty( hStandard, "Visible", .T. ) oActiveX:GetProp( "Toolbars" ...
by George
Tue Aug 11, 2009 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3479

Re: Mappoint Methods question

... To fill the entire window surface oActiveX:Do( "Newmap", 1 ) hToolBar = oActiveX:GetProp( "Toolbars" ) hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) OleSetProperty( hStandard, "Visible", .T. ) oActiveX:GetProp( "Toolbars" ...
by James Bott
Sun Aug 09, 2009 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3479

Re: Mappoint Methods question

... To fill the entire window surface oActiveX:Do( "Newmap", 1 ) hToolBar = oActiveX:GetProp( "Toolbars" ) hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) OleSetProperty( hStandard, "Visible", .T. ) oActiveX:GetProp( "Toolbars" ...
by George
Sat Aug 08, 2009 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3479
Next

Return to advanced search