27 lines
724 B
Plaintext
27 lines
724 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP002
|
|
OBJETIVO : Imprimir el ESTADO Q
|
|
Es usado por CGPRRP002
|
|
AUTOR : JUAN F. SOTO
|
|
FECHA : Octura 7, 1996.
|
|
==========================================================================
|
|
}
|
|
database marmotech
|
|
screen
|
|
{
|
|
Fecha Inicial [f1 ]
|
|
Fecha Final [f2 ]
|
|
|
|
Incluye Tasa [p1 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
f1 = formonly.fecha_inicial type date,format = "dd/mm/yy";
|
|
f2 = formonly.fecha_final type date,format = "dd/mm/yy";
|
|
p1 = formonly.incluye type char,default = "S",upshift;
|
|
instructions delimiters " "
|
|
end
|