I found the problem
Any solution please ?
Regardsm
Search found 301 matches
- Fri May 26, 2017 1:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
- Replies: 8
- Views: 1525
- Mon May 22, 2017 8:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
- Replies: 8
- Views: 1525
Re: DISP_E_UNKNOWNNAME: RECORDCOUNT
Hi
This error is produced on win10 64 bit is produced when some column in recordset contain non english language characters.
The same error is produced too on other methods
oRSet:MoveFirst()
oRSet:Eof()
....
On other versions of WIN is ok
Some solution ?
Best regards,
This error is produced on win10 64 bit is produced when some column in recordset contain non english language characters.
The same error is produced too on other methods
oRSet:MoveFirst()
oRSet:Eof()
....
On other versions of WIN is ok
Some solution ?
Best regards,
- Wed Apr 19, 2017 8:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
- Replies: 8
- Views: 1525
Re: DISP_E_UNKNOWNNAME: RECORDCOUNT
Thanks for reply Rick
I have try
If oRset:RecordCount() > 0
and many other options
I use Informix database
May be that is the problem with ado and win 10?
or informix odbc driver ?
In any opinion RecordSet produce error on win 10
Best regards.
I have try
If oRset:RecordCount() > 0
and many other options
I use Informix database
May be that is the problem with ado and win 10?
or informix odbc driver ?
In any opinion RecordSet produce error on win 10
Best regards.
- Thu Apr 13, 2017 12:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
- Replies: 8
- Views: 1525
Re: DISP_E_UNKNOWNNAME: RECORDCOUNT
Thanks for reply Error is produced at this line IF !EMPTY( oRSet:RecordCount ) // Vo sprotivno Znaci e 0 Regards, //----------------------------------------------------------------------------// FUNCTION SnimeniKonekcii() // Da se procitaat snimenite konekcii LOCAL oRSet LOCAL cSql := "&q...
- Thu Apr 13, 2017 12:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
- Replies: 8
- Views: 1525
DISP_E_UNKNOWNNAME: RECORDCOUNT
Hi all This error is produced on win10 64 bit This program I working good more than 7-8 years under other win versions Please for solution Best regards, Application =========== Path and name: C:\DbTools\DbTools.exe (32 bits) Size: 3,651,072 bytes Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Bui...
- Tue May 17, 2016 9:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Determine image dimensions
- Replies: 3
- Views: 689
Re: Determine image dimensions
Anyone ?
- Tue May 10, 2016 12:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Determine image dimensions
- Replies: 3
- Views: 689
Determine image dimensions
Hi all,
Please for solution how to determine dimensions of image (.jpg) file
and what is the best way to print image (i use fwh 14.12)
Best regards,
Please for solution how to determine dimensions of image (.jpg) file
and what is the best way to print image (i use fwh 14.12)
Best regards,
- Thu Feb 11, 2016 2:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: VS2010 WHEN clause
- Replies: 3
- Views: 617
Re: VS2010 WHEN clause
Antonio Thanks for reply
C#
Regards,
C#
Regards,
- Thu Feb 11, 2016 11:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: VS2010 WHEN clause
- Replies: 3
- Views: 617
VS2010 WHEN clause
Hi all,
My son use VS2010 and he see the WHEN and DESIGN clauses in my FW programs and treats it like verry useful,
He asked if someone know are they presented in some way in VS?
Best regards,
My son use VS2010 and he see the WHEN and DESIGN clauses in my FW programs and treats it like verry useful,
He asked if someone know are they presented in some way in VS?
Best regards,
- Thu Dec 24, 2015 7:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse oBw:ToExcel()
- Replies: 11
- Views: 2262
- Fri Dec 18, 2015 6:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin SlotMachine
- Replies: 58
- Views: 13825
Re: Fivewin SlotMachine
This is fw app ?
Regards,
Regards,
- Thu Dec 17, 2015 2:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse oBw:ToExcel()
- Replies: 11
- Views: 2262
Re: xBrowse oBw:ToExcel()
I replaced the function and included file olefuncs.prg in program This error occured Error description: Error BASE/1003 Variable does not exist: CLISTSEPARATOR Stack Calls =========== Called from: .\olefuncs.PRG => EXCELTRANSLATE( 184 ) Called from: .\xbrowse.PRG => SETEXCELLANGUAGE( 8791 ) Called f...
- Thu Dec 17, 2015 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse oBw:ToExcel()
- Replies: 11
- Views: 2262
Re: xBrowse oBw:ToExcel()
Result, SUBTOTAL(9,I2:I87) Here is source of the ExcelTranslate() function //----------------------------------------------------------------------------// function ExcelTranslate( cFunc ) local cRet, nAt, cName // 1 English, 2 Spanish, 3 French, 4 Portugese, 5 German, 6 Italian local aTran...
- Thu Dec 17, 2015 8:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse oBw:ToExcel()
- Replies: 11
- Views: 2262
Re: xBrowse oBw:ToExcel()
Yes
I put msginfo just before line 7545 (where program crash)
the value of oExcel:International[ 5 ] is "|"
Regards,
I put msginfo just before line 7545 (where program crash)
the value of oExcel:International[ 5 ] is "|"
Regards,
- Thu Dec 17, 2015 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse oBw:ToExcel()
- Replies: 11
- Views: 2262
Re: xBrowse oBw:ToExcel()
Mr. Rao, I use FWH 14.12 xHarbour (Build 20141124) bcc582 yes, FWH i am using contains this ExcelTranslate() function. BUT program crash at line 7545 oSheet:Cells( nRow, nCol ):Formula := '=' + ExcelTranslate( cFormula ) ListSeparator to my PC is "|" Error description: Error Excel.Applicat...