Jump to content

Pls. help: positionType="float" not working


Recommended Posts

By: Felipe Goikoetxea - kfelipe

Pls. help: positionType="float" not working

2003-10-08 07:13

Hi folks,

 

I can?t make working the attribute positionType="float" as it should.

 

I have the following report (each staticText elements are between subreports:

 

<staticText>

<reportElement x="2" y="22" width="140" height="1" forecolor="black" positionType="Float" mode="Transparent" >

<printWhenExpression>

<![CDATA[

new Boolean(($F{DisponibilidadViajar}) != null )

]]>

</printWhenExpression>

</reportElement>

<textElement textAlignment="Left">

<font reportFont="Arial_Bold_Small"/>

</textElement>

<text>Disponibilidad para viajar:</text>

</staticText>

<staticText>

<reportElement x="2" y="24" width="92" height="1" forecolor="black" positionType="Float" mode="Transparent" >

<printWhenExpression>

<![CDATA[

new Boolean(($F{PulsacionesMecanografia}) != null && ($F{PulsacionesMecanografia}).intValue() >0)

]]>

</printWhenExpression>

</reportElement>

<textElement textAlignment="Left">

<font reportFont="Arial_Bold_Small"/>

</textElement>

<text>Mecanografí¡º</text>

</staticText>

 

Any help is really appreciated.

 

Thanks,

 

Felipe

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...