Got a strange one where I have a form with one drop field looking up a table and a browse on the form.
Bog standard stuff that I do every day.
I set the form up as normal when I use it to select parameters on a browse.
The drop field is a lookup on a table and the browse is set as a reset on the drop fields Client-side tab.
The browse has a valid filter. ( I have checked using debugview)
On the browse I am using locator Starts-With and Include the Search and Clear Buttons.
The default sort field is not the field being filtered.
On entering the form the browse displays all fields.
Selecting a record in the drop list has no immediate effect on the browse, the same records that displayed on entry are still displayed.
However, if I click the Clear button the records displayed then match the selection I made in the drop list
I select a new record in the drop list there is no change to the browse.
I have an export button on the browse. At this point before clicking the clear button if I export the browse it exports the records based on the new filter.
I click the Clear button and records matching the drop selection are then displayed.
This is a consistent result.
I know this is not normal behaviour since Example33 acts as expected, displaying matching records immediately in the browse based on the drop selection.
I can go ahead at the moment advising the users to follow the procedure above but I would appreciate any suggestions as to why I get this behaviour.