Files
MBS/PROYECTO/tedirbk/tefmmt007.per
T

30 lines
894 B
Plaintext

database rayovac
screen size 24 by 80
{
Ano Balance Final de Cash-Flow [p ]
Balances Finales Cash-Flow: Real [f2 ]
Presupuesto[f3 ]
[i]
Usuario Creador [j ] Usuario Modificador [l ]
Fecha Creacion [k ] Fecha Modificacion [m ]
}
end
tables
tetb00007
attributes
p = tetb00007.ano,comments = "Digite El Ano Del Valance Final";
f2 = tetb00007.valor,upshift,comments =
"Digite Balance Final Real de Movimientos del Cash-Flow";
f3 = tetb00007.valor1,upshift,comments =
"Digite Balance Final Presupuesto de Movimientos del Cash-Flow";
i = tetb00007.status_t,noentry;
j = tetb00007.us_crea,noentry;
k = tetb00007.fech_crea,noentry;
l = tetb00007.us_mod,noentry;
m = tetb00007.fech_mod,noentry;
end
instructions
delimiters " "