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

acdacd

Members
  • Posts

    2
  • Joined

  • Last visited

acdacd's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. What does the orange highlight mean in the variable expression editor? See attached screen shot. Is the word "Test" a keyword that should not be used? Also, is there any documentation on the syntax highlighting feature? Thank you.
  2. Is there a way to add 2 months to a date field in iReport? I created a variable with this expression: new java.util.Date($F{mydatefield}.add(Calendar.MONTH,2)) Compile error is “The method add(int, int) is undefined for the type Date”. The variable and {mydatefield} are both java.util.Date. Any suggestions? Thanks in advance.
×
×
  • Create New...