public void init()
{
QueryBuildDataSource qbdsPurchLine;
super();
qbdsPurchLine = PurchLine_DS.query().dataSourceName(tableStr(PurchLine));
qbdsPurchLine.clearDynalinks();
qbdsPurchLine.addDynalink(fieldNum(PurchLine, VendAccount), myVendInfoShortView, fieldNum(myVendInfoShortView, AccountNum));
}
No comments:
Post a Comment