Monday, September 26, 2016

How to create a PROGRESS Bar in Navision ?

To create a progress bar for a long process in NAV .

We will create 4 variables for calculation and creation of progress bar in navision. These four variable are of type Dialog and Integer.


To create a demo progress bar we will just give AmtToProcess  a value of 500000.We are using a ROUND function for this scenario.And UPDATE function which will 

Update the progress bar for few seconds.




The final result will be like this one.



I hope this code will help you to create progress bar in navision.
And you can more customize the progress bar according to your need.

No comments:

Post a Comment