RE: evaluate hell Pt2

2006-02-03 Thread Michael T. Tangorre
From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] cfif isdefined(GetInventory.#GetListingFields.DBColName#) and evaluate(GetInventory.#GetListingFields.DBColName#[#GetInvent ory.currentrow#]) NEQ 0 AND Trim(evaluate(GetInventory.#GetListingFields.DBColName#[#GetI nventory.currentrow#]))

RE: evaluate hell Pt2

2006-02-03 Thread Adrian Lynch
cfif IsDefined(GetInventory.#GetListingFields.DBColName#) AND GetInventory[GetListingFields.DBColName][GetInventory.currentrow] NEQ 0 AND Trim(GetInventory[GetListingFields.DBColName][GetInventory.currentrow]) NEQ -Original Message- From: Cutter (CF-Talk)