2002 JI Open Discussion Posted August 18, 2006 Share Posted August 18, 2006 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now