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

indirabal

Members
  • Posts

    11
  • Joined

  • Last visited

indirabal's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. How to get the total no. of pages in group. I having one variable, i need to get the total no.of pages through that variable. Please update anybody knows the logic.
  2. indirabal Wrote: thanks for your immediate reply In my report having more than 10 jrxml files. I got sub report also. I could not provide you the jrxml file. please look the below details IIIIII IIIIII Content IIIIII IIIIII (i am using line's for this implementation) In my report i am having the lines in the corners(left,right(top,bottom)) Requirment is whenever the last page is reaching the second line has to be disabled. Actualy this is for automation. My machine will read the lines and understand the position of the page. If the second line is disabled , machine will understand this is last page. It will cut the paper for furthure processing.., like that it has to do for more than one customers..... This is bulk report, at a time it will generate for more than one customers. In my earlier post i have excplained this is for OMR implementation Currenly i am checking like this. print when expression=new Boolean(!$V{PAGE_NUMBER})==$V{total_pages}) Please update ASAP. Post Edited by indirabal at 10/14/2011 04:39 Code:hi,Any update on this?
  3. thanks for your immediate reply In my report having more than 10 jrxml files. I got sub report also. I could not provide you the jrxml file. please look the below details IIIIII IIIIII Content IIIIII IIIIII (i am using line's for this implementation) In my report i am having the lines in the corners(left,right(top,bottom)) Requirment is whenever the last page is reaching the second line has to be disabled. Actualy this is for automation. My machine will read the lines and understand the position of the page. If the second line is disabled , machine will understand this is last page. It will cut the paper for furthure processing.., like that it has to do for more than one customers..... This is bulk report, at a time it will generate for more than one customers. In my earlier post i have excplained this is for OMR implementation Currenly i am checking like this. print when expression=new Boolean(!$V{PAGE_NUMBER})==$V{total_pages}) Please update ASAP. Post Edited by indirabal at 10/14/2011 04:39
  4. I am using subreport also. how to create global variable.(I have tried this logic second page onwards i am getting null value(because second page onwards i am using subreport's)) As you mentioned , the text box evaluation time = report, but i am going to use my variable on the line. there is no evaluation time proper ty. $V{total_page}++ ------------------> its giving run time error(evaluateEstimated signature: (I)Ljava/lang/Object;) Inconsistent stack height 1 != 0 null) ex: I am going to use my variable on Line(|), there is no print when expression=new Boolean($V{PAGE_NUMBER})==$V{total_pages}) - > it will set trur/false My aassumtions: IIIIIII ---------> like this i am having the lines in the corners of the report, i have to disable the second line whenenver reaching the last page of group. so that my machine (OMR) will understand the last page based on this(machine will cut the papersonce reaching last page). that 's y i framed the below condition. But i am not getting the total number of pages in the group. print when expression=new Boolean(!$V{PAGE_NUMBER})==$V{total_pages}) . Plz give some ideas to achive this. Post Edited by indirabal at 10/13/2011 05:05 Post Edited by indirabal at 10/13/2011 05:16
  5. I have to implement OMR logic in my report, for this i need to compare current page==total number of pages in the group. how to get total number of pages. Example II - First symbol for starting page, next one for last page, new Boolean($V{PAGE_NUMBER}.==$V{total_pages} - > this will set the flag. whenever i am reaching the last page the flag will disable else enable. Please revert back any body having ideas.
  6. How to implement OMR images in jasper reports(bulk)?(like this IIIIIIII)
  7. First page alone printing values as 1. second page onwards its printing null.Please chk your file with more than one pages. actually my requiremnet is OMR logic needs to be implemented in the four coroners of the sheet. Ex. IIIIII IIIIII IIIIII IIIIII first symbol indicating first page. second symbol indicating last page,whenevere i am reacing last page the second image has to be set to false(invisible) else true( visible.).Thank you for your update.
  8. Hi, In the property window there is no "evaluation time " property for variables.
  9. Thanks for your information. I have tried with Page_Count , but always its giving 0, just i have gone throguh our forums, people are posted the page_count is having bug. Please provide some informations.
  10. How to get Page Count on variable. I need to hide/display image on last page.
×
×
  • Create New...