Printing Error - Sales Invoice Form

toootooo Member Posts: 138
EDIT: InsertLine2 was an un-needed function so i've removed it and fixed the code and its working finenow.
Reference to the member InsertLine2 of the variable could not be solved.
I get this error when i click on a print button added to form 43 Sales Invoice.
I'm unsure as to what this error means, can anyone help?

Answers

  • AlbertvhAlbertvh Member Posts: 516
    Run the form in debug mode and see where you get the error. This seems to be a mod in your code maybe.

    Hope this helps


    Albert
  • BeliasBelias Member Posts: 2,998
    try to recompile the form and the report you launch from print button...and the table of the form...maybe you have deleted a function that was called from one of these obj...
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • toootooo Member Posts: 138
    Belias wrote:
    try to recompile the form and the report you launch from print button...and the table of the form...maybe you have deleted a function that was called from one of these obj...
    Thinking about it, this could be the problem, i'll try it and see where it takes me.
    Thanks.
Sign In or Register to comment.