Problem with FWH 19.06 with oRs:GetRow

Problem with FWH 19.06 with oRs:GetRow

Postby Maurizio » Tue Sep 17, 2019 2: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
User avatar
Maurizio
 
Posts: 807
Joined: Mon Oct 10, 2005 1:29 pm

Re: Problem with FWH 19.06 with oRs:GetRow

Postby nageswaragunupudi » Tue Sep 17, 2019 8: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: Select all  Expand view

oRs:GetRows( [... )
 

as
Code: Select all  Expand view

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
User avatar
nageswaragunupudi
 
Posts: 10465
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Problem with FWH 19.06 with oRs:GetRow

Postby Maurizio » Wed Sep 18, 2019 6:33 am

Thanks Rao

Maurizio
www.nipeservice.com
User avatar
Maurizio
 
Posts: 807
Joined: Mon Oct 10, 2005 1:29 pm


Return to FiveWin for Harbour/xHarbour

Who is online

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