18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
database smarmotech
|
|
screen
|
|
{
|
|
FECHA DEL DIA : [k ]
|
|
TIPO MOVIMIENTO : [k1]
|
|
NUMERO DOCUMENTO : [p ]
|
|
}
|
|
end
|
|
tables
|
|
irtb00006
|
|
attributes
|
|
k = irtb00006.fecha,format = "dd/mm/yyyy",comments = "Digite la fecha del dia";
|
|
k1 = irtb00006.cod_mov;
|
|
p = irtb00006.num_doc;
|
|
instructions
|
|
delimiters " "
|
|
end
|