Hi again,
I have another problem on programming in Navision... I've created several forms and I want to create a wizard of thos forms. So when I click 'Next' or 'Previous' in a form I want to close the form and open te next form. Now I've noticed when I use:
Currform.close;
FORM.RUN(FORM::form);
the form won't close because it asks to be saved.. When I click Yes/No both forms close?!
Can anyone help me on this one..
Thanks in advance!
0
Comments
Consultant-Developper
http://www.CreaChain.com
If you need to parse variables to the forms you can declare the forms as variables in the controlling code and make functions in the forms to retrieve the variables.
/Anders