Jump to content
We've recently updated our Privacy Statement, available here ×

sdinas

Members
  • Posts

    8
  • Joined

  • Last visited

sdinas's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I need to list all employees in a table and also list only 1 employee individually. I made the following code. But it did not work. can anybody help me? if ($P{Colaborador}()!= null) { select * from faltas WHERE id_funcionario = $P{Colaborador} AND falta >= $P{Inicio} AND falta <= $P{Fim}}ELSE{ select * from faltas WHERE id_funcionario = $P{Colaborador} AND falta >= $P{Inicio} AND falta <= $P{Fim}}
  2. I have an application Funcionáros Registration, and a ready iReport printing reports how can I call these jasper file within the application Registration?
  3. Good evening, I'm with Java 7, yet the IReport is not recognizing the JDK. What to do?
  4. OK. Already did that. You can not install Java 1.7. The acclimatise variable is set correctly.
  5. IReport only works with varsão 7 of Java, but this version of java is no longer available for dowload, until I managed to download it but not working. How to use iReport? You have any solutions?
  6. I uninstalled Java 1.8 and Java 1.7 installed. I still can not run the IReport. Gives the message: Can not find java.exe. What do I do?
  7. I'm with the Java 1.8 version. How do I run iReport? Does anyone know the solution?
  8. I could not run the IReport 5.6.0. ERROR: Canot find Java.exe Neither C: Program Files (x86) Java Jsk1.8.0_25 jre bin java.exe nor C: Program Files (x86) Java Jsk1.8.0_25 bin java.exe Can someone help me?
×
×
  • Create New...