Thursday, December 19, 2013

How To Flush label Files Using x++ code.

static void LabelFlush(Args _args)
{
    Label::flush('DTD', 'en-gb');
    Label::flush('DTD', 'en-us');
    Box::info('done');


}

No comments:

Post a Comment