‎2006 Jun 16 5:47 AM
Hi,
I want to format the text in two columns like this.
1. This is the note. 5. This is the note.
2. This is the note. 6. This is the note.
3. This is the note. 7. This is the note.
4. This is the note. 8. This is the note.
I have to include a standard text and format like this.
Thanks in advance.
‎2006 Jun 16 6:13 AM
Did you mean Standard text creation?
That you can be done in <b>SO10</b> transaction, wherein you need to give the object name and id , then create the text.
If its' just hardcoding value, then just write your text over there.
if the text is dynamic then use the below format.
1. ¬e1& 5. ¬e5&
2. ¬e2& 6. ¬e6&
3. ¬e3& 7. ¬e7&
4. ¬e4& 8. ¬e8&and fill the note1, note2... values in your print program.
Hope this will help you.
rgds,
TM.
Please mark points if helpful.