打印多页

问题描述:

我有一个程序,点击后我想打印2000篇论文,

名称地址等客户。所以它必须打印每条记录。


如何管理?


Jeroen

I have a program that when clicked i want to print 2000 papers, with the
names adress etc of customers. So it have to print every record.

How to manage it?

Jeroen

2003年9月18日星期四14:47:54 +0200,Jeroen van vliet

< in ** @ educationstays.com>写道:
On Thu, 18 Sep 2003 14:47:54 +0200, "Jeroen van vliet"
<in**@educationalstays.com> wrote:
我有一个程序,当点击我想打印2000篇论文,其中
名称地址等客户。所以它必须打印每一条记录。

如何管理?
I have a program that when clicked i want to print 2000 papers, with the
names adress etc of customers. So it have to print every record.

How to manage it?




或许只是更多的信息?


关于问题性质的一小部分提示?



Perhaps just a little more info ?

Just a small hint as to the nature of your problem ?





>
好​​吧,我会提供更多信息。我有一个带有Adodc作为数据源的数据网格

并且有这个查询:


select * from customers


现在我有4个文本框,具有相同的Adodc和4个字段,如名称,

adres邮政编码和城市。然后我将打印4个

文本框的内容,我已经定位了X和Y.现在我只能在

a时间打印1接受转发,然后我接下来做了一个按钮,然后重新打印。

现在我有2000个顾客。我不想点击2000次来打印所有

接受giro的。

所以我想制作一个按钮,一次打印2000个客户。 />

请问我是否需要更多信息和谢谢


Jeroen

Hi,

well, i will give more info. I have a datagrid with an Adodc as a datasource
and have this query:

select * from customers

now do i have 4 textboxes with the same Adodc and 4 fields, like names,
adres postal code and city. Then i will print the contents of the 4
textboxes, which I already positioned the X and Y. Now i can only print 1 at
a time on an accept giro , then i made a button next, and print it again.
Now i have 2000 customers. I dont want to click 2000 times to print all the
accept giro′s.
So I want to make a button to print the 2000 customers in one time.

Please ask me if you need more information and thanks

Jeroen
I有一个程序,当点击我想打印2000篇论文,其中
名称地址等客户。所以它必须打印每一条记录。

如何管理它?
I have a program that when clicked i want to print 2000 papers, with the
names adress etc of customers. So it have to print every record.

How to manage it?



或许只是一点点信息?

只是一个关于问题性质的小提示?



Perhaps just a little more info ?

Just a small hint as to the nature of your problem ?






这有点更好


将数据提取到字符串中


使用打印机对象

Printer.Height = ....


Printer.CurrentX = ...

Printer.CurrentY = ...


Printer.Print TheField





Printer.NewPage


就个人而言,我会提取相关内容数据并将其推入一个文件,

然后通过单独的程序打印每个记录


...这是''功课''还是用于真实的吗?

On Thu,2003年9月18日17:30:17 +0200,Jeroen van vliet

< in ** @ educationstays.com>写道:
Hmm

That is a bit better

Extract the data into Strings

Use the Printer Object

Printer.Height = ....

Printer.CurrentX = ...
Printer.CurrentY = ...

Printer.Print TheField

etc

Printer.NewPage

Personally I would extract the relevant data and shove it into a file,
then whip through printing each record in a separate program

... is this ''homework'' or for real ?
On Thu, 18 Sep 2003 17:30:17 +0200, "Jeroen van vliet"
<in**@educationalstays.com> wrote:



好吧,我会提供更多信息。我有一个带有Adodc作为数据源的数据网格
并且有这样的查询:

选择*来自客户

现在我有4个文本框具有相同的Adodc和4个字段,如姓名,
邮政编码和城市。然后我将打印4个文本框的内容,我已经定位了X和Y.现在我只能在接受转一次打印1,然后我按下了一个按钮,然后再次打印。
现在我有2000个客户。我不想点击2000次打印所有
接受转载。
所以我想制作一个按钮,一次打印2000个客户。

请问我,如果你需要更多的信息和感谢

Jeroen

Hi,

well, i will give more info. I have a datagrid with an Adodc as a datasource
and have this query:

select * from customers

now do i have 4 textboxes with the same Adodc and 4 fields, like names,
adres postal code and city. Then i will print the contents of the 4
textboxes, which I already positioned the X and Y. Now i can only print 1 at
a time on an accept giro , then i made a button next, and print it again.
Now i have 2000 customers. I dont want to click 2000 times to print all the
accept giro′s.
So I want to make a button to print the 2000 customers in one time.

Please ask me if you need more information and thanks

Jeroen
>我有一个程序,当点击我想要打印2000篇论文,与
>名称地址等客户。所以它必须打印每条记录。
>
>如何管理它?
>
>I have a program that when clicked i want to print 2000 papers, with the
>names adress etc of customers. So it have to print every record.
>
>How to manage it?
>



或许只是一点点信息?

只是提示你问题的性质?



Perhaps just a little more info ?

Just a small hint as to the nature of your problem ?