--- In development-axapta@yahoogroups.com, "Steeve Gilbert" <[EMAIL PROTECTED]> wrote: > > Maybe it doesn't want to run methods in update_recordset. Try this > instead : > > container emptyCon = connull(); > update_recordset T setting F = emptyCon; > > or > > update_recordset T setting F = []; > (don't know if it compiles) > > good luck! >
Good suggestions -- however they don't compile. Thanks anyway. Regards, Morten