Posts by Robson • 1 point
3 posts
-
0
votes0
answers20
viewsQ: How to resolve this object reference error?
when compiling the application to generate my report, I am getting this error message: The 550 line refers to this piece of my code that starts in the if: if (movimentacao.ValorCotacao == 0…
-
0
votes0
answers27
viewsQ: Doubts regarding the use of lists in c#
In my list there are 4 items with code 711, however I just want to get an item inside that list, is there a better way to do this? Because when I fill in my append, it writes the data of the 4 and…
-
0
votes0
answers166
viewsQ: Error in performing the Insert in oracle
I’m having problems to perform the Insert in a table called accounts, however I have relationship with the company table. In the company table I have the following fields: Id_empresa | Nome_Empresa…