2016-09-07 84 views

回答

3

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

選擇表CustTable,然後傳遞方法name()的結果。

例子:

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

感謝ü喬納森.. –

+0

喜喬納森我怎樣才能通過在SSRS報告 –

+0

customerInvoiceTmp.Customername =?我應該通過什麼就有什麼領域? –