Search found 58 matches: olegetproperty

Return to advanced search

Mappoint Methods question

... the entire window surface    oActiveX:Do( "Newmap", 1 )    hToolBar = oActiveX:;GetProp( "Toolbars" )    hStandard = OleGetProperty( hToolBar, "Item", "Standard" )    OleSetProperty( hStandard, "Visible", .T. )     oActiveX:GetProp( ...
by George
Fri Aug 07, 2009 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3519

Re: comile simple program

... function OleSetProperty( hObj, cPropName, uValue ) return __ObjSendMsg( TOleAuto():New( hObj ), "_" + cPropName, uValue ) function OleGetProperty( hObj, cPropName ) return __ObjSendMsg( TOleAuto():New( hObj ), cPropName ) I get the error yet !!! ype: C >>>xlink.exe -NOEXPOBJ ...
by kajot
Wed Jul 29, 2009 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile simple program
Replies: 5
Views: 1154

compile simple program

when I compile my simple program I get the error / i used xHarbour.com-simplex (new version .74) and FHW 09.06/ Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib"...
by kajot
Tue Jul 28, 2009 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile simple program
Replies: 5
Views: 1154

error , FWH.905 & xHB.53

when I linke my sources I will get 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" "FiveHCM.lib...
by kajot
Sat Jun 20, 2009 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error , FWH.905 & xHB.53
Replies: 6
Views: 830

Problem with new FWH 9.05

Hello, I installed FWH 9.05 and suddenly I got this error while rebuilding my application : unresolved external : _HB_FUN_OLEINVOKE from Fivehcm.lib (ACTX.obj) unresolved external : _HB_FUN_OLESETPROPERTY from Fivehcm.lib (ACTX.obj) unresolved external : _HB_FUN_OLEGETPROPERTY from Fivehcm.lib (ACTX...
by driessen
Tue Jun 09, 2009 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with new FWH 9.05
Replies: 3
Views: 860

Re: Problem with FwH 9.04 while building application

Hi, I was getting the same problem as above, but i'm also getting the following unresolved external symbol errors when compiling - any ideas: xLINK: error: Unresolved external symbol '_HB_FUN_OLEINVOKE referenced from Fivehcm.lib(ACTX.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_OLESETPR...
by PeterHarmes
Thu Apr 30, 2009 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FwH 9.04 while building application
Replies: 10
Views: 2107

Re: ERROR TactiveX ( TO Antonio )

Same error....


Why in ActiveX.prg "fwh805" don´t have function OleGetProperty, OleSetProperty, OleInvoke ?

Where i found in fwh8.5 this function to compare with function fwh9.2 ?

Ithink that the my problem to be there.

thanks
by lailton.webmaster
Tue Mar 31, 2009 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR TactiveX ( TO Antonio )
Replies: 8
Views: 1284

Re: ERROR TactiveX ( TO Antonio )

Lailton,

> Where i found function OleInoke OleSetproperty OleGetProperty ??

Those functions are inside ActiveX.prg
by Antonio Linares
Tue Mar 31, 2009 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR TactiveX ( TO Antonio )
Replies: 8
Views: 1284

Re: ERROR TactiveX In someone Version Fivewin

Where i found function OleInoke OleSetproperty OleGetProperty ??

im find more not found..
by lailton.webmaster
Tue Mar 31, 2009 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR TactiveX ( TO Antonio )
Replies: 8
Views: 1284

ERROR TactiveX ( TO Antonio )

... ======= * Fix: Class TActiveX added missing lines in function OleInvoke(). * Enhancement: Class TActiveX improved used functions OleSetproperty(), OleGetProperty() and OleInvoke(). New FTDN September / Septiembre 2008 (8.09) by Antonio Linares » Thu Sep 18, 2008 11:36 am September 2008 ============ ...
by lailton.webmaster
Tue Mar 31, 2009 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR TactiveX ( TO Antonio )
Replies: 8
Views: 1284

Re: Trouble with new build

... hbw32.lib(w32ole.obj) : error LNK2019: unresolved external symbol GUID_NULL referenced in function "long __cdecl OleGetProperty(struct IDispatch *,long,struct tagDISPPARAMS *)" (?OleGetProperty@@YAJPAUIDispatch@@JPAUtagDISPPARAMS@@@Z) hbw32.lib(w32ole.obj) ...
by Richard Chidiak
Fri Jan 02, 2009 5:50 am
 
Forum: FiveWin for Pocket PC
Topic: Trouble with new build
Replies: 3
Views: 1225

Antonio, yo use un esquema similar a de los samples, utilizando OLESETPROPERTY y OLEGETPROPERTY. ¿como se puede invocar de la manera que me decis vos? tenes algun ejemplo. Te adjunto un codigo donde leo de una base y lleno una tabla xls. Otra cosa, cuando la tabla ...
by diegopolverelli
Tue Aug 19, 2008 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: olesetproperty
Replies: 12
Views: 2750

... Se han añadido unas líneas olvidadas a la función OleInvoke() de la clase TActiveX. * Mejora: Se han mejorado las funciones OleSetproperty(), OleGetProperty() y OleInvoke() en la clase TActiveX. * Corrección: En el método DrawItem() de la clase TComboBox, ahora funciona perfectamente cuando ...
by Antonio Linares
Tue Jul 29, 2008 10:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3608

New FTDN July / Julio 2008 (8.07)

... * Fix: Class TActiveX added missing lines in function OleInvoke(). * Enhancement: Class TActiveX improved used functions OleSetproperty(), OleGetProperty() and OleInvoke(). * Fix: Class TComboBox Method DrawItem(), its working fine now when a popup menu is used as a popup of the combobox. ...
by Antonio Linares
Sat Jul 26, 2008 8:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3608

Junio 2008 ======== * Mejora: En la clase TActiveX se han mejorado las funciones OleGetProperty(), OleSetProperty() y OleInvoke(). Por favor, revisa el código fuente en source\classes\TActiveX.prg * Corrección: Cambio menor en la función WBrwLine() de la clase TWBrowse. ...
by Antonio Linares
Tue Jul 22, 2008 10:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3019
PreviousNext

Return to advanced search