brio的一些问题,谢谢

mousekingzhhwang 2003-09-29 04:55:28
在做brio的下拉菜单中,如何能够实现点击一个菜单条,它的报表就能同步实现,
我的代码是按照help做的,还需要什么东西吗,请各位指教!!
代码如下:
/* Manipulating Limits based on selected value */

var sect_name = 'Results';

var limits_col = 'Quarter';

var choice = DropDown[DropDown.SelectedIndex];

if (choice=='All Quarters')

{

ActiveDocument.Sections[sect_name].Limits[limits_col].Ignore=true;

}

else

{

ActiveDocument.Sections[sect_name].Limits[limits_col].Ignore=false;

ActiveDocument.Sections[sect_name].Limits[limits_col].SelectedValues.RemoveAll();

ActiveDocument.Sections[sect_name].Limits[limits_col].SelectedValues.Add(choice);

ActiveDocument.Sections[sect_name].Limits[limits_col].Operator=bqLimitOperatorEqual;

}
...全文
27 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

7,388

社区成员

发帖
与我相关
我的任务
社区描述
其他数据库开发 数据仓库
社区管理员
  • 数据仓库
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧