Urgent Problem with new FWH12.02

Urgent Problem with new FWH12.02

Postby dutch » Wed Mar 14, 2012 3:17 am

I've updated from
- xHb (6406), FWH 1001, BCC55
- xHb (9421), FWH 1202, BCC582

Code: Select all  Expand view
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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby Antonio Linares » Wed Mar 14, 2012 7:22 am

Dutch,

What RDD are you using ?

Have you reindexed your files, just in case ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41414
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Urgent Problem with new FWH12.02

Postby dutch » Wed Mar 14, 2012 7: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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby lucasdebeltran » Wed Mar 14, 2012 9: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: Urgent Problem with new FWH12.02

Postby dutch » 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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby dutch » Wed Mar 14, 2012 6: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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby Antonio Linares » Wed Mar 14, 2012 7:44 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41414
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Urgent Problem with new FWH12.02

Postby carlos vargas » Wed Mar 14, 2012 8: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)
User avatar
carlos vargas
 
Posts: 1691
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Urgent Problem with new FWH12.02

Postby dutch » Thu Mar 15, 2012 5: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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby dutch » Thu Mar 15, 2012 7: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 19.01 / 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)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Urgent Problem with new FWH12.02

Postby Antonio Linares » Thu Mar 15, 2012 10:47 pm

Dutch,

Glad to know its solved :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41414
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 35 guests