Hi all,
I've got an interesting problem.
I have grid with 2 columns. In the first column I wont to show name and in the second column I wont to show explicit value.
Description:
Table(Name C(20), state N(1))
Field mode can have value 1,2 or 3.
Value 1 means -single
Value 2 means -married
Valeu 3 means -divorced
Grid should look like this:
----------------------
|Name | State |
|---------------------|
|John | single |
|Jimmy | married |
|Kate | divorced|
-----------------------
Table looks like this:
----------------------
|Name | State |
|---------------------|
|John | 1 |
|Jimmy | 2 |
|Kate | 3 |
-----------------------
How to display that in grid???????
Thanks
I've got an interesting problem.
I have grid with 2 columns. In the first column I wont to show name and in the second column I wont to show explicit value.
Description:
Table(Name C(20), state N(1))
Field mode can have value 1,2 or 3.
Value 1 means -single
Value 2 means -married
Valeu 3 means -divorced
Grid should look like this:
----------------------
|Name | State |
|---------------------|
|John | single |
|Jimmy | married |
|Kate | divorced|
-----------------------
Table looks like this:
----------------------
|Name | State |
|---------------------|
|John | 1 |
|Jimmy | 2 |
|Kate | 3 |
-----------------------
How to display that in grid???????
Thanks