[NAV 2009] You have specified an unknown variable - VISIBLE

jamorimjamorim Member Posts: 2
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

  • neilgfneilgf Member Posts: 148
    Hi

    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
Sign In or Register to comment.