Display method 应该会经常使用到的一种数据显示方式,
根据当天的table去另一个table中拿到指定的数据在form中显示出来
display NumberOfRecords testMethod(CustTable myTable)
{
NumberOfRecords recCount = this.totalNumberOfRows();
Return recCount;
}
Display method 应该会经常使用到的一种数据显示方式,
根据当天的table去另一个table中拿到指定的数据在form中显示出来
display NumberOfRecords testMethod(CustTable myTable)
{
NumberOfRecords recCount = this.totalNumberOfRows();
Return recCount;
}