James,
Another possibility is to create a temporary view, which is based upon the selection criteria which should be met. In this case the criteria are represented by variables. Be sure to surround the variables by parentheses otherwise the variables could be replaced by its current value in the view. Hope this helps. Tony From: [email protected] [mailto:[email protected]] On Behalf Of Jim Belisle Sent: dinsdag 10 mei 2011 0:20 To: RBASE-L Mailing List Subject: [RBASE-L] - Re: scrolling region Bernard, We use a WHERE BUILDER on this form so he wants the detail section fields to be available in the Builder. Because the form is based on the Header, those fields are not available. I tried basing the form on a view, but then ALL the detail rows show up in the region no matter what the header says. What am I doing wrong? James Belisle _____ From: [email protected] [mailto:[email protected]] On Behalf Of Bernard Lis Sent: Monday, May 09, 2011 1:23 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: scrolling region Bring up the headers in one form and when they select the order from the header form, bring up a second form that shows the details for that order only. ----- Original Message ----- From: Jim Belisle <mailto:[email protected]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Monday, May 09, 2011 12:16 PM Subject: [RBASE-L] - scrolling region We use 7.6 and I want to make a form with a scrolling region. The user wants to be able to bring up the form choosing from fields that are in the scrolling section. If I base the form on the header section, those fields are not available. If I use a view with the header and detail table, then the scrolling region shows all rows instead of limiting them to each order. Any suggestions? James Belisle

