Posts by Wesley Souza • 29 points
3 posts
-
0
votes3
answers3126
viewsA: Mercosul standard vehicle plate?
Follow my check function: if (txtPlaca.getText().isEmpty()) { ValidationFields.checkEmptyFields(txtPlaca); Alert dlg = new Alert(AlertType.ERROR); dlg.setContentText("Preencha o campo PLACA!!!");…
-
0
votes3
answers3126
viewsQ: Mercosul standard vehicle plate?
I’m working on a project and I don’t know how to do it. As in the statement, I need to validate the plates with the Mercosul standard, I have a method to validate the old plates of vehicles. public…
-
-1
votes2
answers83
viewsA: Form to change value in the database
Talks Iago blz, not working with php, more work with java, my tip would be, you search by id, after returning the query with the fields you can update to the points, there are several ways to…