19.10.2012, 21:12
|
#1
|
Участник
|
ax-erp: How to execute code at run time in axapta
Источник: http://microsoft-dynamics-ax-erp.blo...n-time-in.html
==============
If you want to execute x++ code which you generate it at runtime then evalBuf method can help you.
This is an example.
evalBuf("info('This message is comming at run time code');");
You can use same with table,form ,report etc as per you requirement.
Источник: http://microsoft-dynamics-ax-erp.blo...n-time-in.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
|
|