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

trupti.kamathankar

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

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

trupti.kamathankar's Achievements

  1. Thank you very much for your quick support. But, I am getting error after addition of property 'textAdjust' as, "Attribute 'textAdjust' is not allowed to appear in element 'textField'". Error Image Will you please help me ? I am using JasperSoft version "6.10.0" Waiting for your reply.
  2. Hi, I tried above solution. But, it doesn't work when we used 'BlankWhenNull' property. That's why I asked a question. But, now I found the solution. if we want to use 'tabset' variable but don't want to add textfield expression for 'Null' values, then we can use printWhenExpression as, '$F{Title}!=null && !$F{Title}.isEmpty()'. It works, means, if data is coming from dataset then 'tabset' equally distribute the characters and when no data is coming from dataset then above 'printWhenExpression' add blank space when null values are coming. The reason for not using 'BlankWhenNull' property, because, it hides textfield borders too. But, I want to display textfield with no values (with blank space) if null value is coming from dataset. Thanks.
  3. Hi, I want to fit text in same size of textfield. Suppose, if text length is greater than length of textfield then automatically text size should reduce to display whole text in same textfield. Kindly help. Thanks.
  4. Hi, I want to justify the text in textfield, but only justify property doesn't work for it. I want to add equal tabspace between characters. Kindly help. Thanks.
×
×
  • Create New...