[dev] UserFields Does not Update in the Document Content

2008-12-04 Thread [EMAIL PROTECTED]
Hello , You have helped me many times and now i need help again..I tried in the previous posts to find it but i had no lack.. What i tried to do is change through java the value of a userfield.. That i have managed to do it..What is impossible is to update the field in the document.. I have

Re: [dev] UserFields Does not Update in the Document Content

2008-12-04 Thread Andrew Douglas Pitonyak
[EMAIL PROTECTED] wrote: Hello , You have helped me many times and now i need help again..I tried in the previous posts to find it but i had no lack.. What i tried to do is change through java the value of a userfield.. That i have managed to do it..What is impossible is to update the field

Re: [dev] UserFields Does not Update in the Document Content

2008-12-04 Thread [EMAIL PROTECTED]
I just found something that it worked!!! XRefreshable xRefreshable = (XRefreshable)UnoRuntime.queryInterface( XRefreshable.class, xEnumeratedFields); xRefreshable.refresh(); AND EVERY FIELD REFRESHS! Thnks a lot!! -- View this message in