CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> GotoCode Archive

 hide empty field ccs

Print topic Send  topic

Author Message
dale
Posted: 08/01/2003, 8:45 AM

I am trying to hide a listbox if the value= "--" I've tried to find some information here but it looks like almost everything is for codecharge not codecharge studio. Anyone have any idea?

Thank you,
Dale
Blinky Bill
Posted: 08/03/2003, 6:02 AM

Dale,

the listbox control does have a .visible property.

on before_show event of the control do the following:

If EventCaller.Value = "--" then
EventCaller.Visible = False
Else
EventCaller.Visble = True
End If

the else isn't really require but there for completeness.

   


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.