function CtrlGenOperaciones() { var Procs = new Array(); var strListaID = ""; this.Init = fnc_Init; this.Buscar = fnc_Buscar; this.KeyUp = fnc_KeyUp; this.NextPage = fnc_NextPage; this.PreviousPage = fnc_PreviousPage; this.Click = fnc_Click; this.Insert = fnc_Insert; this.Update = fnc_Update; this.Params = fnc_Params; this.Imprimir = fnc_Imprimir; this.Delete = fnc_Delete; this.AddProc = fnc_AddProc; this.ExecProc = fnc_ExecProc; this.Dispose = fnc_Dispose; this.Default = fnc_Default; this.Cancel = fnc_Cancel; this.ListaID = fnc_ListaID; function fnc_ListaID (){ return strListaID; } function fnc_Default() { } function fnc_Cancel() { } function fnc_Dispose() { if (Procs != null) { var iCant = Procs.length; for (i = 0; i