Labs4.com
|
| Posted: 05/27/2002, 12:39 AM |
|
here we go again with something new.
I can create listbox in form, assign some text to each value in HTML so it looks like
1;listItem1;2;listItem2;3;listItem3
but how can I reveal this back in grid? I'm missing List options in Label Settings.
Do I have to create custom code for this?
Am I overlooking something?
In CC2 this was pretty easy.
* I also tried if there is not appearance setting in Listbox element, which should be other way how to set this and very convenient (something like appearance: record/grid) but it's not there.
|
|
|
 |
Nicole
|
| Posted: 05/27/2002, 2:01 AM |
|
Hello,
CCS doesn't allow you to join fields or define list of value for Label type field. In case you want to join Label field with field from another table you should build the appropriate query in query builder to select desired field.
The workaround for list of value could be Before Show event for Label field. Check its value and replace it with custom one.
|
|
|
 |
|