Hi all,
Please bear with me while I spell out my problem.
I have a database having approx 40,000 records, on the server. Users use this as a kind of corporate yellow pages, to locate users. The user would enter the search criteria and then execute the search, the right frame should then display the search results.
Since it is a server db, it is accessed simultaneously by more than one user.
I created the default view (to have all records) as Shared, private on first use. After the search string is compiled and the search results are obtained (am using a db.search), I create a new view programmatically using CreateView method and modify the view selection formula through the same code. Unfortunately, I am unable to open the new view unless I exit the database and re-open it.
I searched this forum and it said that this is a known issue with the CreateView method.
Is there any way that I can do this? Creating a document collection and putting it into a folder has a very very serious negative impact on the response time.
Please, please, please, any suggestions / inputs would save my sanity.
TIA
Devyani