Files
MBS/PROYECTO/vedir/vefmwd015.per
T

32 lines
1.0 KiB
Plaintext

{
==========================================================================
FORMULARIO : VEFMWD015
OBJETIVO : DESPLEGAR MAESTRA DE CLIENTES
PROGRAMADOR : Tadeo A. Ferreras F.
FECHA : Febrero 28, 1996
==========================================================================
}
DATABASE marmotech
screen size 24 by 80
{
==================================================
Codigo Descripcion
==================================================
[a ][b ] [c ]
[a ][b ] [c ]
[a ][b ] [c ]
[a ][b ] [c ]
[a ][b ] [c ]
[a ][b ] [c ]
[a ][b ] [c ]
}
tables
vetb00004
attributes
a = vetb00004.tipo_cliente;
b = vetb00004.sec_cliente,noentry;
c = vetb00004.nombre,noentry;
instructions delimiters " "
screen record p_cli1[7](tipo_cliente,sec_cliente,nombre)
end