Posts by Guilherme Raguzzoni • 11 points
4 posts
-
0
votes2
answers859
viewsA: Fill inputs dynamically after change in select
Following @João-Jácome’s tips, I made just a few modifications: I added a FOR to scroll through the Array, and an If to find the corresponding product ID. The Javascript code looks like this:…
-
0
votes2
answers859
viewsQ: Fill inputs dynamically after change in select
Good afternoon, I need help with a part of the code. I basically have a form with two selects(aluno_id, product name) and some inputs(price, quantity, total price), I use functions to fill arrays…
-
0
votes1
answer264
viewsA: How to perform a procedure only once?
I followed the tips of @Thiagofriedman and @Denercarvalho and it worked, I created a filter for the table Mensalidade using the current date and from there I checked if there was any data already…
-
1
votes1
answer264
viewsQ: How to perform a procedure only once?
I set up a payment generator that takes multiple data and saves it in a bank table, the problem is that I used the Form Onactivate event, so every time I go back to the initial form, the procedure…