Ronald
|
| Posted: 07/25/2002, 7:46 AM |
|
A friend and I work with CCS, we created our company and set up a site we want know how to write a code to assign to web page to show only records where a field named approved is true, we are not very familar with sql generated by CCS
coul you help us
|
|
|
 |
Nicole
|
| Posted: 07/27/2002, 4:51 AM |
|
Ronald,
you can define custom Where clause (or its part) using form DataSource dialog. To add new condition to Where click on plus icon in DataSource dialog under Where section to open Table Parameters dialog. Change Condition Type to "Expression" and type in the condition into Expression field. E.g.:
approved = true
|
|
|
 |
|