Search found 182 matches: winole

Return to advanced search

Re: Problema super raro

I get this error Error description: (DOS Error -2147352567) WINOLE/1007 [MySQL][ODBC 5.1 Driver][mysqld-5.1.53-community]Undeclared variable: oRsWrk (0x80004005): Microsoft OLE DB Provider for ODBC Drivers Args: [ 1] = C SELECT * INTO oRsWrk FROM oRsDet ...
by nageswaragunupudi
Sun Mar 24, 2024 10:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 209

Re: Problema super raro

... code       oApp:oCon:Execute( "SELECT * INTO oRsWrk FROM oRsDet" )  I get this error Error description: (DOS Error -2147352567) WINOLE/1007 [MySQL][ODBC 5.1 Driver][mysqld-5.1.53-community]Undeclared variable: oRsWrk (0x80004005): Microsoft OLE DB Provider for ODBC Drivers Args: ...
by Armando
Sun Mar 24, 2024 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 209

Re: SAPI : change Voice

hi Antonio, thx for the Idea. Result is same like using Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: main.prg => CHANGEVOICE( 125 ) ...
by Danielmaximiliano
Sun Feb 11, 2024 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3094

Re: leer y pdf y extraer datos

... version: 6.2, Build 9200 Time from start: 0 hours 0 mins 0 secs Error occurred at: 01/26/24, 12:29:23 Error description: (DOS Error -2147352567) WINOLE/1007 (0x800C0005): SPEAK Args: [ 1] = C c:\curl.txt [ 2] = N 4 Stack Calls =========== Called from: => TOLEAUTO:SPEAK( 0 ) Called from: Source\pdfread.prg ...
by goosfancito
Fri Jan 26, 2024 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 723

Re: SAPI : change Voice

hi Antonio, thx for the Idea. Result is same like using Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: main.prg => CHANGEVOICE( 125 ) ...
by Jimmy
Fri Jan 26, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3094

SAPI : change Voice

... --- but when i try   oVoices:Voice  := oVoices:GetVoices():Item(cnVar -1) i got Error Error description: (DOS Error -2147352573) WINOLE/1006 Argument error: _VOICE Args: [ 1] = O -2147352573 : "Member not found." i also try SetVoice() Error description: (DOS Error -2147352570) ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3094

Re: HTML code in a TPanel class

... ) and CreateObject( "MSXML2.XMLHTTP" ) protocols did not work. give me erros as Error description: (DOS Error -2147352567) WINOLE/1007 Download della risorsa specificata non riuscito. (0x800C0008): msxml3.dll then I also tried with hbcurl with no success
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 815

Re: problem with report to excel

... 6.2, Build 9200 Time from start: 0 hours 0 mins 31 secs Error occurred at: 04/09/2023, 13:24:57 Error description: (DOS Error -2147352567) WINOLE/1006 (0x800A03EC): _FORMULA Args: [ 1] = C =SUBTOTAL(9,D4:D12) Stack Calls =========== Called from: => TOLEAUTO:_FORMULA( 0 ) Called from: ...
by bart
Mon Sep 04, 2023 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3345

Error sending email

... with FW0709/xHarbour 1.1 it works without problems. Now with FW20.02/Harbour 3.2 I get the following error: Descrizione dell'errore: (DOS Error 1) WINOLE/1007 Parametro errato: DISPLAY Stack Calls =========== Called from TOLEAUTO:DISPLAY(0) -> Called from TMAIL:ACTIVATE(151) -> .\wTMail.prg ...
by chiaiese
Thu Aug 10, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 685

Re: Seek en FW_ArrayAsRecordSet()

Carlos, con oRs:Seek( "Simpson" ) me tira el error: Descripción del Error : (DOS Error -2147352567) WINOLE/1007 El proveedor actual no admite la interfaz necesaria para la funcionalidad Índice. (0x800A0CB3): ADODB.Recordset y con oRs:Seek( "Simpson", .T., .F. ...
by cnavarro
Sun Aug 06, 2023 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 146

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Please try setting
Code: Select all  Expand view
oBrw:lExcelCellWise := .t.

Export to Excel will be slower but you should not face the paste problems.
Just for the sake of exporting to excel, you do not have to change your codepage settings.
by nageswaragunupudi
Tue Aug 01, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

hi,

i mean FW_UniCode(.T.) (default) or FW_UniCode(.F.)

as i know ActiveX use ANSI
by Jimmy
Tue Aug 01, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Hi Jimmy

REQUEST HB_CODEPAGE_UTF8
HB_CDPSELECT("UTF8")


activating utf8 seems to no longer give error

before it was

REQUEST HB_CODEPAGE_ITWIN
HB_CDPSELECT("ITWIN")

I do not understand excel takes the window setting
TIA
by mauri.menabue
Tue Aug 01, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

hi,

did use ANSI or UFT8 with ActiveX :?:
by Jimmy
Mon Jul 31, 2023 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

... 10.0, Build 22621 Time from start: 0 hours 3 mins 6 secs Error occurred at: 01/08/2023, 00:47:35 Error description: (DOS Error -2147352567) WINOLE/1007 Impossibile trovare la proprietà Paste per la classe Worksheet. (0x800A03EC): Microsoft Excel Stack Calls =========== Called from: => ...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224
Next

Return to advanced search