private void BtnPessoa_Click(object sender, EventArgs e) { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { TxtCodCliente.Text = BuscaPessoa.CadPessoa.IdPessoa.ToString(); TxtCliente.Text = BuscaPessoa.CadPessoa.RazaoSocial; TxtEndereco.Text = BuscaPessoa.CadPessoa.Endereco.Trim() + "," + BuscaPessoa.CadPessoa.Numero.Trim() + " - " + BuscaPessoa.CadPessoa.Bairro.Trim(); TxtContato.Text = BuscaPessoa.CadPessoa.Contato.Trim(); TxtTelefone.Text = BuscaPessoa.CadPessoa.Fone.Trim(); } else { TxtCodCliente.Text = "0"; TxtCliente.Text = ""; TxtEndereco.Text = ""; TxtContato.Text = ""; TxtTelefone.Text = ""; } BuscaPessoa.Dispose(); } }
private void BuscaPessoa() { if (MvPedCompra.Status == 1) { MessageBox.Show("Pedido de Compra já Concluído", "Informação", MessageBoxButtons.OK, MessageBoxIcon.Information); } else if (MvPedCompra.Status == 2) { MessageBox.Show("Pedido de Compra já Recebido", "Informação", MessageBoxButtons.OK, MessageBoxIcon.Information); } else { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { SetaPessoa(BuscaPessoa.CadPessoa.IdPessoa); if (MvPedCompra.FormaPgto.Trim() == "") { MvPedCompra.FormaPgto = BuscaPessoa.CadPessoa.PrazoPgto; TxtFormaPgto.Text = MvPedCompra.FormaPgto; } } } } }
private void IncluirPessoa() { if (StaFormEdicao) { MessageBox.Show("Favor gravar a cotação", "Atenção", MessageBoxButtons.OK, MessageBoxIcon.Information); } else { if (MvCotacao.Status == 1) { MessageBox.Show("Cotação já Encerrada", "Informação", MessageBoxButtons.OK, MessageBoxIcon.Information); Source_Participantes.CancelEdit(); } else { if (MvCotacao.IdCotacao > 0 && ItemCotacao.IdItem > 0) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { Verificar Existe = new Verificar(); Existe.Controle = Controle; if (!Existe.VerificarExite_PessoaCotacao(MvCotacao.IdCotacao, BuscaPessoa.CadPessoa.IdPessoa, ItemCotacao.IdItem)) { PessoaCotacao.IdCotacao = MvCotacao.IdCotacao; PessoaCotacao.IdItem = ItemCotacao.IdItem; PessoaCotacao.IdPessoa = BuscaPessoa.CadPessoa.IdPessoa; PessoaCotacao.VlrUnitario = 0; PessoaCotacao.Incluir = true; PessoaCotacao.GravarDados(); PopularGridPessoa(); } else { MessageBox.Show("Pessoa já cadastrado na cotação para este item", "Atenção", MessageBoxButtons.OK, MessageBoxIcon.Information); Source_Participantes.CancelEdit(); } } else { Source_Participantes.CancelEdit(); } BuscaPessoa.Dispose(); } } } }
private void BtnBuscaPessoa_Click(object sender, EventArgs e) { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { CadPessoa.LerDados(BuscaPessoa.CadPessoa.IdPessoa); Agenda.IdPessoa = BuscaPessoa.CadPessoa.IdPessoa; SetaPessoa(BuscaPessoa.CadPessoa.IdPessoa); } } }
private void BtnBuscaPessoa_Click(object sender, EventArgs e) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { TxtCodCliente.Text = BuscaPessoa.CadPessoa.IdPessoa.ToString(); TxtCliente.Text = BuscaPessoa.CadPessoa.RazaoSocial; } else { TxtCodCliente.Text = "0"; TxtCliente.Text = " "; } }
private void BtnPesqDest_Click(object sender, EventArgs e) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { TxtPesqIdDest.Text = BuscaPessoa.CadPessoa.IdPessoa.ToString(); TxtPesqDest.Text = BuscaPessoa.CadPessoa.RazaoSocial; } else { TxtPesqIdDest.Text = "0"; TxtPesqDest.Text = ""; } BuscaPessoa.Dispose(); }
private void BtnBuscaPessoa_Click(object sender, EventArgs e) { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { MvLivroCxa.IdPessoa = BuscaPessoa.CadPessoa.IdPessoa; TxtCodPessoa.Text = MvLivroCxa.IdPessoa.ToString(); TxtPessoa.Text = BuscaPessoa.CadPessoa.RazaoSocial; } else { TxtCodPessoa.Text = "0"; TxtPessoa.Text = ""; } BuscaPessoa.Dispose(); } }
private void BtnDestinatario_Click(object sender, EventArgs e) { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { MvCheque.IdPessoa = BuscaPessoa.CadPessoa.IdPessoa; TxtCodDest.Text = MvCheque.IdPessoa.ToString(); TxtDest.Text = BuscaPessoa.CadPessoa.RazaoSocial; TxtDtDestino.Value = DateTime.Now; } else { TxtCodDest.Text = "0"; TxtDest.Text = ""; } BuscaPessoa.Dispose(); } }
private void BtnPessoaResp_Click(object sender, EventArgs e) { if (StaFormEdicao) { FrmBuscaPessoa BuscaPessoa = new FrmBuscaPessoa(); BuscaPessoa.FrmPrincipal = this.FrmPrincipal; BuscaPessoa.ShowDialog(); if (BuscaPessoa.CadPessoa.IdPessoa > 0) { MvCheque.IdPessoa = BuscaPessoa.CadPessoa.IdPessoa; TxtCodResp.Text = MvCheque.IdPessoa.ToString(); TxtResp.Text = BuscaPessoa.CadPessoa.RazaoSocial; } else { TxtCodResp.Text = "0"; TxtResp.Text = ""; } BuscaPessoa.Dispose(); TxtNumBanco.Focus(); } }