Re: [Axapta-Knowledge-Village] Excel Import Error: ContactPerson Table

2005-05-07 Thread Subrahmanyam, Mamidi
Hi,   I had faced the same problem earlier. As you know, I debugged the sysdataimportcline (?? ) class and found that Exapta maps the Fields to the Enums. When they don;t match , you get this type of errors. So the problem is due to the formatting.   what you can do is:   1. Cust and paste the

[Axapta-Knowledge-Village] Re: Change Join type at runtime

2005-05-07 Thread DouglasT
to archive changing the jointype between formadatsources (not querybuilddatasources) you have to do this before the form init super () call - using FormBuildDataSource instead of FormDataSource. changing the jointype of the corresponding FormBuildDataSource will "instruct" the super call of form