Exemplo n.º 1
0
        private void cxcprocobroadelantado_Load(object sender, EventArgs e)
        {
            Fun_Set_Nombre_Formulario("Otro Ingreso", this);

            FuncionesSQL.Fun_SQL_Completar_ComboboxTexto(Cmbmoneda, "select idmoneda, abreviatura from gendbfmoneda");
            FuncionesSQL.Fun_Sql_Autocompletar_Texto(Txtnombrecliente, "select beneficiario from cxcdbfotro_ingreso");

            Ckbimprimir.Checked = true;
            Crear();
        }