Search found 59 matches: olesetproperty

Return to advanced search

he:=TOleAuto():New("InternetExplorer.Application")

Hi, he:=TOleAuto():New("InternetExplorer.Application") he:Visible := .T. OleSetProperty(he,"Toolbar",.F.) OleSetProperty(he,"Statusbar",.F.) OleSetProperty(he,"MenuBar",.F.) he:Navigate(cUrl) What is the equivalent instruction ...
by Jack
Sat Jan 15, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

Re: Objeto OLE

... lo siguiente: Controlador:=CreateOLEObject('DataLinkLibrary.IController') hSections := OLEGetProperty(Controlador,"ConectarControlador") OLESetProperty(Controlador,"Nuevo","DEMO") Pero la siguiente linea ya da error OLEInvoke(hSections, "ConectarControlador", ...
by Jorge Jaurena
Fri May 26, 2017 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2555

Re: Objeto OLE

... y escribi esto: Controlador:=CreateOLEObject('DataLinkLibrary.IController') hSections := OLEGetProperty(Controlador,"Sections") OLESetProperty(Controlador,"Nuevo","DEMO") La primer linea es como lo declaran en delphi, esa pasa bien, en la segunda y tercera ...
by Jorge Jaurena
Wed May 24, 2017 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2555

Re: Reemplazar CreateObject

Puedes buscar en los fuentes de esa versión de FWH la función OleSetProperty() ?

Habria que ver que código usaba entonces en la versión 2.7
by Antonio Linares
Sat Jul 04, 2015 8:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazar CreateObject
Replies: 19
Views: 4282

Re: Reemplazar CreateObject

César,

En vez de usar:

OleSetProperty( wsfev1,"CUIT", 20214424666 )

prueba con:

__ObjSendMsg( wsfev1, "_CUIT", 20214424666 )
by Antonio Linares
Thu Jul 02, 2015 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazar CreateObject
Replies: 19
Views: 4282

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

Re: Harbour Compiler basic questions

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

Re: New FTDN September 2009 (9.09)

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

New FTDN September 2009 (9.09)

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

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)

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

Re: Mappoint Methods question

... MapPoint hToolBar = oActiveX:GetProp( "Toolbars" ) hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) OleSetProperty( hStandard, "Visible", .T. ) oActiveX:GetProp( "Toolbars" ) // Here is the problem oStartLocation:= oMap:FindResults("205 ...
by George
Tue Aug 11, 2009 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3471

Re: Mappoint Methods question

... 1 ) hToolBar = oActiveX:GetProp( "Toolbars" ) hStandard = OleGetProperty( hToolBar, "Item", "Standard" ) OleSetProperty( hStandard, "Visible", .T. ) oActiveX:GetProp( "Toolbars" ) oMap := oActiveX:ActiveMap oStartLocation:= ...
by James Bott
Sun Aug 09, 2009 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3471
Next

Return to advanced search