Very simple … the use fo COM object isn’t the best way, but in many case could be a quick solution.
static void CreateWordDocument(Args _args)
{
Filename template;
CustTable custtable;...(read more)
↧