Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby Ariel » Wed Mar 31, 2021 2:14 am

Mr. Rao,

al hacer un oSql:Requery() con fwh nativa en la ultima version 21.02 me da error, compilando con 21.01 funciona correctamente, el codigo es este :

Code: Select all  Expand view

::oSqlBodyVta:ReQuery({::aSeek["desde"],::oSql:codart})
 


y el query es :
Code: Select all  Expand view

      cQuery:= "SELECT a.fecha, a.codart, b.coddis, b.codpro, CONCAT(Trim(IFNULL(b.nombre,'')),' ',Trim(IFNULL(c.nombre,''))) AS cArticulo, "+;
               "    a.codcli AS codcli, IFNULL(d.nombre,'') AS cCliente, a.cantid AS venta, IFNULL(a.terceros,0) AS vacios, a.precio, "+;
               "    a.importe, "+;
               MYCOMPROBANTE( "e", .t. )+" AS comprobante, "+;    //    "CONCAT(LEFT(e.clave,3),' 00',SUBSTRING(e.clave,4,2),'-',SUBSTRING(e.clave,6,8)) AS comprobante,  "+;
               "    0 AS codpro, '' AS cProveedor, 0 AS compra "+;
               "    FROM cvtal a "+;
               "    LEFT JOIN mart b  ON a.codart = b.codart "+;
               "    LEFT JOIN mpro c  ON b.codpro = c.codpro "+;
               "    LEFT JOIN mcli d  ON a.codcli = d.codcli "+;
               "    LEFT JOIN cregv e ON a.clave=e.clave AND a.fecha=e.fecha AND a.codcli=e.codcli "+;
               "    WHERE a.fecha = ? and a.codart = ? and ifnull(b.nostk,0)=0 "+;
               "ORDER BY cCliente, comprobante"        // "cArticulo"
      ::cQueryBodyVta:= cQuery
      ::oSqlBodyVta  := ::oServer:Rowset( cQuery, { ::aSeek["desde"], ::oSql:codart} )
      ::oSqlBodyVta:Gotop()

 


el error es :

Time from start: 0 hours 0 mins 9 secs
Error occurred at: 30/03/2021, 18:51:24
Error description: Error BASE/1132 Error de rango: acceso al array
Args:
[ 1] = A {SToD("20210308"),"00020108 ",2,108,"AJO/S SOLAR DEL GENERAL S.A.",109,"VISCUSSO FA ... }
[ 2] = N 16

Stack Calls
===========
Called from: .\source\internal\FWMARIA.PRG => (b)FWMARIAROWSET(1287)
Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:LAPPENDBLANK(0)
Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:CANCELAPPEND(4764)
Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:REQUERY(3378)
Called from: c:\sistema\proyectos\titanium\source\Planillastk.prg => (b)TPLANILLASTOCK_NEW(110)


Saludos.
Ariel
 
Posts: 374
Joined: Wed Nov 29, 2006 1:51 pm
Location: Rosario - Argentina

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby nageswaragunupudi » Wed Mar 31, 2021 8:46 am

We did not make any changes in this part of the library.
However, I am trying to understand why did you get this error.

Do you know and tell me how many records were there in the query before ReQuery() is called?
Is there any way I can access the tables and work myself? (in case the data is stored in the cloud)
We will try to figure it out and fix the problem.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10250
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby Ariel » Wed Mar 31, 2021 10:34 am

Mr. Rao,

no, no hay forma q pueda acceder a los datos, son privados, y la cantidad de registros es indistinto, sucede con 0 registros o con + 0 registros.
El problema es que si no se resuelve este error no puedo usar este build.

Saludos.
Ariel
 
Posts: 374
Joined: Wed Nov 29, 2006 1:51 pm
Location: Rosario - Argentina

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby nageswaragunupudi » Thu Apr 01, 2021 12:49 pm

We noticed the bug.
Fixed.
We sent you revised libs. Please test and confirm.
We will publish a revised build soon.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10250
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102 - CORREGIDO.

Postby Ariel » Tue Apr 06, 2021 11:01 am

Mr. Rao,

muchas gracias por corregir el problema, funciona perfectamente ahora.

Saludos.
Ariel
 
Posts: 374
Joined: Wed Nov 29, 2006 1:51 pm
Location: Rosario - Argentina

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby nageswaragunupudi » Tue Apr 06, 2021 1:15 pm

I thank you for pointing out the bug.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10250
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby goosfancito » Sat Apr 09, 2022 1:00 am

ariel como lo solucionaste, tengo el mismo problema
Code: Select all  Expand view

#define FWVERSION    "FWH 21.02"
#define FW_VersionNo 21020
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
goosfancito
 
Posts: 1954
Joined: Fri Oct 07, 2005 7:08 pm

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby nageswaragunupudi » Sat Apr 09, 2022 10:05 am

Please explain your problem to us, with a simple code.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10250
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Mr.Rao. Error grave RowSet: ReQuery fwh 2102

Postby goosfancito » Sat Apr 09, 2022 10:20 am

Mr. Rao, the problem is with my version on FW.

thank.s
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
goosfancito
 
Posts: 1954
Joined: Fri Oct 07, 2005 7:08 pm


Return to FiveWin para Harbour/xHarbour

Who is online

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