Files
MBS/PROYECTO/ctdir/ctfmmt027.per
T

38 lines
1.3 KiB
Plaintext

DATABASE marmotech@demo_se
SCREEN
{
Ventas [a]
Nomenclatura [f000 ]
Ano [f001 ]
Mes [f002 ]
Costo Standard [f003 ]
[b]
Usuario Creador [f004 ]
Fecha Creacion [f005 ]
Usuario Modificador [f006 ]
Fecha Modificacion [f007 ]
}
END
TABLES
cttb00038
ATTRIBUTES
a = cttb00038.ventas,AUTONEXT,UPSHIFT,INCLUDE = ("1", "2"),REVERSE,
COMMENTS = "1 = Venta Local 2 = Venta del Exterior";
f000 = cttb00038.nomenclatura, UPSHIFT,REQUIRED,AUTONEXT,REVERSE,
COMMENTS = " Digite la Nomenclatura";
f001 = cttb00038.ano,REQUIRED,AUTONEXT, REVERSE,
COMMENTS = " Digite ano Perteneciente al Costo";
f002 = cttb00038.mes,REQUIRED,AUTONEXT, REVERSE,
COMMENTS = " Digite mes Perteneciente al Costo";
f003 = cttb00038.costo_st, REQUIRED, UPSHIFT,AUTONEXT, REVERSE,
COMMENTS = " Digite el Costo Stardard ";
b = cttb00038.status_t,NOENTRY;
f004 = cttb00038.us_crea,NOENTRY;
f005 = cttb00038.fech_crea,NOENTRY;
f006 = cttb00038.us_mod,NOENTRY;
f007 = cttb00038.fech_mod,NOENTRY;
INSTRUCTIONS
DELIMITERS " "
END