Campo.Text = sysFornecedorBO1.for_cod;Campo2.Text = sysFornecedorBO1.for_nome;
Campo.Text = sysFornecedorBO1.for_cod;
Campo2.Text = sysFornecedorBO1.for_nome;
Have a error:
Error 4 Cannot implicitly convert type 'int' to 'string' D:\GoLive Corporate\myForms\frmPedidoCompra.cs 207 33 GoLiveCorporate
The textbox of the MricoFur.Strataframe have a property of numbers ?
private
{
cdp_cod.Text =
cdp_descr.Text =
}
But have a error : The CurrentRow could not be evaluated because the CurrentRowIndex is out of range. Business object record count: 0. CurrentRowIndex: -1.
public
loValue =
I think it is going to be hard to tell you "why", without knowing how you are fetching your data. The thing is, at the point you are getting an error, your BO is empty. Have a look at your fill methods and that might give you some clues.