A
|
ann 6/28/2010 |
Con, if Condition then
|
C
|
Conrunner author 6/28/2010 |
Con, use Before display event to hide the column. Here is a sample: if Condition then
|
C
|
Conrunner author 6/28/2010 |
Hi |
A
|
ann 6/29/2010 |
Con, |
C
|
Conrunner author 6/29/2010 |
Con, unfortunately, there is no reliable way to do it on the list page. Records can't be hided only if some values are null (otherwise the table structure will be broken). Also 'fieldcolumn' will hide all rows in the table, not just empty values.
|
A
|
ann 6/30/2010 |
Con, dim rsExists
if isNull(data("G2")) then
|