I have transformed a Matrix Page, the issue after is that there is a field named Total Day which shows the total of the particular columns on which the cursor is.
There is a code writted to update the Total day field as :
CurrForm.TotalDay.UPDATE;
As i move the code on the page, it is written as:
CurrPage.TotalDay.UPDATE;
But the error it throws is:
Microsoft Dynamics NAV Classic
You have specified an unknown variable.
UPDATE
Define the variable under 'Global C/AL symbols'.
OK
I try to use F5, still the error remains the same as i can't find out the update by F5.
What must be the alternative as it is only updating the field on the cursor movement.
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Check this link
http://msdn.microsoft.com/en-us/library/dd355131.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...