有没有办法将表方法而不是 fieldid 传递给 QueryBuildDataSource 对象的 addLink 方法?我有这个代码:
qbdsLedgerTrans.addLink(
FieldNum(LedgerTable, AccountNum), // Here i need to pass a conditional value of a LedgerTable method instead of a field
FieldNum(LedgerTrans, AccountNum)
);