HI again,
Well I created a button on a webform, which calls a popup form. on which the user can enter dates and select drop lists from where I SSV the values (to build a filter).
On the calling form (Lets call it form 1) I have a few display only fields and the button. The button is clicked, it pops up the form the user selects items on thet form and cloises it, and the chosen values show on the first form.
BUT
Once I got that working, I put a browse (well a netrweb year) onto the first form.. this is to display the records, filtered according to what the user selected before.
RESULT.. clicking on the button now does nothing. If I remove the browse, it works again (IE click the button.. up pops the form). If I add the browse to the page.. It stops working again.
Will this _ever_ work?
Has anyone ever got a browse to filter records based on a users input?