Posts by Yuri Iagi • 1 point
3 posts
-
-2
votes3
answers491
viewsQ: Converting C to Java
Consider a method that takes 2 parameters and makes a calculation to generate a check digit. Follow the code snippet I’m having difficulty: char metodoDigito(char num, char qtos) { short soma, peso,…
-
0
votes0
answers380
viewsQ: Hide fields in iReport
Good afternoon, everyone, I’m generating a report on iReport and have a question. On a piece of the report I have a delivery address block. I would like to display this block ONLY when the address…
-
0
votes2
answers86
viewsQ: How do I copy and paste to a screen?
Personal greetings, I have a generic javascript file util.js with a Function not to allow copy and paste. $('input').bind('copy paste', function (e) { e.preventDefault(); }); On a specific page, I…