Matrix Page Issue

LambaLamba Member Posts: 260
edited 2012-08-03 in NAV Three Tier
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.

Comments

Sign In or Register to comment.