Returns a boolean indicating if the given column has a value.
object.GetColumnHasValue(szColName)
CaWForm
szColName - Name of column.
Returns true if column has value, false otherwise
Example
bool bRet = Form.GetColumnHasValue(“Name”)
More information:
| Copyright © 2013 CA. All rights reserved. |
|