[users] Re: Print questions.

2011-08-12 Thread Klaus Muth
http://lmgtfy.com/?lang=enq=openoffice+watermark (in short: Format Page Style Background or create drawing object, Arrange To Background, Anchor To Page) Am Donnerstag, 11. August 2011 23:41 schrieb Erik P. Olsen: Sorry. I forgot to mention that I am running linux, fedora 14, and Oo is

[users] Re: Print questions.

2011-08-12 Thread Larry Gusaas
On 2011/08/11 3:36 PM Erik P. Olsen wrote: how do I specify duplex print? The same way you specify duplex printing from any other application. It varies according to the printer you are using and is a printer setting, not an OOo setting. Larry -- _ Larry I.

[users] Re: Print questions.

2011-08-12 Thread Doug
On 08/12/2011 02:45 AM, Larry Gusaas wrote: On 2011/08/11 3:36 PM Erik P. Olsen wrote: how do I specify duplex print? The same way you specify duplex printing from any other application. It varies according to the printer you are using and is a printer setting, not an OOo setting. Larry In

[users] Re: Print questions.

2011-08-12 Thread Larry Gusaas
On 2011/08/12 1:08 AM Doug wrote: somewhere on the computer there is a printer setup routine that you used when you first connected the printer. In that routine, there should be a place where you can tell the printer to print duplex The duplex printing setting on both printers I use are in

[users] Re: Print questions.

2011-08-12 Thread Doug
On 08/12/2011 03:21 AM, Larry Gusaas wrote: On 2011/08/12 1:08 AM Doug wrote: somewhere on the computer there is a printer setup routine that you used when you first connected the printer. In that routine, there should be a place where you can tell the printer to print duplex The duplex

[users] OpenOffice.org Basic – Arrays as parameters in functions

2011-08-12 Thread Johnny Rosenberg
Let's say I have this array: Type MyType A As String B As Long End Type Sub Main Dim MyArray(0) As MyType, i As Long ' A lot of stuff going on For i=1 To Something ReDim Preserve MyArray(i).A=getStuffFromSomewhere()