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

karin_1

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

karin_1'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. I have a complex document with several subreports. Depending on the data in the system there can be more than 1 subreport on a page, or a subreport may run over several pages. On the back of every page the Conditions and terms need to be printed. The document is printed in duplex. How can I print the conditions and terms every other page? The conditions and terms is fixed. I can create a full page png file to print. On this page the Page header and Page Footer should not be printed. The pages with the Conditions and terms should not be included in the page numbering.
  2. Thanks for you reply. It works perfectly. And I managed to make the code even more disgusting :-) $V{Variable_1}.contains("vin")? $V{Variable_1}.substring($V{Variable_1}.indexOf(""vin":") + new String(""vin":").length() + 1).substring(0,$V{Variable_1}.substring($V{Variable_1}.indexOf(""vin":") + new String(""vin":").length() + 1).indexOf("","")):"no VIN specified" If the vin field doest not exist, it will not show wrong info.
  3. I have a string field with the following data: {"vin":"VIN4","brand":"Merk4","type":"Type4","year":2004} How can I retrieve the value for the fields vin, brand, type and year and print them in my document? My string never contains repeating data. I cannot use query to retrieve the data from the json string (I use Servoy foundset).
×
×
  • Create New...