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 get column value from the selected row in data grid in wpf c#.net

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

How to use Format function in Microsoft Dynamics Navision.