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

coltae

Members
  • Posts

    13
  • Joined

  • Last visited

coltae's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I have been trying to figure out how to set this jdbc:firebirdsql:10.1.1.1:dbPath?defaultResultSetHoldable=True in jaspersoft studio Can someone tell me how? -Colt
  2. I have a parameter that is asking the user for a 'Part Number' and the user is able to enter the information but their input does not actually effect the variable i have set up that is accepting the 'partNum' variable in the table. How do i make these things cooperate ? Thank you! -Colt
  3. I'm using iReport currently and i'm having sort of the same issue. My report will compile and build and save but it does not save my modification or even show them once i upload them to Fishbowl :/.
  4. I am editing a report that was built by someone else and I am using iReport to do so. I am very new to SQL and iReport. All I've been asked to do is take the current report and add a text box and text field that display the title "Email" and below it have the text field hold and display the variable "shiptoemail". I do all of this easy enough; my issue is that whenever I hit build it compiles just fine (It doesnt exactly run though) but when ever I upload the report to FishBowl it's as if i never edited a single thing. Yet when i reopen the report i just posted back into iReport- my changes are there. If you guys have any idea what im doing wrong please help. Thanks!
  5. I am editing a report in iReport that someone else has previously made and I am wondering as to how i could figure out which .jar files they were referencing to compile the report. Is there a way to do this in iReport or am I just going to have to ask? Also- if I can figure it out where do I find a collection of .jar files to download and use? Thanks for any help! -Colt
  6. My report seems to compile just fine but after i enter the shipID: it prints me out this error on the iReport console: Error filling print... Error preparing statement for executing the report query : SELECT ship.id AS ShipID, ship.orderid AS OrderID, ship.ordertypeid AS OrderType FROM ship WHERE ship.id = ? Does anyone have any idea why? or how i could fix this? thank you -Colt
  7. I currently have iReport working on my computer, under my username, but when I switched users and tried to reset up iReports and rebuild the database connection (I built it the exact same way as the other one) I'm getting an error saying it's having trouble opening it and it's "Null" Do I have to set them up differently for it to work? Can i have the same connection on two different users and it work? I've done everything thing the exact same- including the server IP and Fishbowl file location. Please help. Thanks! -Colt
  8. These are the 3 errors that iReport is giving me. I am new to SQL and iReport and I can not seem to figure out what is wrong with the report. It is a report that was previously written by someone else and for whatever reason when ever i try and compile it in iReports (with the same files they had) i get this 1. The method getCompanyReportAddress(Integer) is undefined for the type CompanyModule value = ((com.evnt.eve.modules.CompanyModule) ((com.evnt.eve.modules.EVEModule) ((java.lang.Object)parameter_module.getValue())).getInstance(com.evnt.eve.modules.CompanyModule.class)).getCompanyReportAddress(((java.lang.Integer)field_LOCATIONGROUPID.getValue())); //$JR_EXPR_ID=37$ <---------------------> 2. The method getCompanyReportAddress(Integer) is undefined for the type CompanyModule value = ((com.evnt.eve.modules.CompanyModule) ((com.evnt.eve.modules.EVEModule) ((java.lang.Object)parameter_module.getValue())).getInstance(com.evnt.eve.modules.CompanyModule.class)).getCompanyReportAddress(((java.lang.Integer)field_LOCATIONGROUPID.getOldValue())); //$JR_EXPR_ID=37$ <---------------------> 3. The method getCompanyReportAddress(Integer) is undefined for the type CompanyModule value = ((com.evnt.eve.modules.CompanyModule) ((com.evnt.eve.modules.EVEModule) ((java.lang.Object)parameter_module.getValue())).getInstance(com.evnt.eve.modules.CompanyModule.class)).getCompanyReportAddress(((java.lang.Integer)field_LOCATIONGROUPID.getValue())); //$JR_EXPR_ID=37$ <---------------------> 3 errors
  9. I am new to iReport and have opened up an existing, and already built, report (.jasper/.JRXML) and i edited it. When i attempt to compile the report however i get thrown 24 compiles errors saying this- 1. com.evnt.util.ImageUtil cannot be resolved to a type value = com.evnt.util.ImageUtil.decodeImage(((com.evnt.eve.modul es.ImageModule) ((com.evnt.eve.modules.EVEModule) ((java.lang.Object)parameter_m odule.getValue())).getInstance(com.evnt.eve.modules.ImageModule.class)).getImage Data("Company", 1, true)); //$JR_EXPR_ID=67$ <------ ---------------> I have put in the paths to my "report/modules/ext" and to my .jar files in Fishbowl. But i don't understand where or how i can get the .jar files this exception is saying i am missing. Thank you.
  10. I am trying to compile a report in iReport and i've figured out that i keep getting thrown errors because it's missing the .jar file paths. The issue is that i do not have the .jar files. Where do i get them? -Colt
  11. What are the expressions I should use? How do I link the range to the respected variables? Example "Date created" and "Date Finished" need to be the To and From parameters? Thank you for any help! -Colt
  12. I am using iReport and writing reports to use with Fishbowl manufacturing database application. I've written my report and i uploaded it to FB and it does nothing. The reason, I figured out, is because I dont know how to set parameters. I'm using a report someone else did to reference and learn from; and they have it towhere the user (inside the FB application) is prompted to enter a "Date Range" _______________________________________________________________________ This is a picture of what it looks like in FB. I will gladly explain more. If anyone could offer any advice or references; I would greatly appreciate it! Thank you guys! -Colt
×
×
  • Create New...