A conceptual question. I have a form that has as its primary bizobj a table of 
approximately 3000 rows. I don't want to load them all each time I open the 
form. Instead I would like to load the form with a placeholder record 
(probably the first by PK) and them navigate to records of interest using 
search criteria. Loading the initial record and navigating by primary key I 
have figured out. What I need help with is using the bizobj to produce a 
filtered dataset based on a text search. This form has to to do with plants, 
so a search might be   "select  from plant1  where (i)like '%mint%'" How is 
the best way to do this or can someone point me to an existing example?

Thanks,
-- 
Adrian Klaver
[EMAIL PROTECTED]


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to