I am a subpopup i my menu and if i re-login in the program i am an error. If i login at the run of the program i am no error.
i am modified the methode cbar.define *------------------------------------------------------- *-- Add the subpopup and store a generic reference to it *------------------------------------------------------- * this.AddObject('o' + this.cSubPopup, this.cSubPopup) this.oPopup = EVAL('this.o' + this.cSubPopup)
********** to *------------------------------------------------------- *-- Add the subpopup and store a generic reference to it *------------------------------------------------------- * -> * beginning of modifycation le 17/01/2002 -> IF TYPE(('This.o' + this.cSubPopup)) = "O" -> This.RemoveObject('o' + ALLT( this.cSubPopup)) -> ENDIF -> * end of modify this.AddObject('o' + this.cSubPopup, this.cSubPopup) this.oPopup = EVAL('this.o' + this.cSubPopup)
and i am not error.
What do you think oh this?
Michel ©2002 Michel Giustina |