Andry 0 Posted November 26, 2022 Hi all, I will create an app to manage and print bank checks. I'm going to use FastReport since I'm used to it. I don't have a priori any problem except on the printing of the amount in words which is often shifted because there is the wording "Pay against this check" for example and continues on the line normally like the attached image. How should I manage the first line knowing that we must not leave too much space on the first line before going down to the second line. Counting on your ideas. Thanks all Share this post Link to post
Serge_G 87 Posted November 26, 2022 Hi, use paragraphgap, linespacing, wordwarp and wordbreak properties (as I answered on french delphi forum ) Serge aka SergioMaster Share this post Link to post
Andry 0 Posted November 27, 2022 Thank;s Serge. I'll try your suggestion. Andry Share this post Link to post