Options

Programming a Test-Message-Box into a Report

ghostrider1976ghostrider1976 Member Posts: 5
edited 2006-06-22 in Navision Financials
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!

Comments

  • Options
    HalMdyHalMdy Member Posts: 429
    Code for messaging is :

    MESSAGE('%1',ArticleNumber);
Sign In or Register to comment.