欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

DisPlay Method

程序员文章站 2022-06-02 17:05:42
...

Display method 应该会经常使用到的一种数据显示方式,
根据当天的table去另一个table中拿到指定的数据在form中显示出来

display NumberOfRecords testMethod(CustTable myTable)
    {
       NumberOfRecords recCount = this.totalNumberOfRows();
       Return recCount;
    }
相关标签: erp