Files
MBS/PROYECTO/vedir/vefmwd014.per
T

32 lines
1.1 KiB
Plaintext

{
==========================================================================
FORMULARIO :VEFMWD14
OBJETIVO :CAPTURAR LAS INFORMACIONES DEL LA CONSULTA DE TrANSPORTISTA
PROGRAMADOR : JUAN F. SOTO
FECHA : DICIEMBRE 22, 1994.
==========================================================================
}
DATABASE marmotech
screen size 24 by 80
{
====================================================
Codigo Descripcion Valor
=====================================================
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
}
tables
vetb00023
attributes
a = vetb00023.cod_tarifa,noentry;
b = vetb00023.descrip,upshift,noentry;
c = vetb00023.tarifa_pago,noentry;
instructions
screen record s_datos[7](cod_tarifa,descrip,tarifa_pago)
end