Subject RE: [IBO] Searching by range
Author Jason Wharton
Are you using TDataset based components or the proprietary TIB_Dataset
components?

Reason I ask is because you can use TIBOTable or TIBOQuery and the SetRange
capabilities.

Though I must say, I much prefer the proprietary way having designed it
myself...

Also keep in mind, when in search mode you can put IN( val1, val2, val3,
... ) or BETWEEN val1 AND val2 and it will work just fine.

Jason Wharton


> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of jeffplata
> Sent: Tuesday, August 16, 2005 2:44 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Searching by range
>
>
> <Using D5/FB/IBO 4.5b>
>
> What IBO components are best for searching by range?
> For example I want to search for invoices with numbers
> 1001 to 1020? Or invoices entered between 8/01/2005 to 8/15/2005?
> I'm contemplating on using ordinary TEdits with IBQuery.onprepareAQL.
>
> Perhaps there are components specially made for this purpose,
> or did I just miss this in a docu somewhere?
>
> TIA
>
> Jeff
>