Re: [development-axapta] switching companies in Axapta with X++ - Error

2008-12-10 Thread Setiaji Kurniawan
Yes, thats correct, all variable must be set to null everytime you change the company. For example : changecompany(abc) { salestable = null; } - setiaji - mudit mittal wrote: > > > Make sure all buffers used inside changecompany are initialized to null. > > Changecompany(abc) > { > salesT

Re: [development-axapta] switching companies in Axapta with X++ - Error

2008-12-09 Thread mudit mittal
Make sure all buffers used inside changecompany are initialized to null.   Changecompany(abc) { salesTable = } --- On Tue, 10/14/08, eldj_joax <[EMAIL PROTECTED]> wrote: From: eldj_joax <[EMAIL PROTECTED]> Subject: [development-axapta] switching companies in Axapta with X+

RE: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-16 Thread Murat Bal
r 15, 2008 11:27 AM To: development-axapta@yahoogroups.com Subject: SV: [development-axapta] switching companies in Axapta with X++ - Error Try "null-ing" the table-buffer: salestable=null before you change company. Fra: development-axapta@yahoogro

SV: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread Dahlsgaard Jan
ent-axapta] switching companies in Axapta with X++ - Error I am trying to switch between companies for a special report in AX 4.0 SP2. I try to change to one of the 12 companies. I am able to change with the first 2 companies, but with the third one, for some reason, I am getting the follo

RE: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread Malcolm Burtt
[EMAIL PROTECTED] Sent: 14 October 2008 18:50 To: development-axapta@yahoogroups.com Subject: [development-axapta] switching companies in Axapta with X++ - Error I am trying to switch between companies for a special report in AX 4.0 SP2. I try to change to one of the 12 companies. I am able to

[development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread eldj_joax
I am trying to switch between companies for a special report in AX 4.0 SP2. I try to change to one of the 12 companies. I am able to change with the first 2 companies, but with the third one, for some reason, I am getting the following error information: Unable to change company for Sales o