Controls

ID #1041

Can a List Box have a variable as the List Box Header?

No. But you can change them dynamically:
?List1{PropList:Header, 1} = 'Title1'
?List1{PropList:Header, 2} = 'Title2'

Tags: listbox, listbox header

Related entries:

Last update: 2007-07-13 14:51
Author: Steve Parker
Revision: 1.0

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry

Comment of Tony Tetley:
In addition to what Steve said, if you are using groups you can change them also, for example: ?List1{PROPLIST:Header + PROPLIST:Group, 1} = 'Group title 1'
Added at: 2038-01-19 05:14