2016-09-07 86 views

回答

3

您可以使用表CustTable中的方法name()检索名称。

选择表CustTable,然后传递方法name()的结果。

例子:

CustTable custTable; 
select custTable where custTable.AccountNum == "YourCustomer"; 
info(custTable.name()); 
+0

感谢ü乔纳森.. –

+0

喜乔纳森我怎样才能通过在SSRS报告 –

+0

customerInvoiceTmp.Customername =?我应该通过什么就有什么领域? –