Files

31 lines
721 B
Plaintext

database marmotech
screen size 24 by 80
{
Ano [f000]
Fecha Inicial [f001] Fecha Final [f002]
[a]
Usuario Creador [f003 ] Usuario Modificador [f005 ]
Fecha Creacion [f004 ] Fecha Modificacion [f006 ]
}
end
tables
vetb00018
attributes
f000 = vetb00018.anos,autonext,
comments = "Digite el ano a presupuestar";
f001 = vetb00018.fecha_in,autonext,
comments = "Use formato YY/MM";
f002 = vetb00018.fecha_fi,autonext,
comments = "Use formato YY/MM";
a = vetb00018.status_t,noentry;
f003 = vetb00018.us_crea,noentry;
f004 = vetb00018.fech_crea,noentry;
f005 = vetb00018.us_mod,noentry;
f006 = vetb00018.fech_mod,noentry;
instructions
delimiters " "
end