UpdateControls in Page

LambaLamba Member Posts: 260
edited 2012-12-14 in NAV Three Tier
Hi,
On transforming a form, i am facing the below issue:

There is a field on Main form, named Party, on its OnValidate a function is called, which is having the following code:

Currform.Whseline.FORM.Updatecontrol;
When i transform the form, on compilation, it cannot find the Updatecontrol.
So how this can be updated.

If it would have been Editable property issue, it can be replicated by creating boolean and using it on the Visibility of the respective field.
But what can be done for updating the subpage, in the above scenario.

Thanks
Lamba

Comments

Sign In or Register to comment.