如何从表单中打印报表呢?
这个是我最初的表单,我发现很不好,如果一旦公司太多,几千几百又怎么找呢?对吧,所以希望各位前辈能帮我这个小菜想想办法combo1-click:
select 联系人信息
set filt to allt(联系人信息.单位名称)=allt()
select 产品信息
set filt to allt(产品信息.单位名称)=allt()
select 基本信息
set filt to allt(基本信息.单位名称)=allt()
report from ems-收件.frx to printer prompt nodialog preview
int:
select 单位名称 form 联系人信息 into cursor combo1
select 单位名称 form 产品信息 into cursor combo1
select 单位名称 form基本信息 into cursor combo1
this.rowsourcetype=6
this.rowsource="combo1"
这个是最初的表单