| View previous topic :: View next topic |
| Author |
Message |
as1234 General User

Joined: 30 Apr 2012 Posts: 12
|
Posted: Mon Apr 30, 2012 11:51 am Post subject: Cnange Title |
|
|
Hi !
I know how to change the title with a macro, but i don't know how to change the titl's name by change "NAME" in the dialogue ...
Sub Main
mytitle = "NAME"
docattr = thisComponent.getDocumentInfo()
docattr.Title = mytitle
thisComponent.CurrentController.Frame.Title = mytitle
End Sub
How bind "Name" with TextField in the dialog ?  |
|
| Back to top |
|
 |
RPG Super User

Joined: 24 Apr 2008 Posts: 2696 Location: Apeldoorn, Netherland
|
|
| Back to top |
|
 |
|