[2005] updating the title of open window in windowtoolstripmenu
Hi all,
By pure luck, I discovered that you can set the text property of a childform to a field in a post in a database.
I can now open a window containing a datanavigator bound to a table cars and the forms name changes from "Volvo" to "Saab" for instance.
However, the windowtoolstripmenu of the parentform shows:
1 Volvo
even after the form is changed to "Saab"
There is a way to update this, isn“t there?
Thanks!
Fuga.
Re: [2005] updating the title of open window in windowtoolstripmenu
There is toolstrip1.text and toolstrip1.name. The toolstrips name has nothing to do with the name of the parent form.
If you want to change it just type toolstrip1.text = "EXAMPLE"
- Joe