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.
Comments
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.
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.
Peter
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks very much SETRANGE("NO"); worked for me.
Regards,
Prashanti