Files
MBS/PROYECTO/ccdir/ccfmrp006.per
T

31 lines
981 B
Plaintext

database smarmotech
screen size 24 by 80
{
Cliente [tc]-[sc ] Balance Inicial [td1 ]
Debito [td ]
Fecha Inicial [a ] Credito [tc1 ]
Fecha Final [b ] Total [tg ]
Tipo Reporte:
[k ]
}
end
tables
cctb00001
attributes
tc = formonly.tipo_cliente;
sc = formonly.sec_cliente;
a = formonly.fecha_inicial type date, format = "dd/mm/yyyy",autonext,
comments = "Fecha inicial del recibo de pago";
b = formonly.fecha_final type date, format = "dd/mm/yyyy",autonext,
comments = "Fecha final del recibo de pago";
td = formonly.totald type decimal,noentry;
tc1= formonly.totalc type decimal,noentry;
tg = formonly.totalg type decimal,noentry;
td1 =formonly.totali;
k = formonly.tipo_reporte type char,
--# widget="RADIO",
--# config="V Visualizar P Imprimir";
end