FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Filter on fw_DbftoArray
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Filter on fw_DbftoArray
Posted: Sat Feb 15, 2020 07:41 AM

Can I make a filter on this expression ?

aData:= SE->( FW_DbfToArray( cFieldList ) )

I wish make it and save on aData all record having the field SE->Setipo= "T"

How I can resolve ?

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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Filter on fw_DbftoArray
Posted: Sat Feb 15, 2020 08:41 AM
SORRY RESOLVED

aData := FW_DbfToArray(cFieldList, { || FIELD->TIPO ="N" .AND. FIELD->SEMULTIPLE=.F. } )
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

Continue the discussion