Re: [Axapta-Knowledge-Village] Localmacro help please

2005-07-11 Thread DouglasT
this is the so called "48 feature" it doesn't have anything to do directly with localmacros or containers. you'll get the same internal compiler overflow "hey what are you doing" using update_recordset command with more than 48 fields to set. in this case you have NO chance beside "duplicating

[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