CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> .NET

 Microsoft JScript runtime error: Object required

Print topic Send  topic

Author Message
Nitu

Posts: 1
Posted: 02/14/2007, 9:40 PM

Hi,
In my code-
if ( g_SelRowObj != null)
{
lastSelRowObj = g_SelRowObj;
tableBodyObj = lastSelRowObj.parentNode;
tableObj = tableBodyObj.parentNode;
tableTDObjWithStyle = tableObj.parentNode;
tableTDObjWithStyle.style.backgroundColor = "white";
tableTDObjWithStyle.style.color = "#00003B";
}
g_SelRowObj = currSelRowObj;
tableBodyObj = currSelRowObj.parentNode;
tableObj = tableBodyObj.parentNode;

tableTDObjWithStyle = tableObj.parentNode;
tableTDObjWithStyle.style.backgroundColor = "#8080FF";
tableTDObjWithStyle.style.color = "white";

hdnChildRowVal = document.getElementById("hdnCurrChildGridRowPP");
hdnChildRowVal.value = tableObj.id;
}

Actually we have a parent node..wen we click on it we get a chld node.On clickong of an arrow (>),the child node disappears,it should not.
On clicking of the child node,the Microsoft JScript runtime error: Object required error is thrown.

Thx
Nitu
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.

MS Access to Web

Convert MS Access to Web.
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.