Files
MBS/PROYECTO/vedir/vefmwd010.per
T

32 lines
1.0 KiB
Plaintext

{
==========================================================================
FORMULARIO :VEFMWD10
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 Nombre
=====================================================
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
[a ][b ][c ]
}
tables
vetb00015
attributes
a = vetb00015.cod_transp,noentry;
b = vetb00015.sec_transp,noentry;
c = vetb00015.nombre,noentry;
instructions
screen record s_datos[7](cod_transp,sec_transp,nombre)
end