First add a method on the form to populate records in the temporary table:
public LabelsTable populateRecords()
{
SysDictTable dictTable = new SysDictTable(tableNum(PurchLine));
SysDictField dictField;...(read more)
↧