Posts by Rafael Santos • 112 points
4 posts
-
2
votes0
answers227
viewsQ: Update a Repeater after inserting a new row in the Table?
Good morning, you guys! I have a table that is populated with a Repeater. This table has a filter, which is programmed all via javascript from a ready Layout. After adding a new value to the table…
-
0
votes2
answers35
viewsA: Problems with my table
Good afternoon! Remove the alt class in: <tr class="alt"> She who is generating this conflict. Hugs.
-
3
votes4
answers10668
viewsA: How to create a Boolean column on Oracle?
Good afternoon, Deramon. I researched here and saw that there are people who also use RAW(1), seems to be a good practice. However, some argue that one can use CHAR(1) or even NUMBER(1), and still…
-
3
votes6
answers2755
viewsA: Is it bad practice to use only static methods in a class?
Good afternoon, Cassiano José! Using too many static variables is bad practice, yes. Some may argue that in some specific cases it is something usable, but in general, start by getting away from…