27 lines
751 B
Plaintext
27 lines
751 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP008
|
|
OBJETIVO : Imprimir el Mayor General Analitico en un Rango de Fecha
|
|
Es usado por CGPRRP008, CGPRRP013 y CGPRRP012
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Octubre 05, 1993
|
|
==========================================================================
|
|
}
|
|
database smarmotech
|
|
screen
|
|
{
|
|
|
|
Fecha Inicial [f1 ]
|
|
Fecha Final [f2 ]
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
f1 = formonly.fecha_inicial type date,format = "dd/mm/yyyy";
|
|
f2 = formonly.fecha_final type date,format = "dd/mm/yyyy";
|
|
instructions delimiters " "
|
|
end
|