25 lines
739 B
Plaintext
25 lines
739 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ACFMRP004
|
|
OBJETIVO : Pantalla para listar las cuentas de los
|
|
activos Fijos, es usada por (ACPRRP004)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Sept. 28, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Codigo de Activo [f ]
|
|
Cuenta Contable [ct ]
|
|
}
|
|
end
|
|
tables
|
|
actb00001
|
|
attributes
|
|
f = actb00001.codigo,autonext,comments = "Digite el codigo del activo";
|
|
ct = actb00001.cuenta_no,comments = "Digite la cuenta contable";
|
|
instructions delimiters " "
|
|
end
|