GetCurrentRFInstance( )
获取当前在其中运行规则的表单实例编号。
语法
GetCurrentRFInstance()
参数
无。
返回值
表示运行规则的重复表单实例编号的编号。
示例
示例 3-57 如果这是第一个实例,则在未输入 aeDate 时引发查询
// If this is the first instance, raise a query if aeDate is not entered
return (GetCurrentRFInstance() == 1 && aeDate === null)?false:true;
父主题:重复表单功能