40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Mes Inicial [f1] [g4 ]
|
|
Mes Final [f2] [g5 ]
|
|
Ano [f002]
|
|
Codigo [a]-[b]-[c ]-[d ][e ] [g ]
|
|
Costo Estandar [f005 ]
|
|
[j]
|
|
|
|
Usuario Creador [f006 ] Usuario Modificador [f008 ]
|
|
Fecha Creacion [f007 ] Fecha Modificacion [f009 ]
|
|
}
|
|
end
|
|
tables
|
|
intb00013,intb00001
|
|
attributes
|
|
f1 = intb00013.mes_ini,autonext,
|
|
comments = "Digite el mes inicial";
|
|
g4 = formonly.descrip1;
|
|
f2 = intb00013.mes_fin,autonext,
|
|
comments = "Digite el mes final";
|
|
g5 = formonly.descrip2;
|
|
f002 = intb00013.ano,autonext,comments = "Digite el ano";
|
|
a = intb00013.cod_n,autonext,comments = "Digite el NIVEL";
|
|
b = intb00013.cod_grupo,autonext,comments = "Digite el GRUPO";
|
|
c = intb00013.cod_tipo,autonext,comments = "Digite el TIPO";
|
|
d = intb00013.cod_sec,autonext,comments = "Digite la SECUENCIA";
|
|
e = intb00001.descrip_esp,noentry;
|
|
g = intb00001.unidad_med,noentry;
|
|
f005 = intb00013.costo_st,comments = "Digite el costo";
|
|
j = intb00013.status_t,noentry;
|
|
f006 = intb00013.us_crea,noentry;
|
|
f007 = intb00013.fech_crea,noentry;
|
|
f008 = intb00013.us_mod,noentry;
|
|
f009 = intb00013.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|