mramirez18
Posts: 56
|
| Posted: 02/27/2005, 5:20 PM |
|
Can someone provide the steps on showing Listof Values instead of Table values in GRID FORM.
Currently, Is_active field shows as 1 or 0. Would like it to show YES for 1 and 0 for NO.
In Codecharge, I just go to List of Values and type 1;YES;0;NO. How is it done in CCS.
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 02/27/2005, 9:40 PM |
|
For boolean fields you should specify "Data Type = Boolean" in the field's properties. Then in the "Format" property you can select "Yes/No", or manually enter some values like:
"<font color=green>Yes</font>;<font color=red>No</font>"
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Manny Ramirez
|
| Posted: 02/28/2005, 3:52 AM |
|
What about 1;Yes;0;No? I have changed to Boolean, doesn't seem to do anything.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/28/2005, 10:23 AM |
|
Take a look again at my previous message above. There is no need to type this since the "Format" field already includes this.
This won't do anything if the Boolean Format of your sever connection isn't setup correctly.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |