Hi, I need help with this exercise I’m working on. It’s a "Registrar_Pedido" that should create an order with different data, but in the end it has a "Rol"* which would be "Pedido". My idea was that, since there are many screens in my project and each one has its own "Rol", the total roles would be "Pedido", "Evidencia", and "Reclamo". But right now I’m on the first one, which is "Pedidos", and this is how far I’ve gotten.
Now the problem is that ListView1 is not displaying, and also, when I delete one item with the "Rol" "Pedido", it no longer shows any elements in the ListView. In addition, when I click on an item, it gets duplicated. Please, I really need help.