Runtime error in menu using javascript

i got a code for building menu using javascript from internet. But when run this file, it gives a runtime error stating Error: 'Trigger' is null or not an object.I am not able to rectify it. Can you please help me with this problem? Its very urgent..
I am giving the code here.The initialization of the trigger is given in bold, italics.
<script type='text/javascript'>
function Go(){return}
Menu1=new Array("1","1.jsp","a",0,20,150);
Menu2=new Array("2","2.jsp","",0,0,150);
Menu3=new Array("3","","",4,0,150);
Menu3_1=new Array("3-1","","",2,20,170);
Menu3_1_1=new Array("3-1-1","3-1-1.jsp","",0,20,170);
Menu3_1_2=new Array("3-1-2","3-1-2.jsp","",0,20,170);
Menu3_2=new Array("3-2","3-2.jsp","",0,20,170);
Menu3_3=new Array("3-3","3-3.jsp","",0,20,0);
Menu3_4=new Array("3-4","3-4.jsp","",0,20,170);
Menu4=new Array("4","","",3,0,150);
Menu4_1=new Array("4-1","4-1.jsp","",0,20,170);
Menu4_2=new Array("4-2","","",3,20,170);
Menu4_2_1=new Array("4-2-1","4-2-1.jsp","",0,20,170);
Menu4_2_2=new Array("4-2-2","4-2-2.jsp","",0,20,170);
Menu4_2_3=new Array("4-2-3","4-2-3.jsp","",0,20,170);
Menu4_3=new Array("4-3","","",2,20,170);
Menu4_3_1=new Array("4-3-1","4-3-1.jsp","",0,20,170);
Menu4_3_2=new Array("4-3-2","4-3-2.jsp","",0,20,170);
var NoOffFirstLineMenus=4;     // Number of first level items
var LowBgColor='FFFFFF';     // Background color when mouse is not over
var LowSubBgColor='FFFFFF';     // Background color when mouse is not over on subs
var HighBgColor='ECE9D8';     // Background color when mouse is over
var HighSubBgColor='ECE9D8';     // Background color when mouse is over on subs
var FontLowColor='000000';     // Font color when mouse is not over
var FontSubLowColor='000000';     // Font color subs when mouse is not over
var FontHighColor='FF0000';     // Font color when mouse is over
var FontSubHighColor='FF0000';     // Font color subs when mouse is over
var BorderColor='ACA899';     // Border color
var BorderSubColor='ACA899';     // Border color for subs
var BorderWidth=1;          // Border width
var BorderBtwnElmnts=0;          // Border between elements 1 or 0
var FontFamily="Bookman Old Style"             // Font family menu items
var FontSize=10;                             // Font size menu items
var FontBold=0;                                 // Bold menu items 1 or 0
var FontItalic=0;                               // Italic menu items 1 or 0
var MenuTextCentered='center';                  // Item text position 'left', 'center' or 'right'
var MenuCentered='center';     // Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';     // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.2;          // horizontal overlap child/ parent
var ChildVerticalOverlap=.2;     // vertical overlap child/ parent
var StartTop=1;          // Menu offset x coordinate
var StartLeft=1;          // Menu offset y coordinate
var VerCorrect=0;          // Multiple frames y correction
var HorCorrect=0;          // Multiple frames x correction
var LeftPaddng=3;          // Left padding
var TopPaddng=2;          // Top padding
var FirstLineHorizontal=1;     // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;     // Frames in cols or rows 1 or 0
var DissapearDelay=1000;     // delay before menu folds in
var TakeOverBgColor=1;          // Menu frame takes over background color subitem frame
var FirstLineFrame='menu';     // Frame where first level appears
var SecLineFrame='menu';     // Frame where sub levels appear
var DocTargetFrame='home';     // Frame where target documents appear
var TargetLoc='';          // span id for relative positioning
var HideTop=0;               // Hide first level when loading new document 1 or 0
var MenuWrap=1;               // enables/ disables menu wrap 1 or 0
var RightToLeft=0;          // enables/ disables right to left unfold 1 or 0
var UnfoldsOnClick=0;          // Level 1 unfolds onclick/ onmouseover
var WebMasterCheck=0;          // menu tree checking on or off 1 or 0
var ShowArrow=1;          // Uses arrow gifs when 1
var KeepHilite=1;          // Keep selected path highligthed
var Arrws=['arrow_r2.gif',8,8,'arrow_d2.gif',8,8,'new1-05.gif',5,5];     // Arrow source, width and height
var AgntUsr=navigator.userAgent.toLowerCase();
var DomYes=document.getElementById?1:0;
var NavYes=AgntUsr.indexOf('mozilla')!=-1&&AgntUsr.indexOf('compatible')==-1?1:0;
var ExpYes=AgntUsr.indexOf('msie')!=-1?1:0;
var Opr=AgntUsr.indexOf('opera')!=-1?1:0;
var Opr6orless=window.opera && navigator.userAgent.search(/opera.[1-6]/i)!=-1 //DynamicDrive.com added code
var DomNav=DomYes&&NavYes?1:0;
var DomExp=DomYes&&ExpYes?1:0;
var Nav4=NavYes&&!DomYes&&document.layers?1:0;
var Exp4=ExpYes&&!DomYes&&document.all?1:0;
var PosStrt=(NavYes||ExpYes)&&!Opr6orless?1:0;
var FrstLoc,ScLoc,DcLoc;
var ScWinWdth,ScWinHght,FrstWinWdth,FrstWinHght;
var ScLdAgainWin;
var FirstColPos,SecColPos,DocColPos;
var RcrsLvl=0;
var FrstCreat=1,Loadd=0,Creatd=0,IniFlg,AcrssFrms=1;
var FrstCntnr=null,CurrntOvr=null,CloseTmr=null;
var CntrTxt,TxtClose,ImgStr;
var Ztop=100;
var ShwFlg=0;
var M_StrtTp=StartTop,M_StrtLft=StartLeft;
var StaticPos=0;
var LftXtra=DomNav&&!Opr?LeftPaddng:0; //Changed for Opera
var TpXtra=DomNav?TopPaddng:0;
var M_Hide=Nav4?'hide':'hidden';
var M_Show=Nav4?'show':'visible';
var Par=parent.frames[0]&&FirstLineFrame!=SecLineFrame?parent:window;
var Doc=Par.document;
var Bod=Doc.body;
var Trigger=NavYes&&!Opr?Par:Bod; //Changed for Opera
MenuTextCentered=MenuTextCentered==1||MenuTextCentered=='center'?'center':MenuTextCentered==0||MenuTextCentered!='right'?'left':'right';
WbMstrAlrts=["Item not defined: ","Item needs height: ","Item needs width: "];
if(Trigger.onload)Dummy=Trigger.onload;
if(DomNav||Opr)Trigger.addEventListener('load',Go,false); //Changed for Opera
else Trigger.onload=Go;
function Dummy(){return}
function CnclSlct(){return false}
function RePos(){
FrstWinWdth=ExpYes?FrstLoc.document.body.clientWidth:FrstLoc.innerWidth;
FrstWinHght=ExpYes?FrstLoc.document.body.clientHeight:FrstLoc.innerHeight;
ScWinWdth=ExpYes?ScLoc.document.body.clientWidth:ScLoc.innerWidth;
ScWinHght=ExpYes?ScLoc.document.body.clientHeight:ScLoc.innerHeight;
if(MenuCentered=='justify'&&FirstLineHorizontal){
FrstCntnr.style.width=FrstWinWdth;
ClcJus();
var P=FrstCntnr.FrstMbr,W=Menu1[5],i;
for(i=0;i<NoOffFirstLineMenus;i++){P.style.width=W;P=P.PrvMbr}}
                             StaticPos=-1;
                             if(TargetLoc)ClcTrgt();
                             if(MenuCentered)ClcLft();
                             if(MenuVerticalCentered)ClcTp();
                             PosMenu(FrstCntnr,StartTop,StartLeft)}
                             function UnLoaded(){
                             if(CloseTmr)clearTimeout(CloseTmr);
                             Loadd=0; Creatd=0;
                             if(HideTop){
                             var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
                             FCStyle.visibility=M_Hide}}
                             function ReDoWhole(){
if(ScWinWdth!=ScLoc.innerWidth||ScWinHght!=ScLoc.innerHeight||FrstWinWdth!=FrstLoc.innerWidth||FrstWinHght!=FrstLoc.innerHeight)Doc.location.reload()}
                             function Check(WMnu,NoOf){
                             var i,array,ArrayLoc;
                             ArrayLoc=parent.frames[0]?parent.frames[FirstLineFrame]:self;
                             for(i=0;i<NoOf;i++){
              array=WMnu+eval(i+1);
              if(!ArrayLoc[array]){WbMstrAlrt(0,array); return false}
              if(i==0){     if(!ArrayLoc[array][4]){WbMstrAlrt(1,array); return false}
              if(!ArrayLoc[array][5]){WbMstrAlrt(2,array); return false}}
              if(ArrayLoc[array][3])if(!Check(array+'_',ArrayLoc[array][3])) return false}
              return true}
              function WbMstrAlrt(No,Xtra){
              return confirm(WbMstrAlrts[No]+Xtra+'   ')}
              function Go(){
              Dummy();
              if(Loadd||!PosStrt)return;
              BeforeStart();
              Creatd=0; Loadd=1;
              status='Building menu';
              if(FrstCreat){
              if(FirstLineFrame =="" || !parent.frames[FirstLineFrame]){
              FirstLineFrame=SecLineFrame;
              if(FirstLineFrame =="" || !parent.frames[FirstLineFrame]){
              FirstLineFrame=SecLineFrame=DocTargetFrame;
              if(FirstLineFrame =="" || !parent.frames[FirstLineFrame])FirstLineFrame=SecLineFrame=DocTargetFrame=''}}
              if(SecLineFrame =="" || !parent.frames[SecLineFrame]){
              SecLineFrame=DocTargetFrame;
              if(SecLineFrame =="" || !parent.frames[SecLineFrame])SecLineFrame=DocTargetFrame=FirstLineFrame}
              if(DocTargetFrame =="" || !parent.frames[DocTargetFrame])DocTargetFrame=SecLineFrame;
              if(WebMasterCheck){     if(!Check('Menu',NoOffFirstLineMenus)){status='build aborted';return}}
              FrstLoc=FirstLineFrame!=""?parent.frames[FirstLineFrame]:window;
              ScLoc=SecLineFrame!=""?parent.frames[SecLineFrame]:window;
              DcLoc=DocTargetFrame!=""?parent.frames[DocTargetFrame]:window;
              if (FrstLoc==ScLoc) AcrssFrms=0;
              if (AcrssFrms)FirstLineHorizontal=MenuFramesVertical?0:1;
              FrstWinWdth=ExpYes?FrstLoc.document.body.clientWidth:FrstLoc.innerWidth;
              FrstWinHght=ExpYes?FrstLoc.document.body.clientHeight:FrstLoc.innerHeight;
              ScWinWdth=ExpYes?ScLoc.document.body.clientWidth:ScLoc.innerWidth;
              ScWinHght=ExpYes?ScLoc.document.body.clientHeight:ScLoc.innerHeight;
              if(Nav4){     CntrTxt=MenuTextCentered!='left'?"<div align='"+MenuTextCentered+"'>":"";
TxtClose="</font>"+MenuTextCentered!='left'?"</div>":""}}
FirstColPos=Nav4?FrstLoc.document:FrstLoc.document.body;
SecColPos=Nav4?ScLoc.document:ScLoc.document.body;
DocColPos=Nav4?DcLoc.document:ScLoc.document.body;
if (TakeOverBgColor)FirstColPos.bgColor=AcrssFrms?SecColPos.bgColor:DocColPos.bgColor;
if(MenuCentered=='justify'&&FirstLineHorizontal)ClcJus();
if(FrstCreat){
FrstCntnr=CreateMenuStructure('Menu',NoOffFirstLineMenus);
FrstCreat=AcrssFrms?0:1}
else CreateMenuStructureAgain('Menu',NoOffFirstLineMenus);
if(TargetLoc)ClcTrgt();
if(MenuCentered)ClcLft();
if(MenuVerticalCentered)ClcTp();
PosMenu(FrstCntnr,StartTop,StartLeft);
IniFlg=1;
Initiate();
Creatd=1;
if (AcrssFrms)      //Added for Opera
{      //Added for Opera
ScLdAgainWin=ExpYes?ScLoc.document.body:ScLoc;
ScLdAgainWin.onunload=UnLoaded;
}      //Added for Opera
Trigger.onresize=Nav4?ReDoWhole:RePos;
AfterBuild();
if(MenuVerticalCentered=='static'&&!AcrssFrms)setInterval('KeepPos()',250);
status='Menu ready for use'}
function KeepPos(){
var TS=ExpYes?FrstLoc.document.body.scrollTop:FrstLoc.pageYOffset;
if(TS!=StaticPos){
var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
FCStyle.top=FrstCntnr.OrgTop=StartTop+TS;StaticPos=TS}}
function ClcJus(){
var a=BorderBtwnElmnts?1:2,b=BorderBtwnElmnts?BorderWidth:0;
var Size=Math.round(((FrstWinWdth-a*BorderWidth)/NoOffFirstLineMenus)-b),i,j;
for(i=1;i<NoOffFirstLineMenus+1;i++){j=eval('Menu'+i);j[5]=Size}
                             StartLeft=0}
                             function ClcTrgt(){
                             var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
                             StartTop=M_StrtTp;
                             StartLeft=M_StrtLft;
                             if(DomYes){
                             while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
                             else{     StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}
                             function ClcLft(){
                             if(MenuCentered!='left'&&MenuCentered!='justify'){
                             var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
                             StartLeft=M_StrtLft;
                             StartLeft+=MenuCentered=='right'?Size:Size/2}}
                             function ClcTp(){
                             if(MenuVerticalCentered!='top'&&MenuVerticalCentered!='static'){
                             var Size=FrstWinHght-(!Nav4?parseInt(FrstCntnr.style.height):FrstCntnr.clip.height);
                             StartTop=M_StrtTp;
                             StartTop+=MenuVerticalCentered=='bottom'?Size:Size/2}}
                             function PosMenu(CntnrPntr,Tp,Lt){
                             var Topi,Lefti,Hori;
                             var Cntnr=CntnrPntr;
                             var Mmbr=Cntnr.FrstMbr;
                             var CntnrStyle=!Nav4?Cntnr.style:Cntnr;
                             var MmbrStyle=!Nav4?Mmbr.style:Mmbr;
                             var PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
                             var PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
                             var MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
                             var MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
                             var CntnrWt=!Nav4?parseInt(CntnrStyle.width):CntnrStyle.clip.width;
                             var CntnrHt=!Nav4?parseInt(CntnrStyle.height):CntnrStyle.clip.height;
                             var SubTp,SubLt;
                             RcrsLvl++;
                             if (RcrsLvl==1 && AcrssFrms)!MenuFramesVertical?Tp=FrstWinHght-CntnrHt+(Nav4?4:0):Lt=RightToLeft?0:FrstWinWdth-CntnrWt+(Nav4?4:0);
                             if (RcrsLvl==2 && AcrssFrms)!MenuFramesVertical?Tp=0:Lt=RightToLeft?ScWinWdth-CntnrWt:0;
                             if (RcrsLvl==2 && AcrssFrms){Tp+=VerCorrect;Lt+=HorCorrect}
                             CntnrStyle.top=RcrsLvl==1?Tp:0;
                             Cntnr.OrgTop=Tp;
                             CntnrStyle.left=RcrsLvl==1?Lt:0;
                             Cntnr.OrgLeft=Lt;
                             if (RcrsLvl==1 && FirstLineHorizontal){
                             Hori=1;Lefti=CntnrWt-MmbrWt-2*BorderWidth;Topi=0}
                             else{     Hori=Lefti=0;Topi=CntnrHt-MmbrHt-2*BorderWidth}
                             while(Mmbr!=null){
                             MmbrStyle.left=Lefti+BorderWidth;
                             MmbrStyle.top=Topi+BorderWidth;
                             if(Nav4)Mmbr.CmdLyr.moveTo(Lefti+BorderWidth,Topi+BorderWidth);
                             if(Mmbr.ChildCntnr){
                             if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
                             if(Hori){     SubTp=Topi+MmbrHt+2*BorderWidth;
                             SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
                             else{     SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
                             SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
                             PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
                             Mmbr=Mmbr.PrvMbr;
                             if(Mmbr){     MmbrStyle=!Nav4?Mmbr.style:Mmbr;
                             PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
                             PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
                             MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
                             MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
                             Hori?Lefti-=BorderBtwnElmnts?(MmbrWt+BorderWidth):(MmbrWt):Topi-=BorderBtwnElmnts?(MmbrHt+BorderWidth):(MmbrHt)}}
                             RcrsLvl--}
                             function Initiate(){
                             if(IniFlg){     Init(FrstCntnr);IniFlg=0;
                             if(ShwFlg)AfterCloseAll();ShwFlg=0}}
                             function Init(CntnrPntr){
                             var Mmbr=CntnrPntr.FrstMbr;
                             var MCStyle=Nav4?CntnrPntr:CntnrPntr.style;
                             RcrsLvl++;
                             MCStyle.visibility=RcrsLvl==1?M_Show:M_Hide;
                             while(Mmbr!=null){
                             if(Mmbr.Hilite){Mmbr.Hilite=0;if(KeepHilite)LowItem(Mmbr)}
                             if(Mmbr.ChildCntnr) Init(Mmbr.ChildCntnr);
                             Mmbr=Mmbr.PrvMbr}
                             RcrsLvl--}
                             function ClearAllChilds(Pntr){
                             var CPCCStyle;
                             while (Pntr){
                             if(Pntr.Hilite){
                             Pntr.Hilite=0;
                             if(KeepHilite)LowItem(Pntr);
                             if(Pntr.ChildCntnr){
                             CPCCStyle=Nav4?Pntr.ChildCntnr:Pntr.ChildCntnr.style;
                             CPCCStyle.visibility=M_Hide;
                             ClearAllChilds(Pntr.ChildCntnr.FrstMbr)}
                             break}
                             Pntr=Pntr.PrvMbr}}
                             function GoTo(){
                             if(this.LinkTxt){
                             status='';
                             var HP=Nav4?this.LowLyr:this;
                             LowItem(HP);
                             this.LinkTxt.indexOf('javascript:')!=-1?eval(this.LinkTxt):DcLoc.location.href=this.LinkTxt}}
                             function HiliteItem(P){
                             if(Nav4){
                             if(P.ro)P.document.images[P.rid].src=P.ri2;
                             else{     if(P.HiBck)P.bgColor=P.HiBck;
                             if(P.value.indexOf('<img')==-1){
                        P.document.write(P.Ovalue);
                        P.document.close()}}}
                        else{     if(P.ro){     var Lc=P.Level==1?FrstLoc:ScLoc;
                        Lc.document.images[P.rid].src=P.ri2}
                        else{     if(P.HiBck)P.style.backgroundColor=P.HiBck;
                        if(P.HiFntClr)P.style.color=P.HiFntClr}}
                        P.Hilite=1}
                        function LowItem(P){
                        if(P.ro){     if(Nav4)P.document.images[P.rid].src=P.ri1;
                        else{     var Lc=P.Level==1?FrstLoc:ScLoc;
                        Lc.document.images[P.rid].src=P.ri1}}
                        else{     if(Nav4){     if(P.LoBck)P.bgColor=P.LoBck;
                        if(P.value.indexOf('<img')==-1){
                        P.document.write(P.value);
                        P.document.close()}}
                        else{     if(P.LoBck)P.style.backgroundColor=P.LoBck;
                        if(P.LwFntClr)P.style.color=P.LwFntClr}}}
                        function OpenMenu(){
                        if(!Loadd||!Creatd) return;
                        var TpScrlld=ExpYes?ScLoc.document.body.scrollTop:ScLoc.pageYOffset;
                        var LScrlld=ExpYes?ScLoc.document.body.scrollLeft:ScLoc.pageXOffset;
                        var CCnt=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr;
                        var ThisHt=Nav4?this.clip.height:parseInt(this.style.height);
                        var ThisWt=Nav4?this.clip.width:parseInt(this.style.width);
                        var ThisLft=AcrssFrms&&this.Level==1&&!FirstLineHorizontal?0:Nav4?this.Container.left:parseInt(this.Container.style.left);
                        var ThisTp=AcrssFrms&&this.Level==1&&FirstLineHorizontal?0:Nav4?this.Container.top:parseInt(this.Container.style.top);
                        var HP=Nav4?this.LowLyr:this;
                        CurrntOvr=this;
                        IniFlg=0;
                        ClearAllChilds(this.Container.FrstMbr);
                        HiliteItem(HP);
                        if(CCnt!=null){
                        if(!ShwFlg){ShwFlg=1;     BeforeFirstOpen()}
                        var CCW=Nav4?this.LowLyr.ChildCntnr.clip.width:parseInt(this.ChildCntnr.style.width);
                        var CCH=Nav4?this.LowLyr.ChildCntnr.clip.height:parseInt(this.ChildCntnr.style.height);
                        var ChCntTL=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr.style;
                        var SubLt=AcrssFrms&&this.Level==1?CCnt.OrgLeft+ThisLft+LScrlld:CCnt.OrgLeft+ThisLft;
                        var SubTp=AcrssFrms&&this.Level==1?CCnt.OrgTop+ThisTp+TpScrlld:CCnt.OrgTop+ThisTp;
                        if(MenuWrap){
                        if(RightToLeft){
                        if(SubLt<LScrlld)SubLt=this.Level==1?LScrlld:SubLt+(CCW+(1-2*ChildOverlap)*ThisWt);
                if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=ScWinWdth+LScrlld-CCW}
                else{     if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=this.Level==1?ScWinWdth+LScrlld-CCW:SubLt-(CCW+(1-2*ChildOverlap)*ThisWt);
                if(SubLt<LScrlld)SubLt=LScrlld}
                if(SubTp+CCH>TpScrlld+ScWinHght)SubTp=this.Level==1?SubTp=TpScrlld+ScWinHght-CCH:SubTp-CCH+(1-2*ChildVerticalOverlap)*ThisHt;
                if(SubTp<TpScrlld)SubTp=TpScrlld}
                 ChCntTL.top=SubTp;ChCntTL.left=SubLt;ChCntTL.visibility=M_Show}
                 status=this.LinkTxt}
                 function OpenMenuClick(){
                 if(!Loadd||!Creatd) return;
                 var HP=Nav4?this.LowLyr:this;
                 CurrntOvr=this;
                 IniFlg=0;
                 ClearAllChilds(this.Container.FrstMbr);
                 HiliteItem(HP);
                 status=this.LinkTxt}
                 function CloseMenu(){
                 if(!Loadd||!Creatd) return;
                 if(!KeepHilite){
                 var HP=Nav4?this.LowLyr:this;
                 LowItem(HP)}
                 status='';
                 if(this==CurrntOvr){
                 IniFlg=1;
                 if(CloseTmr)clearTimeout(CloseTmr);
                 CloseTmr=setTimeout('Initiate(CurrntOvr)',DissapearDelay)}}
                 function CntnrSetUp(Wdth,Hght,NoOff){
                 var x=RcrsLvl==1?BorderColor:BorderSubColor;
                 this.FrstMbr=null;
                 this.OrgLeft=this.OrgTop=0;
                 if(x)this.bgColor=x;
                 if(Nav4){     this.visibility='hide';
                 this.resizeTo(Wdth,Hght)}
                 else{     if(x)this.style.backgroundColor=x;
                 this.style.width=Wdth;
                 this.style.height=Hght;
                 this.style.fontFamily=FontFamily;
                 this.style.fontWeight=FontBold?'bold':'normal';
                 this.style.fontStyle=FontItalic?'italic':'normal';
                 this.style.fontSize=FontSize+'pt';
                 this.style.zIndex=RcrsLvl+Ztop}}
                 function MbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
                 var Location=RcrsLvl==1?FrstLoc:ScLoc;
                 var MemVal=eval(WhatMenu+'[0]');
                 var t,T,L,W,H,S;
                 var a,b,c,d;
                 this.PrvMbr=PrMmbr;
                 this.Level=RcrsLvl;
                 this.LinkTxt=eval(WhatMenu+'[1]');
                 this.Container=MmbrCntnr;
                 this.ChildCntnr=null;
                 this.Hilite=0;
                 this.style.overflow='hidden';
                 this.style.cursor=ExpYes&&(this.LinkTxt||(RcrsLvl==1&&UnfoldsOnClick))?'hand':'default';
                 this.ro=0;
                 if(MemVal.indexOf('rollover')!=-1){
                 this.ro=1;
                 this.ri1=MemVal.substring(MemVal.indexOf(':')+1,MemVal.lastIndexOf(':'));
                 this.ri2=MemVal.substring(MemVal.lastIndexOf(':')+1,MemVal.length);
                 this.rid=WhatMenu+'i';MemVal="<img src='"+this.ri1+"' name='"+this.rid+"'>"}
this.value=MemVal;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else{     a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor}
this.LoBck=a;
this.LwFntClr=c;
this.HiBck=b;
this.HiFntClr=d;
this.style.color=this.LwFntClr;
if(this.LoBck)this.style.backgroundColor=this.LoBck;
this.style.textAlign=MenuTextCentered;
if(eval(WhatMenu+'[2]'))this.style.backgroundImage="url(\'"+eval(WhatMenu+'[2]')+"\')";
if(MemVal.indexOf('<')==-1){
this.style.width=Wdth-LftXtra;
this.style.height=Hght-TpXtra;
this.style.paddingLeft=LeftPaddng;
this.style.paddingTop=TopPaddng}
else{     this.style.width=Wdth;
this.style.height=Hght}
if(MemVal.indexOf('<')==-1&&DomYes){
t=Location.document.createTextNode(MemVal);
this.appendChild(t)}
else this.innerHTML=MemVal;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
S=Arrws[a];
W=Arrws[a+1];
H=Arrws[a+2];
T=RcrsLvl==1&&FirstLineHorizontal?Hght-H-2:(Hght-H)/2;
L=RightToLeft?2:Wdth-W-2;
if(DomYes){
t=Location.document.createElement('img');
this.appendChild(t);
t.style.position='absolute';
t.src=S;
t.style.width=W;
t.style.height=H;
t.style.top=T;
t.style.left=L}
else{     MemVal+="<div style='position:absolute; top:"+T+"; left:"+L+"; width:"+W+"; height:"+H+";visibility:inherit'><img src='"+S+"'></div>";
this.innerHTML=MemVal}}
if(ExpYes){this.onselectstart=CnclSlct;
this.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.onmouseout=CloseMenu;
this.onclick=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo     }
else{     RcrsLvl==1&&UnfoldsOnClick?this.addEventListener('mouseover',OpenMenuClick,false):this.addEventListener('mouseover',OpenMenu,false);
this.addEventListener('mouseout',CloseMenu,false);
RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?this.addEventListener('click',OpenMenu,false):this.addEventListener('click',GoTo,false)}}
function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var a,b,c,d;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else {     a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor     }
this.value=eval(WhatMenu+'[0]');
this.ro=0;
if(this.value.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=this.value.substring(this.value.indexOf(':')+1,this.value.lastIndexOf(':'));
this.ri2=this.value.substring(this.value.lastIndexOf(':')+1,this.value.length);
this.rid=WhatMenu+'i';this.value="<img src='"+this.ri1+"' name='"+this.rid+"'>"}
if(LeftPaddng&&this.value.indexOf('<')==-1&&MenuTextCentered=='left')this.value='�\;'+this.value;
if(FontBold)this.value=this.value.bold();
if(FontItalic)this.value=this.value.italics();
this.Ovalue=this.value;
this.value=this.value.fontcolor(c);
this.Ovalue=this.Ovalue.fontcolor(d);
this.value=CntrTxt+"<font face='"+FontFamily+"' point-size='"+FontSize+"'>"+this.value+TxtClose;
this.Ovalue=CntrTxt+"<font face='"+FontFamily+"' point-size='"+FontSize+"'>"+this.Ovalue+TxtClose;
this.LoBck=a;
this.HiBck=b;
this.ChildCntnr=null;
this.PrvMbr=PrMmbr;
this.Hilite=0;
this.visibility='inherit';
if(this.LoBck)this.bgColor=this.LoBck;
this.resizeTo(Wdth,Hght);
if(!AcrssFrms&&eval(WhatMenu+'[2]'))this.background.src=eval(WhatMenu+'[2]');
this.document.write(this.value);
this.document.close();
this.CmdLyr=new Layer(Wdth,MmbrCntnr);
this.CmdLyr.Level=RcrsLvl;
this.CmdLyr.LinkTxt=eval(WhatMenu+'[1]');
this.CmdLyr.visibility='inherit';
this.CmdLyr.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.CmdLyr.onmouseout=CloseMenu;
this.CmdLyr.captureEvents(Event.MOUSEUP);
this.CmdLyr.onmouseup=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo;
this.CmdLyr.LowLyr=this;
this.CmdLyr.resizeTo(Wdth,Hght);
this.CmdLyr.Container=MmbrCntnr;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
this.CmdLyr.ImgLyr=new Layer(Arrws[a+1],this.CmdLyr);
this.CmdLyr.ImgLyr.visibility='inherit';
this.CmdLyr.ImgLyr.top=RcrsLvl==1&&FirstLineHorizontal?Hght-Arrws[a+2]-2:(Hght-Arrws[a+2])/2;
this.CmdLyr.ImgLyr.left=RightToLeft?2:Wdth-Arrws[a+1]-2;
this.CmdLyr.ImgLyr.width=Arrws[a+1];
this.CmdLyr.ImgLyr.height=Arrws[a+2];
ImgStr="<img src='"+Arrws[a]+"' width='"+Arrws[a+1]+"' height='"+Arrws[a+2]+"'>";
this.CmdLyr.ImgLyr.document.write(ImgStr);
this.CmdLyr.ImgLyr.document.close()}}
function CreateMenuStructure(MName,NumberOf){
RcrsLvl++;
var i,NoOffSubs,Mbr,Wdth=0,Hght=0;
var PrvMmbr=null;
var WMnu=MName+'1';
var MenuWidth=eval(WMnu+'[5]');
var MenuHeight=eval(WMnu+'[4]');
var Location=RcrsLvl==1?FrstLoc:ScLoc;
if (RcrsLvl==1&&FirstLineHorizontal){
for(i=1;i<NumberOf+1;i++){
                  WMnu=MName+eval(i);
                  Wdth=eval(WMnu+'[5]')?Wdth+eval(WMnu+'[5]'):Wdth+MenuWidth}
                  Wdth=BorderBtwnElmnts?Wdth+(NumberOf+1)*BorderWidth:Wdth+2*BorderWidth;Hght=MenuHeight+2*BorderWidth}
                  else{     for(i=1;i<NumberOf+1;i++){
                        WMnu=MName+eval(i);
                        Hght=eval(WMnu+'[4]')?Hght+eval(WMnu+'[4]'):Hght+MenuHeight}
                        Hght=BorderBtwnElmnts?Hght+(NumberOf+1)*BorderWidth:Hght+2*BorderWidth;Wdth=MenuWidth+2*BorderWidth}
                        if(DomYes){
                        var MmbrCntnr=Location.document.createElement("div");
                        MmbrCntnr.style.position='absolute';
                        MmbrCntnr.style.visibility='hidden';
                        Location.document.body.appendChild(MmbrCntnr)}
                        else{     if(Nav4) var MmbrCntnr=new Layer(Wdth,Location)
                        else{     WMnu+='c';
                        Location.document.body.insertAdjacentHTML("AfterBegin","<div id='"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

Hi Harjeet,
Reason of your Dump is that the enhancement "LFDCB001" which you used contains one Function module exit "EXIT_SAPLFDCB_001" and another one screen exit in calling screen  "SAPLFDCB" number 0150.
So when you activate your project these above mentioned both components were activated.
So when you execute transaction SAP looks for called screen "SAPLXM08" No-0400 but as you havn't created and program go for DUMP.
Solution - Just Create called screen  "SAPLXM08" No-0400 and activate.
Thanks,
Vijay

Similar Messages

  • Runtime error occurs when using DropdownByKey

    I run into a runtime error when I use the DropDowByKey with fixed value set: the value seletedKey = "001" in DropDownByKey "DDBK_APP_STATE" does not exist in the value list and is not initial either. But I have already added the value pair of the selectedKey using
         "NODE_INFO->SET_ATTRIBUTE_VALUE_SET(
              NAME = 'APP_STATE'
              VALUE_SET = LT_VALUESET )." and I can select it from view. But when I use the attribute bound to the dropdownbykey in select statement as where condition and bind result into table. Before the screen reflash , the error occurs.

    I have two dropdownbykeys, DROP1(bound to attribute APP_AGENT),DROP2( bound to attribute APP_STATE). Selecting the first will change the content of the other.
    The code in the onSelect event of the drop1, which will change the select list of DROP2:
      DATA:NODE_INFO TYPE REF TO IF_WD_CONTEXT_NODE_INFO.
      DATA: LT_VALUESET TYPE WDY_KEY_VALUE_TABLE,
          L_VALUE     TYPE WDY_KEY_VALUE.
      NODE_INFO = WD_CONTEXT->GET_NODE_INFO( ).
      NODE_INFO = NODE_INFO->GET_CHILD_NODE( 'NODE_SEARCH' ).
       "**************************set value set for drop down***************
        DATA lo_nd_node_search TYPE REF TO if_wd_context_node.
        DATA lo_el_node_search TYPE REF TO if_wd_context_element.
        DATA ls_node_search TYPE wd_this->element_node_search.
        DATA lv_app_agent LIKE ls_node_search-app_agent.
        DATA lv_app_state LIKE ls_node_search-app_state.
      navigate from <CONTEXT> to <NODE_SEARCH> via lead selection
        lo_nd_node_search = wd_context->get_child_node( name = wd_this->wdctx_node_search ).
      get element via lead selection
        lo_el_node_search = lo_nd_node_search->get_element(  ).
            lo_el_node_search->get_attribute(
          EXPORTING
            name =  `APP_STATE`
          IMPORTING
            value = lv_app_state ).
      get single attribute
        lo_el_node_search->get_attribute(
          EXPORTING
            name =  `APP_AGENT`
          IMPORTING
            value = lv_app_agent ).        -
    get the value of DROP1
      clear the selected value of drop down
        lo_el_node_search->set_attribute(
          EXPORTING
            name =  `APP_STATE`
            value = '' ).----
    I want to clear the selected value of DROP2
    IF lv_app_agent IS INITIAL.
      L_VALUE-VALUE = 'SUBMIT'.
        CLEAR L_VALUE-KEY .
        INSERT L_VALUE INTO TABLE LT_VALUESET.
      NODE_INFO->SET_ATTRIBUTE_VALUE_SET(
              NAME = 'APP_STATE'
              VALUE_SET = LT_VALUESET ).
      exit.
    ENDIF.
    CASE lv_app_agent .----
    there are 2 cases
      WHEN 'SUPP_APP'.
        L_VALUE-VALUE = 'APPROVE'.
        L_VALUE-KEY = '1'.
        INSERT L_VALUE INTO TABLE LT_VALUESET.
        L_VALUE-VALUE = 'INITIAL'.
        L_VALUE-KEY = '0'.
        INSERT L_VALUE INTO TABLE LT_VALUESET.
      WHEN OTHERS.
        L_VALUE-VALUE = 'APPROVE'.
        L_VALUE-KEY = '1'.
        INSERT L_VALUE INTO TABLE LT_VALUESET.
        L_VALUE-VALUE = 'INITIAL'.
        "CLEAR L_VALUE-KEY.
        L_VALUE-KEY = '000'.
        INSERT L_VALUE INTO TABLE LT_VALUESET.
        L_VALUE-VALUE = 'REJECT'.
        L_VALUE-KEY = '2'.
        INSERT L_VALUE INTO TABLE LT_VALUESET.
    ENDCASE.
    NODE_INFO->SET_ATTRIBUTE_VALUE_SET(
              NAME = 'APP_STATE'
              VALUE_SET = LT_VALUESET ).
    Then in the another method, I will fetch the value of attribute APP_STATE. I can successfully get the value and put it into where clause and get result. But I will get a runtime error then.

  • Runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN key word

    Hi All,
    I'm getting a runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN keyword in the below statement,
    ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
    Here L_XVALUE is of type X with value 'ENVIRONMENTALLY HAZARDOUS SUBSTANCE, LIQUID, N.O.S' , L_LENGTH is of type I with value 51 and <TEXTLINE> is of type C wih one character length .
    Should I have to declare <TEXTLINE> as same as that of L_XVALUE ( type X ).
    Thanks in Advance,
    Sabu.

    Decalre <TEXTLINE> as type any.

  • Writing a menu using JavaScript

    I need to write a menu using JavaScript. I'm new to using JavaScript. I was told that i can set ScriptLanguage to "Java" in an HTML document and then use Java inside. But i dont understand how that can be done. Please help

    Java != JavaScript
    i.e. You're on the wrong forum. Go find a JavaScript forum.

  • Portal Runtime Error due to use of string buffer

    Hi All,
    Whenever I run a portal component in which i have used srting buffer i am getting portal runtime error like
    java.lang.StringBuffer.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder;.
    but same code run fine from  my colleague's system/ NWDS .I reinstalled my NWDS but still same problem .What could be reson for this strange behaviour?
    Provide your inputs to solve this problem.
    Regards,
    Madhvika

    Hi,
    Check the JDK version for compiling, it should be 1.4.
    To check this in  NWDS goto menu: windows --> preference --> Java --> Compiler.
    Here check tab Compliance and Classfiles.
    If this does not solve, check if you installed JDK 1.5, if so uninstall it.
    Also check this, may be a NWDS upgrade can help:
    Re: Modify or field-symbol statement
    Regards,
    Praveen Gudapati

  • The latest update has caused a runtime error and cannot use i tunes

    i have just tried to put the latest update on my laptop and it has caused a runtime error and now cannot install i tunes at all.

    have you use latest version of nvidia driver, you have a compatibility issue here. 

  • Javascript errors - Summing columns using Javascript

    Hi
    I have two regions on a page which are tabular forms that I have manually setup using APEX_ITEMS that I would like to use some JavaScript to pick up the values entered and sum that row up. I used Vikas example for tabular form calculation and it works perfectly for 1 region however if I have two regions it seems to give me the following error message in Firefox:
    g_table.rows[rownum].cells[getCellPos(g_table, html_GetElement("COL05"), "column")] has no properties
    Which I gather is because there are two columns on the page named COL05 and idea how I could get around this problem.
    I've put an example here: http://apex.oracle.com/pls/otn/f?p=35414:4

    Hello,
    It could be a bit difficult to auto sums a row, as
    usually rows include non-numeric columns. In any
    case you can always use a computation column in your
    select statement, or build a derived column in the
    report attributes tab. The problem is to update these
    columns in real-time, after a specific cell has been
    changed, and for that you need JavaScript.I realised this thats why I wanted to pickup the column and Row and then I would be able to replace the value in the specified column ie. total column using javascript for each row.
    I’m not sure I’m following you, but if you mean the
    current (active) rownum per displayed report page,
    you can use the #FIRST_ROW_FETCHED# and
    #LAST_ROW_FETCHED# substitution strings, in the
    footer of the report region.
    If you meant something else, please elaborate a bit
    more.Look at the revised demo app http://apex.oracle.com/pls/otn/f?p=35414:4 as you can see in this particular example each region returned 15 rows of data. I wondered if there was a way to pick up the last row returned so that I could use the same javascript function I use to calculate the rows I could update that specific column/total row. Example, in my demo app you will see a null row returned I would like to find this row then update the values.

  • Vertical menu using javascript and css

    Hi all,
    I have to build a vertical top-level menu for a customer. for a few days I surfing the internet to find a good sample. The only sample I found is http://javascript.internet.com/navigation/expanding-menu.html. this is what the customer wants. But this sample has just one level of subitems. I need a sample or source with dynamical levels of subitems. I'am not so formiliar with javascript and css to build it by my own very quickly.
    Has someone a sample for me or can someone change the sample so that I can use it in my toplevel menu.
    Richard

    Richard,
           Are you trying to implement this vertical menu at Portal's Top Level Navigation? If so, please be aware that these menu's might run into issues which SAP will not support.
            Also, there might be issues with upgrades on your portal. We have encountered the same for your client implementation and had to finally decided against the idea until SAP released their own version.
           Hope this helps.
    Regards,
    Winston
    PS: reward points if you find this useful

  • Microsoft VBScript runtime error '800a005e' Invalid use of Null: 'clng' /mc/functions/rpt_downline.asp, line 187

    while I am in one of my sites I can access most pages except one and I get this message.

    "samspram" <[email protected]> wrote in
    message
    news:fifhoq$cr7$[email protected]..
    > Hi There
    > Thanks for the reply.
    > It is a MySQL DB, the fields I am referencing are TEXT
    datatypes and I
    > have
    > tried referencing them both left and right.
    > The data stored in the fields are comma separated
    strings e.g. 1, 2, 3, 4,
    > which I am loading into Session variables at login with
    the following
    > code:-
    > Session("allowedsubmenus") =
    > Left(rsLogin.Fields.Item("u_allowed_sub_menus").Value,
    > (Len(rsLogin.Fields.Item("u_allowed_sub_menus").Value) -
    1))
    > Session("allowedtopmenus") =
    > Left(rsLogin.Fields.Item("u_allowed_top_menus").Value,
    > (Len(rsLogin.Fields.Item("u_allowed_top_menus").Value) -
    1))
    > Session("allowedempmenus") =
    > Left(rsLogin.Fields.Item("u_allowed_emp_menus").Value,
    > (Len(rsLogin.Fields.Item("u_allowed_emp_menus").Value) -
    1))
    > Session("allowedcoys") =
    > Left(rsLogin.Fields.Item("u_allowed_companies").Value,
    > (Len(rsLogin.Fields.Item("u_allowed_companies").Value) -
    1))
    >
    > If I load the data into a variable before performing the
    Left() function
    > on
    > the field then it goes past the lines OK but when I try
    and use the
    > Session
    > variable it then throws the Invalid Use of Null error
    again.
    > i.e.
    > Dim varNum
    > varNum =
    (Len(rsLogin.Fields.Item("u_allowed_top_menus").Value) - 1)
    > Session("allowedsubmenus") =
    > Left(rsLogin.Fields.Item("u_allowed_sub_menus").Value,
    varNum)
    > Code will execute past the loading of sessions in this
    way but when I try
    > to
    > use the session later i.e. as with the Split() function
    I get the same
    > error
    > again.
    >
    > Regards
    > Brendan
    You are referencing the Recordset Column Value multiple
    times.
    try putting it into a variable first
    varValue = rsLogin.Fields.Item("u_allowed_sub_menus").Value
    then proceed with your operations using that variable
    Session("allowedsubmenus") = Left(varValue , (Len(varValue )
    - 1))

  • How to fix runtime error R6034 when using Microsoft Vista on an HP computer.  Started with the last itunes update.

    Problem started after loading last itunes update.  Uninstalled itunes from my HP but still getting error message when I start up the computer. Is there a new update on itunes?

    Uninstall your existing copy of iTunes. Delete any copies of the iTunesSetup.exe (or iTunes64Setup.exe) installer files from your downloads areas for your web browsers and download a fresh copy of the iTunes installer from the Apple website:
    http://www.apple.com/itunes/download/
    (The current build of the 11.1.4.62 installer was changed a few days ago, which fixed the bulk of the reports of MSVCR80.dll/R6034/APSDaemon.exe/Error-7/AMDS-could-not-start trouble ... but the build number on the installer was not changed. So we're trying to make sure you do the reinstall using a "new good" 11.1.4.62 installer instead of an "old bad".)
    Does the install with the new copy of the installer go through properly? If so, does that clear up the error message?
    If you still have the same error messages cropping up, then try the procedures from the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • JavaScript Runtime Errors in init.debug.js

    I have a custom branding solution for a SharePoint 2013 site collection in Visual Studio.  When I navigate the site collection or debug the solution, I seemingly randomly get Unhandled Exceptions in the /_layouts/15/init.debug.js.  It's rather
    0x800a03ee-JavaScript runtime error:  Expected ')' or 0x80070005 JavaScript runtime error:  Access is denied.  The first error occurs just navigating the site collection.  The second error occurs when I hover over the name with presence
    at the bottom while editing an item.  I haven't edited this script at all, so what can cause this JavaScript that is in the hive to throw exceptions, and what is a good approach to debug it in order to get to the root of the problem?

    Thank you for your response. I'm in a SharePoint 2013 development environment using IE10.  When I added the site collection as a trusted site in the local intranet zone in IE 10, I no longer get the JavaScript runtime related to the name of presence
    and Access.  When I deploy the solution, I do not get any errors.  But if I debug in Visual Studio, the solution, which is set of features that installs a master page with custom navigation, I get this error when I navigate the site collection: 
    Unhandled exception at line 6784, column 13 in layouts/15/init.debug.js?rev=z/JdnR/rlmz5Wvyfz5qrBg==
    0x800a03ee - JavaScript runtime error: Expected ')'
    The error occurs in NotifyScriptLoadedAndExecuteWaitingJobs in init.debug.js, and the call stack goes back to DeltaManager$_ScriptLoader in start.debug.js and eventually to the browserHandler, ScriptResource.axd.
    init.debug.js, correct me if I'm wrong please, is a JavaScript that SharePoint adds during debugging.  If I go in the hive and add that ')' where it breaks, then everything breaks.  Why is this error thrown, and what is the rev parameter at the
    end of the query string?
    The custom master page in the solution being installed has a line:
    <
    asp:ScriptManagerid="ScriptManager"runat="server"EnablePageMethods="false"EnablePartialRendering="true"EnableScriptGlobalization="false"EnableScriptLocalization="true"/>
    I added ScriptMode="Debug", and the errors occur during debugging.  I changed it to ScriptMode="Release", and still got the same errors.
    I'm not sure if and where in the code things are breaking, but I'm having trouble understanding why SharePoint, Visual Studio, and Internet Explorer behave in this manner.

  • Runtime error SpryData.js

    Hello,
    I have an error at line 1727 in the SpryData.js (the previous
    version, not the latest version).
    It's the line : this.regionNode.innerHTML = str;
    in the function : Spry.Data.Region.prototype.updateContent
    The problem is that the str var is empty, and JavaScript
    seems not to like it.
    I only have the problem under Internet Explorer I don't know
    why....
    The function code is executed two times. The first time, the
    different tokens are well recognized. I have an array of tokens
    that need to be replaced.
    The second time the function is executed, the tokens are
    empty so the str var is also empty causing my runtime error.
    I used the SplineTech JavaScript debugger to understand it.
    What could I do ? What should I look for to understand the
    error source ?
    Could you help me ?
    Thank you
    Renaud

    Hello,
    Use this url to log on the firewall :
    http://81.188.6.11:8088
    with the user : bayardwebdev and pass : bayardwebdev
    Keep the window opened.
    Open a new browser window with the following url :
    http://www.bayardwebdev.bayard.be
    (should be
    http://81.188.6.28)
    The problem only appears with Internet Explorer :
    Navigate to the second menu (Livres Jeunesse), to the first
    submenu item (Crèche et maternelle : 1-5 ans).
    When the page is loaded, choose in the "Léo et Popi"
    section the "Histoires de Léo et Popi" link. This brings to
    the Spry page.
    An other sample is in the third menu item (Presse Jeunesse)
    in the fisrt submenu item (Petite Enfance). This page lists the
    different Bayard magazines.
    Each click on a magazine makes detail appear on the right
    column.
    Thank you

  • Runtime errors are not showing in debugger!

    Hi,
    I have recently faced a very strange problem. at first I thought maybe it's because of the new Air SDK 15 build 302 but after switching back to older SDK the problem is still there! any idea or hint about this would be great. just tell me the first thing that comes to your mind and I will search about it more...
    the problem is that when I was testing my apps in debug mode (on Android or iOS) if there were a runtime error, the app used to stop and my IDE (I use FlashDevelop) could take me to the exact line were the error had occurred... and I could fix the bug. I've been doing this for many years of course! (I'm NOT a newbie)
    but in the past week, the debugger is not throwing errors any more! in some cases it does but on other runtime errors, it does not!
    this is not happening on my computer only, it is happening on another computer we have here too! that is so weird and annoying! not being able to see error messages is silly.
    My guess:
    I don't know if this can be related or not, but the project we're working on is huge and there are a lot of .as classes to be compiled, maybe the debugger is giving up on this project because of it's size? maybe I should switch some of the classes into swc?

    Sounds like the project somehow does not use the flash debug player but the standard flash player; I'm not familar with FlashDevelop but you should check if you are really using a debug player. You can do this programatically, too: flash.system.Capabilities.isDebugger

  • PT60 Runtime Error -  COLLECT_OVERFLOW_TYPE_P

    Hi,
    When I run time evaluation for one of the employee, it generated Runtime Error. I use the Debugger to look into details and found that it happen when it "COLLECT CVS" (Main Program - SAPFP51T, Source Code of: RPTMAS04_FUCUMBT). The CVS initially has ANZHL = 99716.00, and it need to collect  511.00 and it cause it overflow(99716 + 511 = 100227). I can't change the data element of ANZHL because it is standard. What shall I do? Thank you.

    Hi
    when you run the debugger try to type  acdate and see.Then it gives you the date on which the problem occured.try to run the TE till that date(previous day) and see.
    then open the CUMBT in log and open SALDO table,I am sure that you will see a houge number in a time type on that date.Then go back and check the rule which has that time type there might be an error.
    If you have any questions pl let me know.Hope it helps!!
    Good Luck

  • Runtime error while creating role in pfcg.

    hello friends,
    Runtime error occurs while i creating the role in pfcg. when i click the option under the menu tab  in PFCG the following Runtime error occurs.
    Runtime Errors         *CALL_FUNCTION_PARM_UNKNOWN*
    Except.                CX_SY_DYN_CALL_PARAM_NOT_FOUND
    Please help me to solve this issue.
    thanks&Regards,
    Farkath.C
    Edited by: farkath ulla on Jul 4, 2011 1:33 PM

    Hi,
    Check SAP  Note 980625 - PFCG: Runtime error during menu transfer
    Thanks
    Sunny

Maybe you are looking for

  • Problem with youtube and other video websites

    I have a problem with youtube and other video websites: Everything is up to date (flash, FF, my plug ins..) but i keep getting freezes when the video loads. I can hear sound but i can only see the first frame of the video. I've reinstalled flash/fire

  • ZCharacterisitic - not populating values

    Dear Eugene / Dan, Pls refer to my earlier thread - [Z Characteristic - Subassignment] I gave the requirement as follows to my BI resource: During the data load - if the 0GL_ACCOUNT is a reconciliation account (i.e. has the 0ACCT_TYPE as K) the relev

  • Simple drum loops -- do they exist?

    Hi, folks! I'm looking for some simple, clean, consistent sounding drum loops that are versatile (pop, rock, country) for songwriting. Everything out there I've encountered is layered with colour, effects and is way too busy. Any suggestions? Many th

  • Change in Key figures for COPA report

    Hi We have changed some formula using T.code KER1 for a element of Key figure scheme which is used in COPA report. How do we find out which all COPA reports will get impacted by this change. Regards, Rams

  • Scheduling of reports in Infoview

    I have two reports scheduled at 7 :00 am & 04:00 am.I need to overwrite the report scheduled at 07:00 am.What do i need to do so that only one report schedules at 7:00 AM