GetCurrentRFInstance( )
获取当前在其中运行规则的表单实例编号。
注:
此规则帮助程序函数不支持用于“屏幕候选项”规则执行。语法
GetCurrentRFInstance()参数
无。
返回值
表示运行规则的重复表单实例编号的编号。
示例
示例 3-58 如果这是第一个实例,则在未输入 aeDate 时引发查询
// If this is the first instance, raise a query if aeDate is not entered
return (GetCurrentRFInstance() == 1 && aeDate === null)?false:true;父主题:重复表单功能