CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Hiding a control

Print topic Send  topic

Author Message
Marcel
Posted: 12/29/2004, 8:57 AM

I tried to hide a control based on a label value (text), this is my code, in the before show event of the code Im trying to hide:

Dim Packed
Packed= art.Label3.value
If Packed= "DOC" then
art.stock_act.Visible = true
else
art.stock_act.Visible = false
end if

What wrong?
mrachow


Posts: 509
Posted: 01/03/2005, 4:49 AM

Please check if you actually retrieve the label value
(Response.write art.Label3.value).
_________________
Best regards,
Michael
View profile  Send private message

Add new topic Subscribe to topic   


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

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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