Hey guys.
So I have been using the transformation tool to migrate some forms to pages, from NAV 5 to NAV 2009 and I'm getting this error:
You have specified an unknown variable.
VISIBLE
Define the variable under 'Global C/AL symbols'
There is no VISIBLE variable in the new code (though in the NAV 5 code there was some VISIBLE calls).
What can be the error?
Comments
Looks like there is some code on the old form that calls VISIBLE directly. Look for something like Currform.[control name].visible. Then rem out and try again.
Hope this helps
Neil