I have a form (Baseform) with a subform (SubForm).
In the SubForm I have create a function (SubFormFunction) that mark some row and show only the marked row.
If I call SubFormFunction from SubForm all works fine but I want to call the SubFormFunction from the BaseForm with the command:
currForm.SubForm.FORM.SubFormFunction()
All works but, before the result, each time I receive a message like this:
"Do you want to rename the Record" (Yes/no) (or something similar, I have navision in Italian language).
If I press No, all works, otherwise I receive a strange error.
If I call 2 function I receive 2 questons and so on.
Does someone know why?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I put the update in the subForm, as you said:
SubFormFunction:
and in the main Form (Baseform):
but I receive the same message in both case.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks very much!