Jurjen Roels
|
| Posted: 06/10/2002, 12:47 PM |
|
Probably it will be just me..but i can't seem to find the properties to do it. I used to be in CC so i expect it will be in CCS as well...
I have a field in the grid which is an integer either 0 or 1 (Yes or No)
I want to show Yes or No instead of 0 or 1 in the grid. Where do i do that within CCS?
If know how to do it with a listbox but how do you do it with a label
Regards
Jurjen
|
|
|
 |
Jurjen Roels
|
| Posted: 06/10/2002, 1:12 PM |
|
I think it must be to late for me today...
One of the other things i cannot think of today is how to have in a record a lookup field...
I have a parent_id i pass and a child id
i want to show parent_name and put parent_id into a hidden field.
If there is a child id passed then it must load that record. If not it must fill the parent_id and i have to look it up.
In CC you would have a lookup value...
|
|
|
 |
Jurjen Roels
|
| Posted: 06/11/2002, 12:46 PM |
|
I looked into the classes but it seams that you cannot do a lookup event for a label or a list of value lookup voor a label.
Instead you have to write that your self in the before show event.
I think it should be included into the class.
Anyone else agrees?
|
|
|
 |
EMG
|
| Posted: 06/11/2002, 1:04 PM |
|
Y'all should search/review previous postings before cluttering the board
|
|
|
 |
keijen
|
| Posted: 06/11/2002, 9:49 PM |
|
The board gets cluttered because the functionalities are NOT fully delivered in the mediocre documentation.
Look how many times the same 'problems' are aired. Not all the users are newbies, maybe there some useability issues for YES to look at.
|
|
|
 |
keijen
|
| Posted: 06/11/2002, 9:52 PM |
|
Yes, I agree with Jurjen, the label lookup functionality SHOULD be in CCS, instead of handcode each time.
This is a loss of a valuable functionality
|
|
|
 |
Jurjen Roels
|
| Posted: 06/12/2002, 12:07 AM |
|
Doens't always help... Cause you cannot search on multiple keywords.....
|
|
|
 |
Nicole
|
| Posted: 06/12/2002, 7:26 AM |
|
Hello,
to display different values for boolean field you should set up:
Data Type: Boolean
DBFormat: select proper boolean db format
Format: it is displaying format. You can select one from the list or type custom one, e.g. Ok;Oops
|
|
|
 |
Jurjen Roels
|
| Posted: 06/12/2002, 10:28 AM |
|
It works with a boolean field. But not voor a list of values.
|
|
|
 |