Mike, Thanks for your reply. I am rather clumsy at using the functions in RBASE so I often can't quite figure out how to connect my sentences in the EEP's I am writing. I understand the choose clause you mentioned below. Now how do I relate the variable that contains the WHERE clause to the form?
CHOOSE vchoice FROM #WHERE IN DistQuotes BROWSE USING DistQuoteScroll All I get with the above is all the quotes in the table. Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of MikeB Sent: Saturday, April 11, 2009 8:44 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Button fro the Where builder Jim, It is a part of the Choose action.. So, In your EEP: choose vVarName from #WHERE in TableView ...... vVarName will contain the Where Clause. ----- Original Message ----- From: "Jim Belisle" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Saturday, April 11, 2009 8:28 AM Subject: [RBASE-L] - Button fro the Where builder Is there a code I can write within an EEP (on click) that will bring up the where builder for a specific report or form? I want people to have access to the Where builder so they can check on quotes based on numerous fields. Jim

