Desing changes on embedded views

If I modify a view the belonging embeded view still contains the old design. To get the changes for the embedded view, I have to delete the view and add it again. Somethimes even this does not work!Question: Is there another way for updating the embedded view without deleting it?

Subject: Did you close the view in designer?

Sometimes a caching problem prevents the client from showing actual data. If a view has been modified, close it in the designer and reopen the design element, which embeds the view.Hope this helps…

Subject: Embeded view on Form’s result in designer is different from Notes client

Dear all,

Can I use Embeded view on Form instead of Shared, Private on First use (database is on server)?

I tried Embeded view on Form but the result is not correct? Sometimes display and sometimes display not correct. (Should display only own documents for a user)

How can I do to solve this problems?

Any help would be very appreciate.

Learner

Subject: Re: Embeded view on Form’s result in designer is different from Notes client

Do you develop databases for the client or web?

If you embed a view into a form, try to set the single category property of the embedded view to something like @UserName. Be shure, that the category of the view is showing the username canonical.

should work

good luck

Subject: RE: Did you close the view in designer?

It was a caching problem of my browser…