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 -> Perl

 Accessing checkboxes in perl

Print topic Send  topic

Author Message
manojsarwa2001

Posts: 1
Posted: 07/11/2007, 5:56 AM

i am accessing a data grid in a web page.
I want to detrermine the state of checkboxes i.e. weather they are checked or unchecked.

How i can do this?
Please let me know.

Regards-
Manu
View profile  Send private message
roeya


Posts: 181
Posted: 08/19/2007, 7:35 AM

You can do it easily - in the before show you can check the control value using GetValue method:
  
# demo for checkbox value check (use this in BeforeShow Event)  
  
my $value = $Component->{checkbox_control_name}->GetValue();  


_________________
http://www.infoneto.com/
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.

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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