Mickael
|
| Posted: 07/25/2002, 12:33 AM |
|
I set in my table a boolean OK_to_SHOW field if TRUE the recors can be
displayed FALSE not, after approval, but I can't right the code in CCS
I work with PHP-MYSQL, could someone help^me, please.
Great thanks
|
|
|
 |
Nicole
|
| Posted: 07/26/2002, 5:41 AM |
|
Mickael,
check you have set up boolean format "1;0" (for MySQL db) in server side connection settings and select Mysql library for live site.
As for the fields on the form, for label field set up:
Data Type: Boolean (or Integer)
DBFormat: 1;0
Format: any values you want to display separated with semicolon. E.g. Ok;Oops
For checkbox fields:
Data Type: Boolean
Checked Value: 1
Unchecked Value: 0
|
|
|
 |
|