32 lines
837 B
Plaintext
32 lines
837 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Cuenta No. [f000 ] [c ]
|
|
Presupuesto [f001 ]
|
|
Ano [f002 ]
|
|
Mes [f003 ] [b ]
|
|
[a]
|
|
|
|
Usuario Creador [f004 ] Usuario Modificador [f006 ]
|
|
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00023
|
|
attributes
|
|
f000 = cgtb00023.cuenta_no,required;
|
|
c = formonly.nombre;
|
|
f001 = cgtb00023.presupuesto,required;
|
|
f002 = cgtb00023.ano,required;
|
|
f003 = cgtb00023.mes,required;
|
|
b = formonly.nombre_m;
|
|
a = cgtb00023.status_t,noentry;
|
|
f004 = cgtb00023.us_crea,noentry;
|
|
f005 = cgtb00023.fech_crea,noentry;
|
|
f006 = cgtb00023.us_mod,noentry;
|
|
f007 = cgtb00023.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|