How to use IF ELSE in Microsoft Dynamics Navision.

For understanding the use of IF ELSE statement in NAV , show below example

i:=0;
IF i=0 THEN
BEGIN
  MESSAGE('Yes YOu Are Right.');
END
ELSE
BEGIN
  MESSAGE('Sorrrry Tou Are Wrong');
END




OUTPUT:




Comments

Popular posts from this blog

How to use serial.write() in Arduino.

How to make and use web service in Microsoft Dynamics Navision.

How to Generate random rows in dataset using c#.net