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)
> {
> salesTable =
> }

