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

 checkbox hide

Print topic Send  topic

Author Message
jfandly@hotmail.com
Posted: 11/18/2003, 11:42 AM

I want hide checkbox in form. I was try set visible=false, but does not work.
Where is problem ?
ryan
Posted: 11/18/2003, 3:11 PM

Do you have any condition in the grid prior to hide/unhiding that
check box control?

Usually I presume this is on the grid's before show row event

IF yourformname.yourcheckboxcontrolname.value = "" THEN
yourformname.yourcheckboxcontrolname.visible = false
ELSE
yourformname.yourcheckboxcontrolname.visible = true
END IF
jfandly@hotmail.com
Posted: 11/20/2003, 4:11 AM

I have checkbox on form not in grid. I was try hide textbox and work, but when I am trying hide check box does not work. It seems that is bug of Codecharge.
Thomas
Posted: 11/21/2003, 10:24 AM

I have the same problem. I am not able to hide. It is bug.

   


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

Web Database

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.