Hi
I have this field in recordset: oRs:Fields("CODICE"):value
Field CODICE in table is CHAR(15) but in oRs object it lost right blanks.
inside table I have due article:
1st article "5224366010"
2nd article "5224366010V10"
when field oRs:Fields("CODICE"):value is "5224366010V10"
the IF istruction is false but articles are diferrent.
how can I to solve it? have I to use SET EXACT ON?
I have this field in recordset: oRs:Fields("CODICE"):value
Field CODICE in table is CHAR(15) but in oRs object it lost right blanks.
inside table I have due article:
1st article "5224366010"
2nd article "5224366010V10"
when field oRs:Fields("CODICE"):value is "5224366010V10"
cCdpar = "45224366010"
IF oRs:Fields("CODICE"):value <> cCdpar
  cCdpar = oLgoft:Fields("LGCDPA"):value
endifthe IF istruction is false but articles are diferrent.
how can I to solve it? have I to use SET EXACT ON?
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)