> 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#]"))
> NEQ "">

Is GetListingFields a query also?

Just off the top of my head....

isdefined("GetInventory[GetListingFields[DBColName]]")
and
val(GetInventory[GetListingFields[DBColName]][GetInventory.currentrow]) neq
0 
and
len(trim(GetInventory[GetListingFields[DBColName]][GetInventory.currentrow])
) neq 0

Tango



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231319
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to