Search found 119 matches: olefuncs

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: New FTDN January/Enero 2021 (FWH 21.01)

... derecho e inferior del control. * Nueva función ExcelBookSaveAs( oBook, cSaveAs, [lShow] ) --> cFileSavedWithFullPath Fuente: \source\function\olefuncs.prg. cSaveAS: Nombre de fichero con extensión xls/xlsx/htm/html/csv/pdf. lShow: Por defecto a .F. Si es .T. , entonces el fichero html es mostrado ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1255

New FTDN January/Enero 2021 (FWH 21.01)

... and bottom edges of the control. * New function ExcelBookSaveAs( oBook, cSaveAs, [lShow] ) --> cFileSavedWithFullPath Source: \source\function\olefuncs.prg. cSaveAS: File name with extention xls/xlsx/htm/html/csv/pdf. lShow: Defaults to .f. If .t., html file will be displayed with function ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1255
Next

Return to advanced search