Skip to main content

Navision - How to Display Multiple Lines In a Message / Error Window?

Hi all,

This is nothing most of you would be interested in. This post only show steps about how to display text in multiple lines from Navision Code.

If you don't know this, then please go ahead.

The intended readers for this post are the Peoples who have recently joined and are still Learning NAV.


So Like in Programming Language C & C++ the the New Line Character used is \n.

In Navision the New Line Character is \ . So if your text string at some point have the \ and you are displaying that in a message / error you will find the output as a New Line for the text written after \.

Let's see a Sample -

I have a Codeunit with following code as shown in below image.


When i run this i get output something like -


Let's try to use it with error, but this time with two text variables, as shown below.


And my Output is -


So we now know that the New Line character in Navision is \.

Hope you like the post. If you do like these kind of basic stuff let me know as comment or via Contact Me Page. If I found that you would like to read these basic stuff i would post more.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.