Need to add range to the query.
Example: Need to add range in ExecuteQuery() method.
QueryBuildRange queryBuildDateRange = SysQuery::findOrCreate(this.queryBuildDataSource(),fieldNum(MyTable,Field));
queryBuildDateRange.value(SysQuery::range(fromDate.DateValue(),Todate.dateValue()));
No comments:
Post a Comment
Give me the commetns and solutions