|
Home > Archive > dBASE Bugs > February 2006 > Report Designer, Custom Text, boldFace property
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Report Designer, Custom Text, boldFace property
|
|
| Ken Mayer [dBVIPS] 2006-02-09, 3:24 am |
| This is minor, and I'm pretty sure I reported it long ago, but this bug
is still there and has been for many years:
Create a custom text control such as the one shown below.
In the Command Window:
set procedure to MyText.cc additive
* Create a report
* Place a table on the report (for simple testing, the Fish table will
work fine)
* In the detailBand, place an instance of MyText ...
*** NOTE: the text is not boldfaced.
* Save the report and run it. Voila! The text IS boldfaced.
* Open the report in the Report Designer, and et Voila! The text IS
boldfaced.
The problem occurs when first placing the control on the design surface.
Ken
// ========== MyText.cc ==========
/*
Simple text control to show problem
in Report Designer:
*/
class MyText( oParent ) of Text( oParent ) custom
with( this )
fontBold := true
text := "Boldfaced?"
endwith
endclass
--
/(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/dbase/dBASEBook.htm
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
| |
| Charlie Lutz 2006-02-09, 3:24 am |
| In article <OiAulNPLGHA.1104@news-server>, dbase@_nospam_golden
stag.net
says...
> This is minor, and I'm pretty sure I reported it long ago, but this bug
> is still there and has been for many years:
>
> Create a custom text control such as the one shown below.
> In the Command Window:
Ken,
I have noticed this as well. Just thought I was going crazier then
normal! Happens with text label also I believe.
Charlie
--
____________________
________
Charlie Lutz
#1000441
| |
| kathy kolosky 2006-02-10, 9:23 am |
| Thanks Ken. I don't see this problem specifically in the QAID system.
I submitted it as QAID 5722.
Thanks, Kathy
QA
dBI
"Ken Mayer [dBVIPS]" < dbase@_nospam_golden
stag.net> wrote in message
news:OiAulNPLGHA.1104@news-server...
> This is minor, and I'm pretty sure I reported it long ago, but this bug is
> still there and has been for many years:
>
> Create a custom text control such as the one shown below.
> In the Command Window:
> set procedure to MyText.cc additive
> * Create a report
> * Place a table on the report (for simple testing, the Fish table will
> work fine)
> * In the detailBand, place an instance of MyText ...
> *** NOTE: the text is not boldfaced.
> * Save the report and run it. Voila! The text IS boldfaced.
> * Open the report in the Report Designer, and et Voila! The text IS
> boldfaced.
>
> The problem occurs when first placing the control on the design surface.
>
> Ken
>
> // ========== MyText.cc ==========
> /*
> Simple text control to show problem
> in Report Designer:
> */
> class MyText( oParent ) of Text( oParent ) custom
> with( this )
> fontBold := true
> text := "Boldfaced?"
> endwith
> endclass
> --
> /(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/dbase/dBASEBook.htm
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase
| |
| Ken Mayer [dBVIPS] 2006-02-10, 8:24 pm |
| kathy kolosky wrote:
> Thanks Ken. I don't see this problem specifically in the QAID system.
> I submitted it as QAID 5722.
As bugs go it's not exactly disastrous, but it can make designing
reports a bit frustrating (boldface text takes more space than non-bold
....).
Thanks!
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/dbase/dBASEBook.htm
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
|
|
|
|
|