Profile document and authors fields

Hi

I really need your help guys!

I have in the “PostOpen” event of all my views the following code :

            viewname := "VI_ClientsDossier";

@SetProfileField("FO_ProfileUsers"; "PView"; viewname ; @UserName);

This document doesn’t exist at start the @SetProfileField create it if it doesn’t exist.

Once the programm use it I get the following message that always appear :

http://img409.imageshack.us/img409/4634/profiledocumentvn1.jpg

What I tried already :

  • I tried to set the document default Author field manually with a lotusscript code but also here I would need to have this field already set with the owner of the profile document what I can’t do of course.

Does anybody have experienced this profile document per user thing before and could help?

Subject: Profile document and authors fields

Ok

The problem I described on this post come from the Database properties “Allow Document Locking” which seems to prevent to access this and edit this DocumentProfile.

Hope it helps.