放大的报告 [英] Zoom in on a report

查看:451
本文介绍了放大的报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图建立形式弹出放大,这将放大嵌在标签控件嵌入在窗体的报告。我在框控件变焦称为txtzoom。在codeI想到会工作如下所示

I am trying to build a pop up zoom in form which will zoom in on a report embedded in a tab control embedded in a form. My zoom in box control is called txtzoom. The code i thought would work looks like the following

Private Sub Form_Open(Cancel As Integer)
 Me.txtZoom = Forms("frmContactsSwitchboard").Report("rptContactPage05")!Note
End Sub

我的计划是要能够放大到一个领域,并能够对其进行编辑..我不知道这是可能的。

My plan is to be able to zoom into a field, and be able to edit it.. I am not sure if this is possible.

我会AP preciate,如果有人谁是熟悉这个问题可以请让我知道我能做些什么来解决这个问题.. 干杯, A

I would appreciate if someone who is familiar with this issue could please let me know what i can do to resolve it.. Cheers, A

推荐答案

你知道有关访问的内置(但有缺陷的)缩放窗口?尝试pressing桌子上,查询,窗体或报表移位-F2(在报表视图)。不幸的是,字体默认为宋体8PT,并在每次关闭Access将重置。所以,第一个按住Shift键F2没有太大的帮助,但一旦你改变了字体大小,其他的功能是存在的。你可能只想给用户的建议使用Shift键-F2放大的标签。

Do you know about Access's built-in (but flawed) Zoom window? Try pressing Shift-F2 on a table, query, form, or report (in report view). Unfortunately, the font defaults to Tahoma 8pt and resets each time you close Access. So, the first Shift-F2 doesn't help much, but once you've changed the font size, the rest of the functionality is there. You may want to just give the user a label that suggests using Shift-F2 to zoom.

这篇关于放大的报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆