|
-
Jun 21st, 2007, 10:12 AM
#1
Thread Starter
Hyperactive Member
[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.
-
Jul 21st, 2007, 09:57 AM
#2
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|