Question
Cfif isDefined questions
Hello,
I need a little assistance with this, I'm trying to allow users to obtain a quote and when it no quote page, or/and give them a don't display quote page. Please help, Thank you
<cfif isDefined("#line_id#_Quote")>
No Quote
<cfelse>
DON'T display Quote"#line_id#_Quote#"
</cfif>
I need a little assistance with this, I'm trying to allow users to obtain a quote and when it no quote page, or/and give them a don't display quote page. Please help, Thank you
<cfif isDefined("#line_id#_Quote")>
No Quote
<cfelse>
DON'T display Quote"#line_id#_Quote#"
</cfif>
