Hi everyone,
I am trying to transform a form into a page using the TIF tool under nav 2009 R2....
I followed the steps in the link below:
http://www.mibuso.com/forum/viewtopic.php?f=32&t=29961
The following line in the C/AL code:
CurrPage.SubFrom.FORM.UPDATECONTROLS;
is generating the following error:
You have specified an unknown variable UPDATECONTROLS
Define the variable under 'Global C/AL symbols
As far as I know, UPDATECONTROLS is a function, not a variable....
What can I do???
Comments
In some scenarios "refreshonactivate" does what needed in others you may have to add a currpage.update in AL code.
The UPDATECONTROLS function is obsolete in NAV2009
Troels Bent Hansen
Senior Program Manager
Microsoft Dynamics NAV
****** This posting is provided "AS IS" with no warranties, and confers no rights ******
If you look at the technical help for properties, it will give you the alternatives.
Maybe some future release will allow more control with pages like we have been used to with Classic forms.
http://mibuso.com/blogs/davidmachanick/