Posts by Erikles Bonfim Ribeiro • 19 points
3 posts
- 
		0 votes0 answers565 viewsQ: Angular 8: CPF/CNPJ field returning empty in editing when changing the mask dynamically with Ngx-Mask!My input > client.html <div class="form-group col-lg-2"> <label for="tipo">Tipo Pessoa:</label> <select name="tipo" class="form-control form-control-sm"… 
- 
		-2 votes1 answer58 viewsQ: Firebird: What to do when a framework uses a reserved word?I have a problem creating the database when using Adianti with Firebird 2.1, because the words PASSWORD AND ACTIVE are reserved in Firebird and I can’t set them as an attribute. What can I do to… firebirdasked Erikles Bonfim Ribeiro 19
- 
		0 votes1 answer275 viewsQ: How to treat exceptions when deleting a primary key record referenced in another table in the Laravel frameworkI’m having trouble deleting a record to which your primary key was referenced in another record from another table! The tables are discipline and teacher, where the primary key of teacher is being…