cole_hng
19th September 2023, 10:12
Hi All,

May I know how to show tisfc001.txta as barcode in report?

I try this bc$(9,1,str$(tisfc001.txta),0) but report show the id instead of the remark(text).

Anyone can help? Pls ~

OmeLuuk
19th September 2023, 12:25
The txta field is a record pointer in the text system, so you have to retrieve the content of that text field and use that as a string for your barcode function instead of the text number itself. You can use text.to.buf to do so.