Ben, If you have access to the sample database RRBYW8 (I think), there is a form called SearchCustInvoice.
It gives a pretty good example of what you are trying to do. I've 'borrowed' the form and the concept for a few things that I am doing. Jan (Razzak always grins when he sees my app because he recognizes the forms) -----Original Message----- From: "Ben Fogt" <[EMAIL PROTECTED]> To: [email protected] (RBG7-L Mailing List) Date: Tue, 29 Mar 2005 23:42:01 -0500 Subject: [RBG7-L] - WHERE Property in Variable List Box > I want to have a variable list box on a form that changes based on > other > variables on the same form. > > One way I thought to do this was a use a "Refresh" button that would > set a > text variable that would be the text string and then use the Property > command to set the where clause on the variable list box. It looks > like > this isn't updateable in > > Another idea was to assign the where clause to my variable (&vwhere) > and use > PROPERTY to refresh the list. That doesn't work, either. > > I think I'll have to use a second form that will contain a scrolling > region > but I'd rather keep it clean and on a single form. Any suggestions? > > Ben Fogt >
