Search found 662 matches: exported

Return to advanced search

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

In the next version to be released.

1. :lFreezePanes does not raise runtime error.
2. Dates and TimeStamps earlier than the year 1900 are exported as text to avoid loss of data and export errors.
by nageswaragunupudi
Tue Apr 09, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3234

Re: Question about wfReadUrl()

... wfReadUrl() which I use to check if the url is working, is working fine with the prefix "http", but results into an error "no exported method" with the prefix "https". This is the code how I want to check my url's:   DO CASE      CASE !wfReadURL("http://www.ma-consult.be") ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2703

SAPI : change Voice

... _VOICE Args: [ 1] = O -2147352573 : "Member not found." i also try SetVoice() Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: SETVOICE -2147352570 : "Unknown name." but it seem me another Interface ... Question : do i need to CoCreateInstance those ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3490

Re: Resolution of monitor

... oWnd:nVertRes() // retorna a resolucao vertical ? nResHoriz,nResVert Error occurred at: 01/10/24, 09:01:40 Error description: Error BASE/1004 No exported method: NHORZRES Args: [ 1] = U Stack Calls =========== Called from: => NHORZRES( 0 ) Called from: test.prg => TEST( 48 )
by Silvio.Falconi
Wed Jan 10, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2524

Re: check on get

... Aeval( aGet, { | o | o:lChanged } ) or Aeval( aGet, { | o | if(o:lChanged,lAsk := .t.,.f.) } ) give me error Error description: Error BASE/1004 No exported method: LCHANGED Args: [ 1] = U Stack Calls =========== Called from: => LCHANGED( 0 ) Called from: test.prg => (b)SALIDA2( 894 ) Give ...
by Silvio.Falconi
Thu Nov 30, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3917

New FTDN October/Octubre 2023 (FWH 23.10)

... etc. Usage: FW_CopyToClipboard( hBitmap/imagebuffer ) or FWCopyToClipBoard( imagefilename, 2 ) * New: samples\dllexpl.prg shows how to get the exported functions of any DLL. * function cFilePath( cFile ). Upper() is removed as it is convinient to users of some languages. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43850&sid=19db84a6686a199e5a8529b0d17e21d6 ...
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: 3881

Re: not ISOEM(), ISANSI() or IsUTF8()

... view from Command Prompt using Harbour's DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new FWH interface to this library All look identical https://imagizer.imageshack.com/v2/xq70/923/3jG1n6.png ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: Inicie repositorio prueba e Tree

... version: 6.2, Build 9200 Time from start: 0 hours 0 mins 16 secs Error occurred at: 08/28/23, 17:11:37 Error description: Error BASE/1004 No exported method: HITEM Args: [ 1] = U Stack Calls =========== Called from: => HITEM( 0 ) Called from: .\source\classes\TTREEVIE.PRG => TTREEVIEW:INSERTAFTER( ...
by goosfancito
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1100

Re: How To Make XLSX File With Harbour

... https://imagizer.imageshack.com/v2/xq70/922/bvXyu6.png I tested with a DBF with 100,000 records with 30 large fields and it is exported to XLSX in about 5 seconds. More information to follow. Great!
by Horizon
Sat Aug 19, 2023 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make XLSX File With Harbour
Replies: 10
Views: 914

Re: How To Make XLSX File With Harbour

... https://imagizer.imageshack.com/v2/xq70/922/bvXyu6.png I tested with a DBF with 100,000 records with 30 large fields and it is exported to XLSX in about 5 seconds. More information to follow.
by nageswaragunupudi
Fri Aug 18, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make XLSX File With Harbour
Replies: 10
Views: 914

Demo c:\fwh\samples\access.prg crash

... Build 9200 Time from start: 0 hours 0 mins 1 secs Error occurred at: 06/27/23, 00:47:09 Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG ...
by Jimmy
Mon Jun 26, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 336

Re: Fivewin and ADO

Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF This was due to a bug in xbrowser.prg in a few versions prior to FWH2210. This was fixed in FWH2210. The bug was only when we use XBROWSER command, But when we normally ...
by nageswaragunupudi
Thu Jun 08, 2023 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3787

Re: Fivewin and ADO

... := FW_OpenADOExcelSheet ( cFile, cSheet, cRange )   XBROWSER oRs but it crash Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG ...
by Jimmy
Thu Jun 08, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3787

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

Thank you very much Birol.

I will try it immediately.
by Horizon
Mon Jan 16, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 804

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 "adodef.ch"#ifdef __XHARBOUR__ ...
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: 804
Next

Return to advanced search