Pages and UPDATEINDENT

poppinspoppins Member Posts: 647
edited 2012-07-19 in NAV Three Tier
Hi everyone,

I am trying to transform a form to a page using the TIF tool...

I am having trouble with the following piece of code:
CurrForm.Type.UPDATEINDENT(220*(TypeNiv.COUNT-Niveau));

After the transformation it becomes:
CurrPage.Type.UPDATEINDENT(220*(TypeNiv.COUNT-Niveau));

and generates the following error:
You have specified an unknown variable.
UPDATEINDENT
Define the variable under 'Global C/AL symbols'

What should I do???

Comments

Sign In or Register to comment.