Refresh design "Shared, desktop private on first use" - non of the methods seem to work

I tried a lot of trick to refresh the design of private views but non of them seem to work.I tried to delete the views in the desktop6.ndk (script1), but the default outline still shows the view, the user is only not able to open it anymore (and this can only be fixed by deleting the desktop6.ndk) which is not an option

I tried http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/60681618f5aec4ee85256993006cf337?OpenDocument

I also tried

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/8d70de642e7c52d485256f8c002f53a8?OpenDocument

Al those tricks work as long as the view is not stored in the desktop.

Does anyone have code that does refresh views even if they are stored on the desktop?

script1 :

Set db = New Notesdatabase(“”,“desktop6.ndk”)

If Not(db.IsOpen) Then 

	Msgbox "Could not open the desktop"

	Exit Sub

End If

If Isarray(db.Views) Then

	Forall view In db.Views 

'	If view.Name="voor luc" Then

		Print view.name

		view.Remove

'	End If

	End Forall

End If

Subject: RE: Refresh design “Shared, desktop private on first use” - non of the methods seem to work

See this post for suggestions:http://searchdomino.techtarget.com/tip/1,289483,sid4_gci936173,00.html

Subject: Is it possible to remove the bookmark and add it again via script?

All the tips seem to work AS LONG AS THE VIEWS ARE NOT STORED IN THE DESKTOP.But, since I want to keep the database as small as possible I need to have the views in the desktop as much as possible.

As far as I can see the only trick is to remove the bookmark and add it again. Anyone tried to do that via script?

Subject: RE: Is it possible to remove the bookmark and add it again via script?

see this:https://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/8a5259b76e92b70f86256f6d0057dc98?OpenDocument

Also, this one has a UI suggestion… so you may be able to send a button.

http://www-1.ibm.com/support/docview.wss?rs=0&context=SWD00&q1=remove+bookmarks&uid=swg21097270&loc=en_US&cs=utf-8&cc=us&lang=en

Problem is, you have to remove it from both Bookmark.nsf and desktop6.ndk