| View previous topic :: View next topic |
| Author |
Message |
Vitaly Newbie

Joined: 02 Aug 2004 Posts: 3
|
Posted: Wed Nov 10, 2004 12:15 am Post subject: How can I delete any Text Field? |
|
|
I want to delete a text field from other application, but I don't know how do it. That field I added from other application via OLE. Please, help! |
|
| Back to top |
|
 |
carl Super User


Joined: 21 Apr 2003 Posts: 920 Location: Germany
|
Posted: Wed Nov 10, 2004 1:18 am Post subject: |
|
|
try a double click on the inserted field. you should then see green dots at the edges, now right click and CUT. _________________ carl
Using OpenOffice.org 2 on XP sp2 |
|
| Back to top |
|
 |
Vitaly Newbie

Joined: 02 Aug 2004 Posts: 3
|
Posted: Wed Nov 10, 2004 5:05 am Post subject: |
|
|
| I want the programm to delete a text field in Writer via OLE technology. |
|
| Back to top |
|
 |
Vitaly Newbie

Joined: 02 Aug 2004 Posts: 3
|
Posted: Fri Nov 12, 2004 2:05 am Post subject: |
|
|
Well, I has found solution for this question (for TextField.User):
1. Invoke method of a TextFieldMaster "dispose()" for this text field;
2. Invoke method of a TextField "dispose()".
So, it's very simple.  |
|
| Back to top |
|
 |
|