19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
|
|
DATABASE marmotech
|
|
SCREEN
|
|
{
|
|
Fecha Inicial [fi ]
|
|
Fecha Final [ff ]
|
|
|
|
}
|
|
tables
|
|
cptb00006
|
|
attributes
|
|
fi = formonly.fecha_in type date,format = "dd/mm/yy",comments =
|
|
"Digite fecha inicial con el formato DDMMYY Ej. 261194";
|
|
ff = formonly.fecha_fi type date,format = "dd/mm/yy",comments =
|
|
"Digite fecha Final con el formato DDMMYY Ej. 311294";
|
|
instructions
|
|
delimiters " "
|
|
end
|