Hi,
I've made a small program which reads figures from customers record multicompanies using the changecompany function.
However , although the customer name is different for each company , it shows me for all the companies the same name.
The figures are correct.
Can you please help me on this?
0
Comments
How are you collecting this data your program? If you are using CHANGECOMPANY C/Side code you already know the company code so is it a company name issue?
Neil
I collect figures from customers. The customer name is different on each company but it gives me the same customer names.
Can you send your code?
Neil
Customer.CHANGECOMPANY('Company Name Test1');
Customer.CALCFIELDS("Net Change (LCY)");
Customer.CALCFIELDS(Balance);
Customer.CALCFIELDS("Net Change");
customer.CALCFIELDS("Balance (LCY)");
name1:=Customer.Name;