| View previous topic :: View next topic |
| Author |
Message |
Angellina OOo Enthusiast

Joined: 28 May 2004 Posts: 130 Location: France - Paris
|
Posted: Wed Jul 28, 2004 7:50 am Post subject: Update fields in writer |
|
|
Hello everybody,
I have to update the values of fields contained in the document,
in VBA , the instruction is:
| Code: | ActiveDocument.Fields.Update
|
So I've done :
| Code: | objField = thiscomponent.getTextFieldMasters()
objField.update()
|
but it failed at the second instruction,
can anyone help me please?
thank u |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3152 Location: Columbus, Ohio, USA
|
|
| Back to top |
|
 |
Angellina OOo Enthusiast

Joined: 28 May 2004 Posts: 130 Location: France - Paris
|
Posted: Wed Jul 28, 2004 11:28 pm Post subject: |
|
|
YES IT WORKS!!!!
thank you, but how have you found it? is it a struct? I've searched but without success! |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3152 Location: Columbus, Ohio, USA
|
|
| Back to top |
|
 |
|