Posts by Leo • 43 points
4 posts
-
1
votes1
answer867
viewsQ: Python Compare month list to base list and show both
I have a list of months from January to December. I have another list that has the month and a value. For example: Jan = 12.00 Fev = 15.00 Ago = 10.00 I want to display the whole year and show every…
-
1
votes1
answer561
viewsQ: Ajax with Python - I want to call function that is in default
I want to do a validation in Mysql Database through Ajax. I created a function called validaCNPJ() that is in the controller called Default. But I don’t know how to put this function in the…
-
1
votes1
answer51
viewsQ: How do I create list that by clicking call the function by sending a value?
I’m wearing a Select to pass values to a Javascript function. When selected takes the value and based on that value the function I have here returns something. I would like to exchange for a list of…
-
0
votes2
answers47
viewsQ: Show next value of an Array based on previously found value
I cannot show sequence element of a timed array. I created a variable $hora that stores the local time, and an array with several times $os, then I search for an equal time, if it shows, but if you…