#22003/4/23 17:57:02
可以在 Previous pages 按钮属性中设置中选择Hide When inactive,然后在Active If 中输入CurrentPageNum@"frameWork"<>1,将framework改为框架图标名,即只有自系统变量CurrentPageNum(即当前图标页数),不为1时,"上一页"按钮才可见;
"next page"按钮的设置跟随"上一页"类似,只是在Active If 中输入
CurrentPageNum@"framework"<>pagecount@"FramewoukIconTitle",即只有自系统变量CurrentPageNum不等于系统变量PageCount(最后一页数)时,"下一页"才可见.