Hi,
try to generate the source for an update method and execute it as
below:
static void Job48(Args _args)
{
str DynamicCreatedUpdate = "void update() {MyTab Tab;
UPDATE_RECORDSET Tab SETTING MyField[1] = 'bb' WHERE Tab.MyField[2] ==
'zz';}";
runbuf(DynamicCreatedUpdate);
}
Regards,
Onno
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

