I said: > Until I get my brain into browser gear, here's a workaround. Add the > following function to DBData.incl (below the Populate Browser > bookmark may be a good place): > > < ... > > 1st gear: More efficient and more meaningful function name. '------------ local mode local fn DBDataRemoveAllBrowserItems( browser as HIViewRef ) '~'1 call RemoveDataBrowserItems( browser, 0, 0, #0, 0 ) fn DBDataClearArray( browser ) end fn '------------ Bernie