dsafar
|
| Posted: 03/03/2002, 2:29 PM |
|
Did you ever get an answer to this? I am trying to do same thing without
having to manually edit output file each time.
"Adrian" <fulcrum@pisem.net.net> wrote in message
news:a4u31i$dqk$1@news.codecharge.com...
> > Maybe try:
> >
> > as field caption.
>
> Thanks Adam! But i want to hide column caption placeholders as well. Any
> idea? :)
>
>
|
|
|
 |
Adrian
|
| Posted: 03/05/2002, 6:26 AM |
|
> Did you ever get an answer to this? I am trying to do same thing without
> having to manually edit output file each time.
Nope Dsafar. 
I do it by hands :)
|
|
|
 |
Frank Rocco
|
| Posted: 03/05/2002, 6:40 AM |
|
You can code something like this in the caption field. Make sure html is
checked. I'm using ASP without templates for this example.
<% if sw1 = 1 then %><font color=blue>Category Maintenance</font> <% end if
%>
Then in the open event, you can set sw1 to show/hide the caption.
HTH
Frank
|
|
|
 |
Adrian
|
| Posted: 03/05/2002, 3:33 PM |
|
That's just the point that empty captions don't hide completely - thin bar
remain! 
|
|
|
 |
Frank Rocco
|
| Posted: 03/05/2002, 7:21 PM |
|
I did not notice this on my app. I suspect it might be a style setting.
I'm not sure, maybe someone can advise who has experienced this also.
Regards,
Frank
"Adrian" <fulcrum@pisem.net> wrote in message
news:a63kjl$esb$1@news.codecharge.com...
> That's just the point that empty captions don't hide completely - thin bar
> remain! 
>
>
|
|
|
 |
Wasatch Wizard
|
| Posted: 03/05/2002, 11:39 PM |
|
Use a custom style and set the column's background color to match the
background color of your page.
-Kody
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:a641vr$5bs$1@news.codecharge.com...
> I did not notice this on my app. I suspect it might be a style setting.
> I'm not sure, maybe someone can advise who has experienced this also.
>
> Regards,
>
> Frank
>
> "Adrian" <fulcrum@pisem.net> wrote in message
>news:a63kjl$esb$1@news.codecharge.com...
> > That's just the point that empty captions don't hide completely - thin
bar
> > remain! 
> >
> >
>
>
|
|
|
 |
Adrian
|
| Posted: 03/07/2002, 12:21 AM |
|
> Use a custom style and set the column's background color to match the
> background color of your page.
In this case navigation panel in grid form (where previous, next is) will
lose background too! 
|
|
|
 |