Re: search with filtering
From: Mike Shkolnik (mshkolnik2002_at_ukr.net)
Date: 12/27/04
- Next message: Pierre: "Cursortype, cursor location and Zombie state"
- Previous message: mahdavi: "search with filtering"
- In reply to: mahdavi: "search with filtering"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Dec 2004 10:47:58 +0200
yourTable.Filter := 'yourFieldName = ''AB*'''
yourTable.Filtered := True
-- With best regards, Mike Shkolnik EMail: mshkolnik@scalabium.com http://www.scalabium.com "mahdavi" <ro_mahdavi@yahoo.com> wrote in message news:41cfb938@newsgroups.borland.com... > Hi there, > > how can I restrict my search result with a part of a field. > Namely filter name field to show only records that 2 first characher of > their name field are "AB". > I'd like to use table property not query. > > Thanks a lot > >
- Next message: Pierre: "Cursortype, cursor location and Zombie state"
- Previous message: mahdavi: "search with filtering"
- In reply to: mahdavi: "search with filtering"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|