FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Filtering xBrowse Arrays - SOLVED!
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Filtering xBrowse Arrays - SOLVED!
Posted: Thu Mar 10, 2016 10:15 AM

I need to tell you that the above sample works only when the linked column value is character, not numeric.
We need to make some change to work for any type of value. I shall post the modification after sometime

Regards



G. N. Rao.

Hyderabad, India
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: Filtering xBrowse Arrays - SOLVED!
Posted: Fri Mar 11, 2016 12:13 AM
nageswaragunupudi wrote:I need to tell you that the above sample works only when the linked column value is character, not numeric.
We need to make some change to work for any type of value. I shall post the modification after sometime


That's OK as of now. I am using all char types.

That would be great if numeric and date types included in the next revision.

Thanks thanks much.
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Filtering xBrowse Arrays - SOLVED!
Posted: Thu Mar 17, 2016 10:37 AM

Mr Nages,
i wish understand...
I saw your sample.. I compile it and run ok !!!
But the question i ask me is this : why I must use arrays if i have two database ? Cannot I make the filter directly to these dbf ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Filtering xBrowse Arrays - SOLVED!
Posted: Thu Mar 17, 2016 11:36 AM
Silvio.Falconi wrote:Mr Nages,
i wish understand...
I saw your sample.. I compile it and run ok !!!
But the question i ask me is this : why I must use arrays if i have two database ? Cannot I make the filter directly to these dbf ?

Yes.
When you are working with DBFs then use normal RDD functionality.
Mr Frances also knows how to work with DBFs.
He asked the question because he was accessing data as arrays from different sources (not DBFs) and he needed a solution using arrays.
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion