Subject Re: report canrender solution
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Thu, 6 Dec 2018 14:24:31 -0800
Newsgroups dbase.getting-started

On 12/6/2018 1:42 PM, Charlie wrote:
> Thanks very much for your suggestions.  I was surprised to find this solution!
>
> As it turns out my code was OK.  What was wrong for some reason if text6 and additamt equaled higher than 999.99, text9 was blank.
>
> I fixed it by putting 99999999.99 in the picture property for text9.  Now it works great!!
>
> Thanks again, I did learn a lot from the suggestions.

This is a size issue for the control. If the text you are rendering is
too big for the width of the control, dBASE tries to force it to a new
line, hence it appears to disappear if the text control is not either
wide enough or tall enough. Just making the control a bit wider would
probably have solved it.

Ken

--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm