A
|
ann 7/1/2010 |
Hi, $strWhereClause="STATUS='E'"; |
S
|
Seraph author 7/1/2010 |
Hi, to show only 'E' status you need to modify List page: Before SQL query event on the Events tab. Here is just a sample: $strWhereClause="STATUS='E'";
|