//DISPLAY NAME
display Name LTvendName()
{
Name name;
;
name = VendTable::find(VendInvoiceJour.InvoiceAccount).AccountNum + ":"+ VendTable::find(VendInvoiceJour.InvoiceAccount).Name;
return name;
}
display Name LTvendName()
{
Name name;
;
name = VendTable::find(VendInvoiceJour.InvoiceAccount).AccountNum + ":"+ VendTable::find(VendInvoiceJour.InvoiceAccount).Name;
return name;
}
Comments
Post a Comment