spaceclown
|
| Posted: 12/12/2002, 9:37 AM |
|
Sorry I must ask a retarded question but I can't figure it out.
I am using CCS
I have a grid and some of the values are numbers.
I need to change what people see.
example. 1 = ASP, 2 = Cold Fusion, 3 = PHP, 4 = Banana Sandwiches
you get the point.
I am using Cold Fusion but that shouldnt matter.
Thanks in advance.
Spaceclown
|
|
|
 |
Tom
|
| Posted: 12/12/2002, 11:00 AM |
|
Not so retarded ... I struggled with the same thing
In CC, YesSw made it easy to put in a list to translate,
In CCS, the only way I found was to either
a) Add code in a before show row event to do the translation
b) Create a table with these values and join that table to the main table with the appropriate lookup. If you need more on how to join tables, let me know.
|
|
|
 |
spaceclown
|
| Posted: 12/12/2002, 12:56 PM |
|
Thanks Tom,
Yes any help is apprecitiated. How did you join the tables and how did you do the static way.
|
|
|
 |
tim
|
| Posted: 12/19/2002, 9:01 AM |
|
Does anyone know how to do this???? examples pls
|
|
|
 |
|