28 lines
665 B
Plaintext
28 lines
665 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : VEFMWD016
|
|
OBJETIVO : CAPTURA LAS SERIES DE LOS PRODUCTOS
|
|
PROGRAMADOR : Juan F. Soto
|
|
FECHA : Agosto 23, 1997.
|
|
==========================================================================
|
|
}
|
|
DATABASE juviar
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Serie(s) Producto(s)
|
|
-----------------------
|
|
[a ]
|
|
[a ]
|
|
[a ]
|
|
[a ]
|
|
[a ]
|
|
}
|
|
tables
|
|
vetb00004
|
|
attributes
|
|
a = formonly.serie;
|
|
instructions delimiters " "
|
|
screen record p_serie[5](serie)
|
|
end
|