Hi Bruce,
>>First a question;
>>What have you set your browse filter to in the template? ie what is the exact code of the filter?
The exact code for the filter in the template is : ' ICOU:ACTIVE = 1 '
ICOU:ACTIVE is a byte field
>>Second;
>>On the browse template is a new switch, on the general tab, "Send Filter, Order to Debugview". Tick that on, then run Debugview (
www.sysinternals.com) >>and you'll be able to see the Filter expression as it is seen by the VIEW engine.
When the browse first opens:
[2816] [netTrace][thread=3] Filter: ICOU:ACTIVE = 1
After updating and returning to the browse:
[2816] [netTrace][thread=3] Filter: ICOU:ACTIVE = 1
Although there are about 200 records, the browse displays a "no record found' message.
I need to click on the 'Clear' locator button before the browse re-display the records again.
As mentioned earlier, if I called the update form via popup or set the browse to Page loading with the same filter, it works perfectly.
Thanks !