Forum Discussion
dhanapal1
14 years agoContributor
Unit 1
function fncfindtextnode(objName, objid)
{
}
function fncfindTxnLink(objName, objid)
{
}
Unit2
//USEUNIT Unit1
function genericfunctest()
{
fncfindtextnode(panelmbar,0); // this function only called and executed properly. below functions
fncfindTxnLink(mpanel,Node0); // are not calling the functions from unit 1. while executing its not give
fncfindTxnLink(mpanel, "Node01"); // any error also.
fncfindTxnLink(mpanel, "Node0113"); //
}