CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Hide image icon

Print topic Send  topic

Author Message
Eiden
Posted: 10/02/2003, 1:59 PM

How can I hide/not display the icon when there is no image in it?
eiden
Posted: 10/02/2003, 2:04 PM

I'm using ASP BTW...
ryan
Posted: 10/02/2003, 4:51 PM

{Label1}

on Before Show Event of {Label1}

SELECT CASE YourformName.Label1.Value
CASE Empty : YourformName.Label1.Value = Empty
CASE ELSE : YourformName.Label1.Value = "<img src=here.gif>" 'whatever
END SELECT
ryan
Posted: 10/02/2003, 4:54 PM

use

case Empty : yourformname.Label1.Visible = False

instead

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.