knowledge-database (beta)

Current group: dbase.reports

height of detailband

height of detailband  
eric wu
 Re: height of detailband  
Ken Mayer [dBVIPS]
 Re: height of detailband  
eric wu
 Re: height of detailband  
Marc Hamelin
 Re: height of detailband  
David Kleinman
 Re: height of detailband  
Ken Mayer [dBVIPS]
 Re: height of detailband  
eric wu
 Re: height of detailband  
Ken Mayer [dBVIPS]
 Re: Thanks  
eric wu
 Re: height of detailband  
Willie King
 Re: ThanKs  
eric wu
From:eric wu
Subject:height of detailband
Date:Thu, 6 Jan 2005 11:35:03 -0600
This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C4F3E3.C3ADA780
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

my report show like this


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (detail band )
Title 1 ({||this.parent.firstOnFrame} SupressIfBlank =
=3D true VarHeight =3D true)
1st Row ( SupressIfBlank =3D false VarHeight =3D true)
-------------------
2nd Row=20
( ? )=20
-------------------=20
3rd Row=20
( ? )=20
-------------------=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

I couldn't figure out why there's a blank line on all rows on the 2nd =
row and the rest. ..........

------=_NextPart_000_004A_01C4F3E3.C3ADA780
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




my report show like this

 

 

size=3D1>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D  (detail band )
Title =

1            =
    =20
({||this.parent.firstOnFrame}   SupressIfBlank =3D =
true  =20
VarHeight =3D true)
1st=20
Row           &nbs=
p; =20
( SupressIfBlank =3D false   VarHeight =3D=20
true)
-------------------
2nd Row=20

           &nb=
sp;           &nbs=
p;   =20
( ? )
-------------------
3rd Row=20

           &nb=
sp;           &nbs=
p;  =20
  ( ? )
------------------- =

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

I couldn't =20
figure out why there's a blank line on all rows on the 2nd row and the =
rest.=20
...........

 


------=_NextPart_000_004A_01C4F3E3.C3ADA780--
From:Ken Mayer [dBVIPS]
Subject:Re: height of detailband
Date:Thu, 06 Jan 2005 10:13:52 -0800
eric wu wrote:
> my report show like this
>
>
> =========== (detail band )
> Title 1 ({||this.parent.firstOnFrame} SupressIfBlank =
> true VarHeight = true)
> 1st Row ( SupressIfBlank = false VarHeight = true)
> -------------------
> 2nd Row
> ( ? )
> -------------------
> 3rd Row
> ( ? )
> -------------------
> ===========
>
> I couldn't figure out why there's a blank line on all rows on the 2nd
> row and the rest. ..........
>

Set the height of the detailBand to zero ...

Ken

--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/

*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
From:eric wu
Subject:Re: height of detailband
Date:Thu, 6 Jan 2005 13:11:59 -0600
Thank you for so quick respond.
detailband.height = 0.38
I try to input a zero in detailband.height , but after I hit [Enter] key
,it goes back to 0.38

it doesn't let me change the value of detailband.height
why ? and how to fix it ?


"Ken Mayer [dBVIPS]" wrote in message
news:W$i$KxB9EHA.1176@news-server...
> eric wu wrote:
> > my report show like this
> >
> >
> > =========== (detail band )
> > Title 1 ({||this.parent.firstOnFrame} SupressIfBlank =
> > true VarHeight = true)
> > 1st Row ( SupressIfBlank = false VarHeight = true)
> > -------------------
> > 2nd Row
> > ( ? )
> > -------------------
> > 3rd Row
> > ( ? )
> > -------------------
> > ===========
> >
> > I couldn't figure out why there's a blank line on all rows on the 2nd
> > row and the rest. ..........
> >
>
> Set the height of the detailBand to zero ...
>
> Ken
>
> --
> /(Opinions expressed are purely my own, not those of dataBased
> Intelligence, Inc.)/
>
> *Ken Mayer* [dBVIPS]
> /Golden Stag Productions/
> dBASE at goldenstag dot net
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase
From:Marc Hamelin
Subject:Re: height of detailband
Date:Thu, 6 Jan 2005 15:01:16 -0500
> Thank you for so quick respond.
> detailband.height = 0.38
> I try to input a zero in detailband.height , but after I hit [Enter]
> key ,it goes back to 0.38
>
> it doesn't let me change the value of detailband.height
> why ? and how to fix it ?

Open the source editor and modify it from there (do not do it while you are
in the report designer because it might revert back to what it was). It
should work. If not, then open your report with Notepad and modify it from
there. If that still doesn't work, then I don't what you could do...

Marc Hamelin
From:David Kleinman
Subject:Re: height of detailband
Date:Fri, 07 Jan 2005 07:44:54 -0500
In preRender set this.height := 0.00

David Andrews


Marc Hamelin Wrote:

> > Thank you for so quick respond.
> > detailband.height = 0.38
> > I try to input a zero in detailband.height , but after I hit [Enter]
> > key ,it goes back to 0.38
> >
> > it doesn't let me change the value of detailband.height
> > why ? and how to fix it ?
>
> Open the source editor and modify it from there (do not do it while you are
> in the report designer because it might revert back to what it was). It
> should work. If not, then open your report with Notepad and modify it from
> there. If that still doesn't work, then I don't what you could do...
>
> Marc Hamelin
>
>
From:Ken Mayer [dBVIPS]
Subject:Re: height of detailband
Date:Thu, 06 Jan 2005 13:28:23 -0800
eric wu wrote:
> Thank you for so quick respond.
> detailband.height = 0.38
> I try to input a zero in detailband.height , but after I hit [Enter] key
> ,it goes back to 0.38
>
> it doesn't let me change the value of detailband.height
> why ? and how to fix it ?

Um, yeah. I reported this issue to R&D ...

As Marc notes, you may have to change it in the source editor.

Ken

--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/

*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
From:eric wu
Subject:Re: height of detailband
Date:Fri, 7 Jan 2005 08:55:36 -0600
change it in the source editor works but next time if I modify something in
design mode, the height will be back to 0.38

if I set this.height := 0.00 In preRender event ,it still has those
blank lines in design mode but it looks fine when I run it (the blank lines
are disappear)

Thank you guys!

Eric

is this a new bug from the newest verion 2.5 ?



"Ken Mayer [dBVIPS]" wrote in message
news:5M0G3dD9EHA.1088@news-server...
> eric wu wrote:
> > Thank you for so quick respond.
> > detailband.height = 0.38
> > I try to input a zero in detailband.height , but after I hit [Enter]
key
> > ,it goes back to 0.38
> >
> > it doesn't let me change the value of detailband.height
> > why ? and how to fix it ?
>
> Um, yeah. I reported this issue to R&D ...
>
> As Marc notes, you may have to change it in the source editor.
>
> Ken
>
> --
> /(Opinions expressed are purely my own, not those of dataBased
> Intelligence, Inc.)/
>
> *Ken Mayer* [dBVIPS]
> /Golden Stag Productions/
> dBASE at goldenstag dot net
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase
From:Ken Mayer [dBVIPS]
Subject:Re: height of detailband
Date:Mon, 10 Jan 2005 05:44:59 -0800
eric wu wrote:
> change it in the source editor works but next time if I modify something in
> design mode, the height will be back to 0.38
>
> if I set this.height := 0.00 In preRender event ,it still has those
> blank lines in design mode but it looks fine when I run it (the blank lines
> are disappear)
>
> Thank you guys!
>
> Eric
>
> is this a new bug from the newest verion 2.5 ?

It's a change in behavior that R&D is now having to rethink ...

Ken

--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/

*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
From:eric wu
Subject:Re: Thanks
Date:Wed, 12 Jan 2005 08:10:26 -0600

From:Willie King
Subject:Re: height of detailband
Date:Tue, 11 Jan 2005 19:31:03 +0200
This is a multi-part message in MIME format.

------=_NextPart_000_0075_01C4F814.17D29E90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi

This is a bug in dBase the band will keep the height of the previous =
record. Put the following code in your reports streamframe can Render =
event;

function STREAMFRAME_canRender
form.STREAMSOURCE1.detailBand.height =3D 0
return

The height will stay 0
"eric wu" wrote in message =
news:Fw3ufbB9EHA.1088@news-server...
my report show like this


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (detail band )
Title 1 ({||this.parent.firstOnFrame} SupressIfBlank =
=3D true VarHeight =3D true)
1st Row ( SupressIfBlank =3D false VarHeight =3D true)
-------------------
2nd Row=20
( ? )=20
-------------------=20
3rd Row=20
( ? )=20
-------------------=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

I couldn't figure out why there's a blank line on all rows on the 2nd =
row and the rest. ..........

------=_NextPart_000_0075_01C4F814.17D29E90
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Hi

 

This is a bug in dBase the band will =
keep the=20
height of the previous record. Put the following code in your reports=20
streamframe can Render event;

 

       =
function=20
STREAMFRAME_canRender
        =
  =20
form.STREAMSOURCE1.detailBand.height =3D 0

      =
return

 

The height will stay 0

style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"eric wu" < href=3D"mailto:ericwuu@hotmail.com">ericwuu@hotmail.com> wrote =
in message=20
=
href=3D"news:Fw3ufbB9EHA.1088@news-server">news:Fw3ufbB9EHA.1088@news-ser=
ver...

my report show like this

 

 

size=3D1>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D  (detail band =
)
Title=20
=
1            =
    =20
({||this.parent.firstOnFrame}   SupressIfBlank =3D =
true  =20
VarHeight =3D true)
1st=20
=
Row           &nbs=
p; =20
( SupressIfBlank =3D false   VarHeight =3D=20
true)
-------------------
2nd Row=20
=

           &nb=
sp;           &nbs=
p;   =20
( ? )
-------------------
3rd Row=20
=

           &nb=
sp;           &nbs=
p;  =20
  ( ? )
------------------- =

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

I couldn't =20
figure out why there's a blank line on all rows on the 2nd row and the =
rest.=20
..........

 


------=_NextPart_000_0075_01C4F814.17D29E90--
From:eric wu
Subject:Re: ThanKs
Date:Wed, 12 Jan 2005 08:10:44 -0600
This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C4F87E.36BEACD0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


------=_NextPart_000_0014_01C4F87E.36BEACD0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




 


------=_NextPart_000_0014_01C4F87E.36BEACD0--
   

Copyright © 2006 knowledge-database   -   All rights reserved