Re: [libreoffice-users] Laser printer not available?

2012-09-19 Thread Jay Lozier
On 09/19/2012 07:38 PM, Thomas Taylor wrote: > Using LO 3.5 (build 403) under openSUSE 12.2 my laser printer (Brother > HL-1440) doesn't show up in the printer dialog box when I try to print > something. > > The first image taken from "tools > Options" shows the printer is being > seen in the FAX

[libreoffice-users] Laser printer not available?

2012-09-19 Thread Thomas Taylor
Using LO 3.5 (build 403) under openSUSE 12.2 my laser printer (Brother HL-1440) doesn't show up in the printer dialog box when I try to print something. The first image taken from "tools > Options" shows the printer is being seen in the FAX list: http://www.imagebam.com/image/e84f3e21132

[libreoffice-users] Re: Libreoffice Read/Write to Calc

2012-09-19 Thread Andreas Säger
Generate office valid documents without any office suite: http://opendocumentfellowship.com/projects/odftools Accessing the UNO API of LibreOffice/OpenOffice in Python: http://wiki.services.openoffice.org/wiki/PyUNO_bridge (similar things work with Java and some other languages) -- View this mes

Re: [libreoffice-users] Libreoffice Read/Write to Calc

2012-09-19 Thread Jay Lozier
Jan, On 09/19/2012 03:35 PM, Jan Öhman wrote: > Hello! > > Wonder if it's possible to write / read to / from cells in a > spreadsheet from the command (or other program)? > > Let's say, I want to enter 1 in cell D3, on the Sheet1. Then read > the result in cell F10 on the Sheet1. > Or open t

[libreoffice-users] Libreoffice Read/Write to Calc

2012-09-19 Thread Jan Öhman
Hello! Wonder if it's possible to write / read to / from cells in a spreadsheet from the command (or other program)? Let's say, I want to enter 1 in cell D3, on the Sheet1. Then read the result in cell F10 on the Sheet1. Or open the spreadsheet and look at the diagram on the Sheet2. D

Re: [libreoffice-users] Re: MS raised prices so people will now start renting their office products instead

2012-09-19 Thread webmaster-Kracked_P_P
I have not bought any MSO past MSO-2003. I moved to OpenOffice.org [as soon as it read/saved .doc files] till LO 3.3.0 came out. Then I moved to LO for all my systems, Windows and Linux. Now I create/update the NA-DVD [http://libreoffice-na.us/English-3.5-installs/index.html] project and a

Re: [libreoffice-users] Re: MS raised prices so people will now start renting their office products instead

2012-09-19 Thread Jay Lozier
On 09/19/2012 11:56 AM, webmaster-Kracked_P_P wrote: > > No, it is not a good idea to take a break. > > But it is time to tell those people who do use MSO that they are > changing their pricing policy and almost forcing their users to rent > their products in the near future. > > It is time that th

Re: [libreoffice-users] Help with Scoring Bi-nominal Responses

2012-09-19 Thread Jean-Francois Nifenecker
Le 19/09/2012 07:03, Paul Anderson a écrit : Hello all, I have a simple question for which I cannot find the answer. I have a LibreCalc spreadsheet containing binomial data for which I would like to create a final summed "score" (in Column T) based upon a manually specified score index. Column

Re: [libreoffice-users] Help with Scoring Bi-nominal Responses

2012-09-19 Thread les
On Wed, 2012-09-19 at 00:03 -0500, Paul Anderson wrote: > Hello all, > > I have a simple question for which I cannot find the answer. > > I have a LibreCalc spreadsheet containing binomial data for which I > would like to create a final summed "score" (in Column T) based upon a > manually speci

Re: [libreoffice-users] Re: MS raised prices so people will now start renting their office products instead

2012-09-19 Thread webmaster-Kracked_P_P
No, it is not a good idea to take a break. But it is time to tell those people who do use MSO that they are changing their pricing policy and almost forcing their users to rent their products in the near future. It is time that the users start thinking about their long term use of MS's Offi

[libreoffice-users] What's New in Evolution 3.6

2012-09-19 Thread Tom Davies
Hi :) There has been some discussion on the Users List about email clients.  It seems LibreOffice is compatible with quite a few and people might be interested to hear about a new release of one of the larger ones.  Larger and more like a drop-in replacement for MS Outlook.  It's not a new proje

Re: [libreoffice-users] Re: MS raised prices so people will now start renting their office products instead

2012-09-19 Thread Pertti Rönnberg
Hi LiBO folks and especially LibO developers Microsoft's desicion to start renting their software puts ordinary people (and companies) in a fortune with very uncertain costs ahead. Should it not be now - if ever! - the perfect time for the LibO devs to take a break in developing new features i

Re: [libreoffice-users] "Socket Creation Error" in LibO 3.6.2.1 RC 1

2012-09-19 Thread Steven Shelton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I hate this freakin' default to reply only to the sender . . . I wanted this to send to the whole list to see if I could get any more comments, so now I have to re-send it. Ugh. On 9/18/2012 5:58 PM, Dan Lewis wrote: > I'm using JRE 6-24. JRE 7.-x

Re: [libreoffice-users] Re: MS raised prices so people will now start renting their office products instead

2012-09-19 Thread webmaster-Kracked_P_P
YES!!! That is why I posted this info to the list. Now there is one more thing that it an advantage of LO over MSO. You do not have to rent it. I do not know how many people would be comfortable with renting software. I really would not trust MS not raising the rental fee for year two. Th

[libreoffice-users] Re: Base Report Question

2012-09-19 Thread Andreas Säger
SELECT "this"|| '|' ||"that" FROM "XTable" The double-pipe is the SQL concatenation operator analog to & in a spreadsheet. '|' is a literal pipe analog to "|" in a spreadsheet. -- View this message in context: http://nabble.documentfoundation.org/Base-Report-Question-tp4008153p4008175.html Sent

[libreoffice-users] Base Report Question

2012-09-19 Thread Ian Whitfield
Hi All I have a Database of Members and use a Query to extract two fields. I then have a report that displays these fields. What I want to know is - Is it possible to make the Report display the first field, add a 'pipe' symbol and then the second field. ie AAA|BBB (with no spaces in between)?