FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Urgent Problem with new FWH12.02
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 03:17 AM
I've updated from
- xHb (6406), FWH 1001, BCC55
- xHb (9421), FWH 1202, BCC582

Code (fw): Select all Collapse
Function Main
OPENFILE('GLCFG','CFG')
CoName := rtrim(CFG->CFG_CNAME)
msginfo( CFG->CFG_CNAME )   // Return Customer Name  (Charactor)
msginfo( CFG->CFG_REGIST )  // Return Register Number (Numeric)
msginfo( CFG->CFG_PERIOD )  // Return nil (Charactor)  VERY STRANGE but FWH1001 is correct normally.
CLOSE ALL
return nil


This code is not working correctly.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 07:22 AM

Dutch,

What RDD are you using ?

Have you reindexed your files, just in case ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 07:25 AM

Dear Antonio,

  • I use ADS (local) for testing.
  • This file has 1 record only.

I try to recompile with xHb 6406, FWH1001 and BCC55. It works fine.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 09:51 AM

Hello,

Are you using latest rddads.lib?.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 11:26 AM

Dear Lucas,

I use RDDADS.LIB of ADS V.9.0 and ACE32.LIB is the same version.

It's so strange, some field can read but some field cannot read.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 06:07 PM
Dear Lucas,
lucasdebeltran wrote:Hello,

Are you using latest rddads.lib?.

I use ADS for Windows V.9.0. Where do I get RDDADS.LIB for xHb (9421), FWH 1202, BCC582? My RDDADS.LIB might be not compatible with this condition.

download page of harbour-and-xharbour-builds is support for Harbour 3.1. I try this version but not successful.

I try this one also
http://www.fivetechsoft.com/files/rddads.lib but it has many error.


Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_hb_itemPutTD' referenced from D:\XHARBOUR\LIB\RDDADS.LIB|ads1
Error: Unresolved external '_hb_itemGetTD' referenced from D:\XHARBOUR\LIB\RDDADS.LIB|ads1
Error: Unresolved external '_hb_itemPutCLPtr' referenced from D:\XHARBOUR\LIB\RDDADS.LIB|ads1
Error: Unresolved external '_hb_itemGetTDT' referenced from D:\XHARBOUR\LIB\RDDADS.LIB|ads1
EZ4GL5.EXE - 4 error(s), 0 warning(s)


Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 07:44 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Urgent Problem with new FWH12.02
Posted: Wed Mar 14, 2012 08:21 PM

ads in adt type file, in a DD, its fail in found a field if the pos of cursor is the phantom record (eof+1),
the error show "the var XX not found" where varf is a field name, i sure of field exist, if the cursos skip to valid record post,
the field is found.

salu2
carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Urgent Problem with new FWH12.02
Posted: Thu Mar 15, 2012 05:58 PM
Dear Carlos,

carlos vargas wrote:ads in adt type file, in a DD, its fail in found a field if the pos of cursor is the phantom record (eof+1),
the error show "the var XX not found" where varf is a field name, i sure of field exist, if the cursos skip to valid record post,
the field is found.


salu2
carlos vargas

I do not use ADT and this record has only 1 record.

Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Urgent Problem with new FWH12.02
Posted: Thu Mar 15, 2012 07:51 PM
Dear Antonio,

It is working now. Thanks so much.
Antonio Linares wrote:Dutch,

Please use this one:
http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=rddads_xharbour.lib&can=2&q=

Rename it as rddads.lib, thanks

Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Urgent Problem with new FWH12.02
Posted: Thu Mar 15, 2012 10:47 PM

Dutch,

Glad to know its solved :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion