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

doll1999

Members
  • Posts

    4
  • Joined

  • Last visited

doll1999'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. Hy Giulio... Thanx so much for your help, is exactly what i want... But now i have a problem... If i select "stretch with overflow" the text is automatically grown (in height), but the results in my report (pdf) is overwrited at the follow resuts... What can i do???? Francesco
  2. Hi... :-) The ddl is as follows: Code: Create table nameTable (id int primary key, Instance_Name varchar(251), Model_Name varchar(251), Model_Type varchar(251), Description varchar(255), Comment varchar(255), Denomination varchar(255), PersonalKosten decimal (28), Index int); The value which are represented truncated are the value "string"... There is no problem to represent all values, also the truncated values, with iReport...THe only thingh is, if possible, to have the data not truncated... Thanx
  3. Hy Vinay... Thanx for your help... The Database i'm using is SQL Server 2000... The query is a simple Code: Select * from nameView and it works outside of iReport...But works also inside iRepors, but give me (sometimes) the value truncated... I create a view with a Java Application; The view is not empty and is possible to see the element inside the view not truncated... So, maybe there is some command in iReport to get Dynamic the results????
  4. Hy Everybody.... I'm new of the forum, and also new of iReport... I have a question... I'm using iReport to represent data contained into a Database....Sometimes is ok, but sometimes tha data are truncated... For example, i would like to represent this: Code: ITEM "<automatically>" param:""C:\Documents and Settings\fdelfino\Desktop\adoDBDoku_35.doc""@ But i obtain this: Code:[code] ITEM "<automatically>" param:""C:\Documents and Can you help me???What i have to do???? Thanx in advance Francesco, form Italy
×
×
  • Create New...