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

Joined: 23 Aug 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 2:58 am Post subject: Reaching sub form |
|
|
Hi.
I know how to reach form with code :
oForm = thisComponent.DrawPage.Forms.getByName("myForm")
So I can reload it with the code :
oForm.reload
But I don't know how to reach a sub form linked to myForm, in order to reload it too.
Could someone help me ? Thanks
Christophe Liénard |
|
| Back to top |
|
 |
chrilie Newbie

Joined: 23 Aug 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 3:52 am Post subject: |
|
|
Sorry it was a newbie question : I only have to use code :
oForm.getByName("mySubForm") |
|
| Back to top |
|
 |
|