Picturebox not execute


Author
Message
Rafael
Rafael
StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)StrataFrame Novice (50 reputation)
Group: Forum Members
Posts: 48, Visits: 216
 have a Picturebox ( name is btnFornecedor Wink of the Strataframe and when click I in it do not execute messagebox.show (" OK"). Why

private void EnableControls(bool state)

{

btnFornecedor.Enabled = state;

}

private MicroFour.StrataFrame.Business.BusinessEditingState currEditingState;

private void sysPedidoCompraItemBO1_EditingStateChanged(MicroFour.StrataFrame.Business.EditingStateChangedEventArgs e)

{

currEditingState = e.EditingState;

if ((e.EditingState == MicroFour.StrataFrame.Business.BusinessEditingState.Adding) || (e.EditingState == MicroFour.StrataFrame.Business.BusinessEditingState.Editing))

{

EnableControls(true);

}

else

{

EnableControls(false);

}

}

private void btnFornecedor_Click(object sender, EventArgs e)

{

if ( this.bdFornecedor.ShowDialog() == DialogResult.OK )

{

for_cod.Text = Convert.ToString(sysFornecedorBO1.for_cod);

}

}


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search