Hello,
I am a Beginner in programming Navision Financials and I want to modify a Report. Depending on the Value of a Calculatet-Field i want to drop a Section. To proof a value, i want to programm a MessageBox, that will prompt me the value of my field after running the Report. My Field is called "ArticleNumber". What is the Code for prompting such a Box?
Thanks for help!
0
Comments
MESSAGE('%1',ArticleNumber);