Posted 20 years ago
by painetraine
I am having some problems with the printing functionality of the SyntaxEditor component.
When I print the following from either my app or the sample application (simply paste this as the text in the sample app and print it)
----------------- Copy Below here ---------------------------
select * from Lots lt where lt.Lot = '1183781'
select * from AdvShipNotices asn where asn.AdvancedShipNotice = '1100132'
delete from AdvShipNotices where AdvancedShipNotice = '1100132'
select * from WorkOrders asn where asn.AdvancedShipNotice = '1100132'
------------------- Copy above here -------------------------
The "=" on lines 3,4, and 7 print directly beside the text even though in the text there is a space. This also occurs on other printing where it skips spaces even though they show in the text.
To print the text, I simply call queryEditor.Print(true);
Thanks
When I print the following from either my app or the sample application (simply paste this as the text in the sample app and print it)
----------------- Copy Below here ---------------------------
select * from Lots lt where lt.Lot = '1183781'
select * from AdvShipNotices asn where asn.AdvancedShipNotice = '1100132'
delete from AdvShipNotices where AdvancedShipNotice = '1100132'
select * from WorkOrders asn where asn.AdvancedShipNotice = '1100132'
------------------- Copy above here -------------------------
The "=" on lines 3,4, and 7 print directly beside the text even though in the text there is a space. This also occurs on other printing where it skips spaces even though they show in the text.
To print the text, I simply call queryEditor.Print(true);
Thanks