形式 - 垂直压缩空行。 [英] Form - compacting empty lines vertically.

查看:67
本文介绍了形式 - 垂直压缩空行。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨:


我有一个包含以下条目的表格(每行一个元素)


名称

地址第1行

地址第2行

城市,州,邮编

在很多情况下只有一个地址行填写(另一个是公寓号码

和东西)。现在表单的工作方式,名称后跟地址第一行

(用数据填写),然后是一个空白行,后跟城市州和邮政编码。它看起来很分散且不整洁。


有没有办法垂直压缩这个,这样当一条线为空时它不会是
出现或在表单上使用一行?这将使表格看起来更整洁。


谢谢


John Baker

Hi:

I have a form which contains the following entry ( one element on each line)

Name
Address line 1
Address line 2
city, state, zip

In many cases there is only ONE address line filled in (the other is for apartment numbers
and things). The way the form works now, the name is followed by address line one
(completed with data) and then a blank line followed by the city state and zip. It looks
scattered and untidy.

Is there any way to vertically compress this so that when a line is blank it does not
appear or use a line on the form? This would make the form look a great deal tidier.

Thanks

John Baker

推荐答案

这很容易在一份报告中完成,但在表格中却不那么容易。

把表格看作是把信息放进去的方式 -

您总是希望这些空白行可用,以防有人需要添加更多信息。

将报告视为如何你得到的信息:

'你在哪里做整齐的格式化。


HTH

- Turtle


" John Baker" <巴****** @ Verizon.net>在消息中写道

news:ga ******************************** @ 4ax.com ...
This is easily accomplished in a report, but not so easily in a form.
Think of the form as the way to put the information in -
you always want those blank lines to be available, in case someone has
some more information to add.
Think of a report as how you get the information out:
that''s where you do the tidy formatting.

HTH
- Turtle

"John Baker" <Ba******@Verizon.net> wrote in message
news:ga********************************@4ax.com...
嗨:

我有一个包含以下条目的表单(每个
行一个元素)
名称
地址第1行
地址第2行
城市,州,拉链

在许多情况下,只有一个地址线填写(另一个是
公寓号码和事情)。现在表单的工作方式,名称后跟地址
第一行(用数据完成),然后是空白行,后跟城市状态和
zip。它看起来分散且不整洁。

是否有任何方法可以垂直压缩它,以便当一行为空时
它不会出现或在表单上使用一行?这将使表格看起来更加美好的
交易。
谢谢

John Baker
Hi:

I have a form which contains the following entry ( one element on each line)
Name
Address line 1
Address line 2
city, state, zip

In many cases there is only ONE address line filled in (the other is for apartment numbers and things). The way the form works now, the name is followed by address line one (completed with data) and then a blank line followed by the city state and zip. It looks scattered and untidy.

Is there any way to vertically compress this so that when a line is blank it does not appear or use a line on the form? This would make the form look a great deal tidier.
Thanks

John Baker



- ----开始PGP签名消息-----

哈希:SHA1


我通常只有一个长度为255个字符的地址字段

TextBox" Action on Enter"是新线。这将允许用户

在同一个字段中输入多行地址。


HTH,


MGFoster ::: mgf

奥克兰,加利福尼亚州(美国)

-----开始PGP签名-----

版本:PGP个人隐私5.0

Charset:noconv

iQA / AwUBP8ZCmIechKqOuFEgEQLNdgCg3xRmMx90JDmeHOvx7iEuvg B0pr4AoN6w

hH8JW6cl0kq5tQUl2pfQcgMO

= PmLt

-----结束PGP签名-----


John Baker写道:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I usually have only one Address field that is 255 characters long and
the TextBox "Action on Enter" is "New Line." This will allow the user
to enter a multi-line address in the same field.

HTH,

MGFoster:::mgf
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBP8ZCmIechKqOuFEgEQLNdgCg3xRmMx90JDmeHOvx7iEuvg B0pr4AoN6w
hH8JW6cl0kq5tQUl2pfQcgMO
=PmLt
-----END PGP SIGNATURE-----

John Baker wrote:
嗨:

我有一个包含以下条目的表格(每行一个元素)

名称
地址第1行
地址第2行
city,state,zip

在许多情况下,只有一个地址线填写(另一个是公寓号
和东西)。表单的工作方式现在,名称后跟地址第一行
(用数据完成),然后是一个空白行,后跟城市状态和zip。它看起来分散且不整洁。

是否有任何方法可以垂直压缩它,以便当一行为空时它不会出现或在表单上使用一行?这将使表格看起来更整洁。

John Baker
Hi:

I have a form which contains the following entry ( one element on each line)

Name
Address line 1
Address line 2
city, state, zip

In many cases there is only ONE address line filled in (the other is for apartment numbers
and things). The way the form works now, the name is followed by address line one
(completed with data) and then a blank line followed by the city state and zip. It looks
scattered and untidy.

Is there any way to vertically compress this so that when a line is blank it does not
appear or use a line on the form? This would make the form look a great deal tidier.

Thanks

John Baker



MGF :


感谢您的想法,但是如何设置宏或代码来创建新行?

我设置:


私人子地址_Enter()

新行


结束子


它不会接受它!

问候


John Baker


MGFoster< me @ privacy。 COM>写道:
MGF:

Thanks for the idea, but how do you set up the macro, or code, to create a new line?
I set up:

Private Sub address_Enter()
New Line

End Sub

and it would not accept it!
Regards

John Baker

MGFoster <me@privacy.com> wrote:
-----开始PGP签名消息-----
哈希:SHA1

我通常只有一个地址字段长度为255个字符,并且TextBoxEnter on Enter是新线。这将允许用户在同一领域输入多行地址。

HTH,

MGFoster ::: mgf
奥克兰, CA(美国)
-----开始PGP签名-----
版本:PGP个人隐私5.0
Charset:noconv

iQA / AwUBP8ZCmIechKqOuFEgEQLNdgCg3xRmMx90JDmeHOvx7iEuvg B0pr4AoN6w
hH8JW6cl0kq5tQUl2pfQcgMO
= PmLt
-----结束PGP签名-----

John Baker写道:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I usually have only one Address field that is 255 characters long and
the TextBox "Action on Enter" is "New Line." This will allow the user
to enter a multi-line address in the same field.

HTH,

MGFoster:::mgf
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBP8ZCmIechKqOuFEgEQLNdgCg3xRmMx90JDmeHOvx7iEuvg B0pr4AoN6w
hH8JW6cl0kq5tQUl2pfQcgMO
=PmLt
-----END PGP SIGNATURE-----

John Baker wrote:
嗨:

我有一个包含以下条目的表格(每行一个元素)

名称
地址第1行
地址第2行
城市,州,邮编

在许多情况下,只有一个地址线填写(另一个是公寓号
和东西)。表单的工作方式现在,名称后跟地址第一行
(用数据完成),然后是一个空白行,后跟城市状态和zip。它看起来分散且不整洁。

是否有任何方法可以垂直压缩它,以便当一行为空时它不会出现或在表单上使用一行?这将使表格看起来更整洁。

John Baker
Hi:

I have a form which contains the following entry ( one element on each line)

Name
Address line 1
Address line 2
city, state, zip

In many cases there is only ONE address line filled in (the other is for apartment numbers
and things). The way the form works now, the name is followed by address line one
(completed with data) and then a blank line followed by the city state and zip. It looks
scattered and untidy.

Is there any way to vertically compress this so that when a line is blank it does not
appear or use a line on the form? This would make the form look a great deal tidier.

Thanks

John Baker






这篇关于形式 - 垂直压缩空行。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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