-----Original Message-----
At first this may sound like a dumb thing to want to do,
but is there a way to SELECT a field with a DRW custom
query but suppress the output of that field?
I'd like to use the value returned from a record to
conditionally format other fields in the record.
You're perilously close to the point where it would be
easier to code the whole page in ASP or ASP.NET than to
work around hte DWR.
However:
1. In the finished Database Results Region, select the
column value component you want to hide.
2. Switch to code view. A table cell will be selected.
3. Add the following tag immeidately after the <td> tag
<span style="visibility: hidden;">
4. Add the following tag just before the </td> tag:
</span>.
5. Repeat for the column heading.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------