Posts by Karpinski • 23 points
3 posts
-
0
votes2
answers58
viewsA: Problem with persistence with spring
Your application is probably missing a JAR. Try adding the library hibernate-jpa-2.1-api. Depending on the version of Hibernate this JAR is already included, just make sure.…
-
0
votes2
answers35
viewsA: Query returning divergent result
SELECT SUM(C.VALOR), SUM(CR.VALOR) FROM CONTAS C, CONTAS_RECEBER CR WHERE <CONDITION>
-
2
votes1
answer75
viewsQ: How to paint certain lines in a totalcross.ui.Grid
When filling a Totalcross Grid, I have conditioned records that should be highlighted in relation to the others. I thought to change the line color, or show the font in bold. Grid by default shows…
totalcrossasked Karpinski 23