What step & standard font & size to convert to text
i'm create standard report using TfrxMemoView,
font = CourierNew
size = 8
for some reason i export it using unit frxExportTXT ( i'm not using DotMatrixReport = True)
Preview report is OKAY like :
Satuan_BESAR
but when i export to text, the string is truncated --> Satuan_BESA.
i don't want the value 10000 truncated to be 1000
when i increase width of memoview it's OK.
So question is :
- what standard font & size to export to txt/dotmatrix
- what step by step should i do to convert to txt, so no different between export and preview