FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with FWH 19.06 with oRs:GetRow
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Problem with FWH 19.06 with oRs:GetRow
Posted: Tue Sep 17, 2019 02:34 PM
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=1gTxxXfGzU95CFqJWCbi2yWkI6cjPcpt8

official is like FWH 18.07

Regards Maurizio
http://www.nipeservice.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Problem with FWH 19.06 with oRs:GetRow
Posted: Tue Sep 17, 2019 08:29 PM
That is not a problem with FWH, but with Harbour. Not xHarbour, but Harbour only. They suddenly changed their code.

Please change
Code (fw): Select all Collapse
oRs:GetRows( [... )

as
Code (fw): Select all Collapse
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.
Regards



G. N. Rao.

Hyderabad, India
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: Problem with FWH 19.06 with oRs:GetRow
Posted: Wed Sep 18, 2019 06:33 AM

Thanks Rao

Maurizio

www.nipeservice.com

Continue the discussion