Options

Source Table =Rec.Customer

poppinspoppins Member Posts: 647
edited 2012-07-16 in NAV Three Tier
Hi everyone,

I have some trouble with the following piece of code:
FORM.RUN(Form1, Record1);
Record1 is a record of type Customer while Form1 is has rec.Customer as Source Table...

While running the code I get the following error message:
The specified table (Customer) is different from the table the form uses(rec.Customer)

How can I fix that???How should I define Record1 to make it work???

Comments

Sign In or Register to comment.