Files
MBS/PROYECTO/vedir/vefmwd049.per
T

25 lines
529 B
Plaintext

SCHEMA smarmotech
ACTION DEFAULTS
ACTION genera (TEXT="Genera Reporte",IMAGE="printer")
END
LAYOUT (TEXT="VISUALIZACION COTIZACIONES")
GRID
{
HISTORICO [h ]
Cotizacion [co ]
Orden [ord ]
}
end
ATTRIBUTES
RADIOGROUP h=formonly.historico,ITEMS=(("S","SI"),("N","NO")),default="N";
ord = formonly.num_oc,COMMENTS = "DIGITE ORDEN DE PEDIDOS";
co = formonly.cotizacion_no,required;
instructions
delimiters " "
end