static void Job150(Args _args)
{
//code to generate the random number
int dice;
dice = (xGlobal::randomPositiveInt32() mod 6) + 1;
print dice;
pause;
}
{
//code to generate the random number
int dice;
dice = (xGlobal::randomPositiveInt32() mod 6) + 1;
print dice;
pause;
}
how to add background colour for tables,forms and buttons in ax 2012?
ReplyDelete