Skip to main content

[archive] Change TAB CONTROL Titles

  • June 12, 2003
  • 3 replies
  • 0 views

[Migrated content. Thread originally posted on 20 May 2003]

Is there any way to change a tab pages title during runtime
I have tried modify, but there is no property to change the
current tabs title

any ideas

3 replies

[Migrated content. Thread originally posted on 20 May 2003]

Is there any way to change a tab pages title during runtime
I have tried modify, but there is no property to change the
current tabs title

any ideas
You can delete the tab page and then immediatly create it again:


modify Screen1-Ta-1,
       tab-to-delete = my-tab-number,
       tab-to-add = "Tab Title"

[Migrated content. Thread originally posted on 20 May 2003]

Is there any way to change a tab pages title during runtime
I have tried modify, but there is no property to change the
current tabs title

any ideas
You can delete the tab page and then immediatly create it again:


modify Screen1-Ta-1,
       tab-to-delete = my-tab-number,
       tab-to-add = "Tab Title"

[Migrated content. Thread originally posted on 20 May 2003]

Is there any way to change a tab pages title during runtime
I have tried modify, but there is no property to change the
current tabs title

any ideas
You can delete the tab page and then immediatly create it again:


modify Screen1-Ta-1,
       tab-to-delete = my-tab-number,
       tab-to-add = "Tab Title"