Example:
static void WindowDemo(Args _args) { print('Hello world'); pause; }
Sort of a hidden feature in Ax, is that you can actually control the output window, both size and position. You can use the Window command for that.
Example:
static void WindowDemo(Args _args) { window 120,60 at 5,5; print('Hello world'); pause; }
With the Window command in following format
window deltax, deltay at x,y
x Top left position of the window, x-coördinate (Horizontal)
y Top left position of the window, y-coördinate (Vertical)
deltax Width of the window, in characters
deltay Height of the window, in lines of text
Sorry for the off-topic comment but i don't find your mail,
ReplyDeletehi,
i need read to external database but after i need to isnert data into table in dynamics ax,it's possible to use insert_recordset whit resultset, i have external table whit milion record and while(resultset.netxt()) is not perfomance, do you have any solution?
thanks