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 -> .NET

 Accessing control values in Editable Grids VB.NET

Print topic Send  topic

Author Message
kieuale

Posts: 8
Posted: 10/24/2008, 4:32 PM

This work great in ASP or PHP that I have tested. According to this post from Nicole http://forums.codecharge.com/posts.php?post_id=60507

Do anybody have some luck with VB.NET environment? if so, PLEASE HELP!
Here is my issue.
My form name is "FGADJ". From the code provider above here is my javascript function:
function select_all(){   	  
  initFGADJElements();   	  
  for(var j = 0; j < FGADJElements.length-FGADJEmptyRows; j++){   		  
    if (FGADJElements[j][FGADJDeleteControl].checked)   			  
      FGADJElements[j][FGADJDeleteControl].checked = false;   		  
    else   			  
      FGADJElements[j][FGADJDeleteControl].checked = true;   	}     
}   

Here is my error in IE6:
FGADJElements.length is null or not an object

Here is my error in FireFox:
FGADJElements.length is undefined

If i remove .length i will get FGADJElements is undefined error. :(
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.