Search found 121 matches: olefuncs

Return to advanced search

GETFILESINZIP

... Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_HB_GETFILESINZIP' referenced from C:\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_HB_UNZIPFILE' referenced from C:\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_HB_ZIPFILE' ...
by jair
Wed Aug 28, 2024 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GETFILESINZIP
Replies: 4
Views: 1029

error : streams

... referenced from C:\FWH2404\LIB\FIVEH.LIB|adofuncs Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH2404\LIB\FIVEH.LIB|olefuncs Error: Unresolved external '_HB_FUN_OLEDEFAULTARG' referenced from C:\FWH2404\LIB\FIVEH.LIB|olefuncs Error: Unresolved external '_hb_extIsNil' ...
by acwoo1
Mon Jul 15, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 2064

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... la versión instalada de ACE.OLEDB (12 o 16) y cero si no está instalada. * Añadido el idioma neerlandés al soporte multilingüe de Excel (véase olefuncs.prg) * Funciones de imágenes: (imgtxtio.prg) - Mejoras: FW_ReadImage() y FW_DrawImage(). Si el parámetro bmp es mulo, leen la imagen desde ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 5152

New FTDN October/Octubre 2023 (FWH 23.10)

... Return the version of ACE.OLEDB installed ( 12 or 16 ) and 0 (Zero) if not installed. * Added Dutch language to multi-lang support for Excel (see olefuncs.prg) * Image functions: (imgtxtio.prg) - Enhancements: FW_ReadImage() and FW_DrawImae(). If the parameter bmp is nil, the functions read image ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 5152

Re: problem with report to excel

Can you please make these changes in fwh\source\function\olefuncs.prg and test with toexcel() methods of Report and XBrowse please? Please replace these three functions function ExcelLangID()function ExcelLang()function ExcelTranslate( ...
by nageswaragunupudi
Mon Sep 04, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 4073

Re: XLS en Rpreview

... ) )      return self   endif Y el objeto Excel lo genera con la funcion ExcelObj que esta en source\function\olefuncs.prg function ExcelObj();   return FWGetOleObject( "Excel.Application",  @lExcel )function FWGetOleObject( ...
by cmsoft
Mon Aug 28, 2023 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 414

Re: Opening 2 Word-documents from my application - solved

hi,

WinWordObj() and ExcelObj() are in c:\fwh\source\function\olefuncs.prg
but they both pint to FWGetOleObject ( in same PRG )

so you can write
Code: Select all  Expand view  RUN
Function OutlookObj(); return FWGetOleObject( "Outlook.Application",   @lOutlook  )
by Jimmy
Sun Apr 23, 2023 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 720

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

Hakan may be this helps. I have modified OleFuncs.Prg as below. I have put double slash and my name to the lines that I have midified (i.e //birol) /***  OleFuncs.Prg**  For common use in other modules**/#include "fivewin.ch"#include ...
by betoncu
Sun Jan 15, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 1382

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... nueva DATA lFullGridClr se establece a .T., los colores de cada columna se extienden hasta la parte inferior, como en Excel. * Nuevas funciones en olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - Mejora en la velocidad de ordenación de los ...
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 3207

New FTDN December/Diciembre 2022 (FW 22.12)

... - In fullgrid browse, if new data lFullGridClr is set to .T., the colors of each column is extended till bottom, like Excel. * New functions in olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 3207

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

Mr. Rao any news about this.

nageswaragunupudi wrote:
This error comes randomly

Surprising.

Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer.
We will get back on this subject.
by artu01
Wed Dec 07, 2022 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 1382

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... understand what this function does. Maestro Nages, disculpe la sinceridad, pero es imposible entender qué hace esta función. * New: Functions in olefuncs.prg ExcelLangID() --> nExcelLangID ExcelLang() --> en,es,fr,pt,de,it ExcelTranslate( cFunc ) --> Translated function Dbf2ExcelNumFormat( ...
by karinha
Tue Nov 01, 2022 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 1382

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

This error comes randomly

Surprising.

Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer.
We will get back on this subject.
by nageswaragunupudi
Tue Nov 01, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 1382

Re: How to call Events from OLE/COM objects

... '_hb_strAtI' referenced from C:\FWH\LIB\FIVEH.LIB|VSTRFUN1 Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH\LIB\FIVEH.LIB|ADOFUNCS Error: Unresolved external '_hb_extIsNil' ...
by Jimmy
Sun May 15, 2022 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1691

Re: De xHarbour a Harbour

... from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|XIMAGE Error: Unresolved external '_HB_FUN_GETACTIVEOBJECT' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_AFTERATNUM' ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 5427
Next

Return to advanced search