@false and inputenabled and gotofield

I have an application that has “Anchor” fields on different tabs. These fields are not hidden but have InputEnabled = @False. I use Call uidoc.GotoField(“Anchor”) to go to these fields and put focus on that tab. This works wonderfully in Lotus 7.5 but I get “Cannot find Field” error in 8.5 or 8.51. If I remove the @false in the InputEnabled attribute then the errors go away but obviously the fields become editable. None of these functions seem to be deprecated in 8.5 or 8.51 so what’s the deal? Any ideas?

Thanks,Brad