Posts by user9789539 • 11 points
3 posts
-
0
votes1
answer38
viewsA: Error of log. Append
I decided as follows: if (linha.ItemArray[19].ToString().Equals("")) { log.Append("A célula T linha " + (linha["indice"]) + " deve ser preenchida<br>"); arquivoInvalidado = true; }…
-
1
votes0
answers32
viewsQ: Line sorting error in log
I have some difficulty showing the log to the user. Show the lines in an orderly way, but when showing it appears as follows: Line 5 Line 15 Line 11 Line 45 Line 35 Line 103 I would like it to be in…
-
0
votes1
answer38
viewsQ: Error of log. Append
I have an excel sheet with fields referring to dates, however, if I do not fill these fields, I should display message log for this user, but if I leave blank, the log is not shown. I put breakpoint…