24 lines
631 B
Plaintext
24 lines
631 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : VEFMRP021
|
|
OBJETIVO : Control de Entrega Factura (VEPRRP021)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Junio 28, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Fecha Relacion [a ]
|
|
Codigo Vendedor [c2 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00031
|
|
attributes
|
|
a = formonly.fecha_inicial type date, format = "dd/mm/yy",autonext,
|
|
comments = "Fecha de Entrada de la relacion ";
|
|
c2 = vetb00031.sec_vend;
|
|
end
|