Results 1 to 2 of 2

Thread: [2005] updating the title of open window in windowtoolstripmenu

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Stockholm, Sweden
    Posts
    316

    [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.

  2. #2
    Addicted Member joe1985's Avatar
    Join Date
    Jun 2007
    Posts
    151

    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
  •  



Click Here to Expand Forum to Full Width