Posts by Rafael Guilherme • 15 points
3 posts
-
0
votes2
answers50
viewsA: How do I make sure that when I receive a numerical value in the table, it is converted into R$ currency?
Solution to this doubt! I thank the help "Cmte Cardinal"... Javascript function moeda(a, e, r, t) { let n = "" , h = j = 0 , u = tamanho2 = 0 , l = ajd2 = "" , o = window.Event ? t.which :…
-
-1
votes2
answers50
viewsQ: How do I make sure that when I receive a numerical value in the table, it is converted into R$ currency?
Example: in the Table field "valor", if she gets this 587644, she must be converted to 5.876,44. Someone there can help me? HTML code: <div id="dfPessoas"> <form name="fPessoas">…
-
-1
votes1
answer30
viewsQ: How do I find the table field name instead of the ID when I write the data to my table?
function cadLancamentos(adquirente, formadepagamento, valorformadepagamento, cupomformasdepagamento) { var tb = document.getElementById("dtAdquirente"); var…