Posts by Thailon Lucas • 65 points
3 posts
-
2
votes1
answer81
viewsQ: Public Type (VB) for Java
I have a project that runs on Vb and I have to move on to Java, in part I have the structure statements. My question is: What is the best way to do this in Java without loss of performance? The…
-
2
votes0
answers535
viewsQ: Dynamic Javascript date mask
Recently I had to perform a mask for dates with automatic filling, I searched a lot and did not find answers that solved my doubts. When typing '4' in the first field, the '0' should already be…
-
2
votes1
answer102
viewsQ: Perform action for each line in an SQL search - VB
I wonder if anyone can help me with the following question. In a VB code, I want to perform the search for products in an SQL table. For each product found I would like to add a button in a panel.…