var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var ArticlesRS = new Recordset("ArticlesRS", "ugalde");
if (document.all) var Text1 = document.all.Text1;
if (document.all) var Recordset2_Label_Fecha = document.all.Recordset2LabelFecha;
var Recordset2_Fecha= new editDef('Recordset2_Fecha',41,1,nullFunc,nullFunc,nullFunc);
if (document.all) var Recordset2_Label_Contribuyente = document.all.Recordset2LabelContribuyente;
var Recordset2_Contribuyente= new editDef('Recordset2_Contribuyente',41,1,nullFunc,nullFunc,nullFunc);
if (document.all) var Recordset2_Label_Titulo = document.all.Recordset2LabelTitulo;
var Recordset2_Titulo= new editDef('Recordset2_Titulo',41,1,nullFunc,nullFunc,nullFunc);
if (document.all) var Recordset2_Label_Articulo = document.all.Recordset2LabelArticulo;
var Recordset2_Articulo= new editDef('Recordset2_Articulo',67,7,nullFunc,nullFunc,nullFunc);
var Recordset2_Back= new fButtonDef('Recordset2_Back',nullFunc);
var Recordset2_Insert= new fButtonDef('Recordset2_Insert',nullFunc);

