Question
“Is it possible to print pre-formatted checks using ReportBuilder?”
Solution
The following example uses a free Delphi library NumWords to convert numerical values into English text. This allows you to convert a dollar amount to a text string for check writing purposes. The full version of this library including other language translations is available from http://www.torry.net.
Next is a matter of designing your report to match the formatted check form you are using.
Download: CheckWriting.zip
Sample Delphi code: