"Ai Lee Tang" <[EMAIL PROTECTED]> wrote in message
news:33635@palm-dev-forum...
>
> Hi all,
>
> Anyone have ideas of doing database filtering? I want to hide certain
> records from viewing.
> I got 2 forms which is header form and detail form. Detail form will be
> displayed all records are belonging to one of the records in header form
> that i tapped on it.
> The relationship of 2 forms is one-to-many.
>
> So,when i click on one of the records in header form. It will prompted me
a
> detail form. How to hide all those records that i dont want to show on
> detail form?

One way would be to build up a second, index-only database based on your
filter, then use that to display the records in your filtered view.  You can
generalize this to handle sorting as well, but adjusting the order of your
indices.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to