wmickey
5th May 2009, 20:50
I'm just wondering if it's possible to have a bulleted point list in BaaN text so that when it prints out on the documents the bullet points would also print out. If so can anyone point me in the right direction?
This is a BaaN Ivc4 SP23, Unix Based O/S on Oracle DB.
Thanks in advance.
mark_h
6th May 2009, 02:07
On our system we use notepad and we found that almost any word type functionality would cause us print problems because of hidden control characters. Our users used to cut and paste from word to notepad and we stopped doing this.
Kozure Ohashi
6th May 2009, 13:34
You can use:
<ALT> + 250 (from the number block of the keyboard).
It will print the following symbol:
· line 1
· line 2
You can search for other ASCII characters, but avoid control characters like LF or CR or EOF.
Regards,
Kozure