Page 1 of 1

Problem with FWH 19.06 with oRs:GetRow

Posted: Tue Sep 17, 2019 2:34 pm
by Maurizio
Hello
With FWH 19.06 with oRs:GetRow() ( I use ADO ) the rows and columns are inverted
as shown in the attached image

https://drive.google.com/open?id=1gTxxX ... kI6cjPcpt8

official is like FWH 18.07

Regards Maurizio
http://www.nipeservice.com

Re: Problem with FWH 19.06 with oRs:GetRow

Posted: Tue Sep 17, 2019 8:29 pm
by nageswaragunupudi
That is not a problem with FWH, but with Harbour. Not xHarbour, but Harbour only. They suddenly changed their code.

Please change

Code: Select all

oRs:GetRows( [... )
 
as

Code: Select all

RsGetRows( oRs, ... )
 
This function RsGetRows( oRs, ... ) works correctly with xHarbour and Harbour old and new versions.
There is no escape from this. We need to change our code in all places.

Re: Problem with FWH 19.06 with oRs:GetRow

Posted: Wed Sep 18, 2019 6:33 am
by Maurizio
Thanks Rao

Maurizio
www.nipeservice.com