Posts by Sandro • 61 points
3 posts
-
1
votes1
answer92
viewsA: Comparable with Arrays.Sort
porPontos.java:21 A variable referenced in the class porPontos.java on line 21 is null. Just check or change the logic to make sure it doesn’t get here with null value.
-
3
votes2
answers1380
viewsA: Access Violation When Selecting XML File - Nfe
Error on this line if not (xmlNCab.ChildNodes.First = nil) then This line contains 3 objects. One of them is nil; xmlNCab or Childnodes or First is nil. You can test everyone to see what it is. Then…
-
2
votes1
answer58
viewsA: Feed view fields to controller
From what I understand, via Javascript you feed the HTML fields. You can make a separate HTML for each return, and only replace the entire HTML. This avoids having to leave too much logic in…