Quotation Error

prashantiprashanti Member Posts: 96
Hi Experts!!

When I try to click the quotes this error popups. Please let me know the solution for the same.

Please find the error report for the same.

Regards
Prashanti

Comments

  • shillushillu Member Posts: 72
    Hi Prashanti,

    Go to the Form 41 (Sale Quote - Form Designer)....
    Add the following code to remove filters applied previously on that form.

    Form - OnOpenForm()
    RESET;

    save and close the form. now you try to run the form. if it works, remove the newly added code and save the form.

    Thanks,
    Shilpa.
  • pdjpdj Member Posts: 643
    That was a bit overkill, but I'm sure it works.

    Several options:

    1) Compile form 41, but then everybody will lose the zup-information about the form.
    2) Delete your own zup-file, but then you will lose zup-information for all objects. (not not anybody else)

    To prevent the problem from happening again, you could add code to the OnOpenForm, but I would suggest only writing "SETRANGE("No.");" and not a full RESET.
    Regards
    Peter
  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • prashantiprashanti Member Posts: 96
    Hi

    Thanks very much SETRANGE("NO"); worked for me.

    Regards,
    Prashanti
Sign In or Register to comment.