本文介绍了如何创建“重置过滤器” cmd按钮?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我创建了一个包含两个组合框和两个cmd按钮的表单。表单的想法是用户将从每个组合框中选择搜索参数,然后单击第一个cmd按钮cmdCreateReport。在此过程中,它会根据搜索条件打开报告。
我的问题似乎在于seconf cmd按钮:
cmdRemoveFilter
I have created a form that contain two combo boxes and two cmd buttons. The idea of the form is that the user will select a search parameter from each combo box then will click the first cmd button "cmdCreateReport". Upon doing so it open a report based of the search criteria.
My problems seems to lay with the seconf cmd button :
cmdRemoveFilter
展开 | 选择 | Wrap | 行号
推荐答案
这篇关于如何创建“重置过滤器” cmd按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!