No joy in search. MRI shows setTitle property of MainForm but runtime says property doesn’t exist when trying to set in Sub for load event. Looking for the magic code line to set container window title please.
This worked for me:
Sub Title_get
sTitle = ThisComponent.Title
Print sTitle
End sub
.
Edit:
And using setTitle():
Thanks for that - worked great.