Files
MBS/PROYECTO/ccdir/ccfmmt015.per
T

37 lines
1005 B
Plaintext

{
-----------------------------------------------------------------------------
FORMULARIO : CCFMMT001
OBJETIVO : Captura la documentacion de los Recibos de Pago (CCPRMT001)
REALIZADO POR : Ing. Betania Guerrero Perez
FECHA : Enero 26, 1993
-----------------------------------------------------------------------------
}
SCHEMA smarmotech
TOOLBAR
ITEM nuevo (TEXT="Tipo Negocio", IMAGE="new", COMMENT="Nuevo Codigo Tipo Negocio")
ITEM buscar (TEXT="Buscar Tipos", IMAGE="find", COMMENT="Criterio de busqueda")
SEPARATOR
ITEM salir (TEXT="Salir", IMAGE="quit")
END
LAYOUT (TEXT="TIPOS NEGOCIOS")
GRID
{
Tipo Negocio [f004] [c ]
Condicion de Pago [f005] [d ]
}
end
tables
cctb00013
attributes
f004 = cctb00013.tipo_negocio;
c = cctb00013.descripcion,upshift;
f005 = cctb00013.cond_pago;
d = formonly.m_descrip,upshift;
instructions
delimiters " "
end