Forums

This topic is locked

Show Region IF rset Field is LIKE Form Variable?

Posted 03 Mar 2003 22:27:53
1
has voted
03 Mar 2003 22:27:53 jack nimble posted:
Can you guys please post code that would describe the following rule?:

<b>Show Region IF Recordset Field is LIKE Form Variable</b>

Replies

Replied 03 Mar 2003 23:44:01
03 Mar 2003 23:44:01 Dennis van Galen replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Can you guys please post code that would describe the following rule?:

<b>Show Region IF Recordset Field is LIKE Form Variable</b>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

<pre id=code><font face=courier size=2 id=code>
&lt;cfif #myquery.myfield# NEQ #FORM.elementname#&gt;
logic for not being true here
&lt;cfelse&gt;
&lt;cfoutput&gt; #FORM.elementname# or whatever&lt;/cfoutput&gt;
&lt;cfif&gt;
&lt;!--- continue with page ---&gt;
</font id=code></pre id=code>

If that doesn't help then search this website for conditional region extension, or ask the ASP people.

with kind regards,

Dennis van Galen
DMXzone Manager
FAQ, Tutorial and Extension Manager


Studio MX / CFMX PRO / SQL 2000 / NT4 AND win2kPRO / IIS5

Reply to this topic