ashishjain
15th November 2010, 09:26
Hi All,

Can we display message content in multiple lines in BaaN IV c4.

Example..

---------------------------------
Updated Record : 1
Non Updated Record: 5
Erroneous Record : 8
---------------------------------

Thanks

zardoz
15th November 2010, 09:51
Just put a % sign at end of each line...

ashishjain
15th November 2010, 12:24
i put % sign at the end of line but it doesn't work for me.

Updated Record : %d % Non Updated Record: %d % Erroneous Record : %d

Please suggest.

Thanks

pinakinnsk
15th November 2010, 15:23
check the hight of the message, which you have created.

ashishjain
15th November 2010, 18:24
there is no option of height for messages in BaaN but we use it for Labels...

shah_bs
15th November 2010, 20:46
So, first, I am sure you know that the message can be only upto 132 characters long (in BAAN IVc at least).

You can split it into multiple lines on the message box by putting in a \n (for NEWLINE) after each line.

Example:

This is line one.\nThis is line two.


The above will show as two lines.

rp.chowdary
17th November 2010, 09:43
Ya, shah_bs is correct \n will work for getting data in multiple lines.

ashishjain
19th November 2010, 09:19
Thanx a lot for your help. It works. :-)