34 lines
1014 B
Plaintext
34 lines
1014 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : CCFMRP034
|
|
OBJETIVO : Documentos por vendedor (CCPRRP034)
|
|
PROGRAMADOR : Tadeo A. Ferreras F.
|
|
FECHA REALIZACION : Oct. 04, 1994
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Fecha Inicial [fi ]
|
|
Fecha Final [ff ]
|
|
Cliente [t1][t2 ]
|
|
Codigo Vendedor [c1 ]
|
|
Tipo Documento [c2 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00028,
|
|
vetb00003
|
|
attributes
|
|
t1 = formonly.tipo_cliente;
|
|
t2 = formonly.sec_cliente;
|
|
DATEEDIT fi = formonly.fecha_inicial type date,format = "dd/mm/yyyy";
|
|
DATEEDIT ff = formonly.fecha_final type date,format = "dd/mm/yyyy";
|
|
COMBOBOX c1 = formonly.sec_vend;
|
|
COMBOBOX c2 = formonly.tipo_doc;
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|