Re: Where are my files?

2021-06-30 Thread Dan Lewis
   You sent this request to the wrong mailing list. It should have been to us...@global.libreoffice.org. where general questions like yours are sent. You sent it to the mailing list for developers, the people who work on the code for LibreOffice. I have done so for you. How have you searched fo

Re: [Feature request] Convert spreadsheets to SQL queries

2021-05-26 Thread Dan Lewis
us...@global.libreoffice.org We suggest you become a member of the mailing lists especially if you will be having more questions in the future: users+subscr...@global.libreoffice.org Dan On 5/26/21 2:57 PM, Chintan from Rebhu wrote: Thanks

Re: ESC meeting agenda: 2021-03-25 16:00 Berlin time - renaming - a serious tongue-in-cheek proposal

2021-03-26 Thread Dan Lewis
Can we at least keep our language clean on this mailing list? Dan On 3/26/21 11:17 AM, Tor Lillqvist wrote: > 1984 here we come .. Oh for fuck’s sake. It’s sad to see how many reactionaries there are in this so-called community. —tml ___ LibreOf

Re: getting started with libreoffice online

2020-11-18 Thread Dan Lewis
I found this link: https://documentation.libreoffice.org/en/english-documentation/ This is version 6.3. We are working on updating to 7.0, but this may take some time. Dan On 11/18/20 17:28, Marc Roos wrote: Dan, can you help with this? -Original Message- To: libreoffice Su

Re: Libreoffice online questions

2020-11-12 Thread Dan Lewis
Yes it is, so ask your question. Dan On 11/12/20 14:25, Marc Roos wrote: I was a while back on this irc support and there they reffered me to the development mailing list for libreoffice online questions. But I cannot remember exactly what the mailinglist was, is this the correct one? __

Re: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Dan Lewis
time and understanding as well. Dan On 10/6/20 17:10, nicholas ferguson wrote: Can I ask what kind of platform would you use for 16 million rows that involve calculations? *From:*LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] *On Behalf Of *Dan Lewis *Sent:* Tuesday

Re: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Dan Lewis
From my perspective, one needs to learn how to create a database in Base including tables, queries, forms and report when working with this much data. It is designed to handle large amounts of it. MySQL, Postgresql, and Oracle can be used as a backend  for Base being the front end. Dan On 10

Re: LO 6.2.6.1 pre-release

2019-08-01 Thread Dan Lewis
On 7/31/19 6:29 PM, Michael Weghorn wrote: Hi Dan, On 31/07/2019 19.20, Dan Lewis wrote:    I have recently downloaded the x86_64 version (DEB) of the pre-release. After installing it, I have tried to open it. It fails to open. I use Ubuntu 18.04 which has icons on the left side of the

LO 6.2.6.1 pre-release

2019-07-31 Thread Dan Lewis
   I have recently downloaded the x86_64 version (DEB) of the pre-release. After installing it, I have tried to open it. It fails to open. I use Ubuntu 18.04 which has icons on the left side of the screen. Clicking this produced the screen shot for a while before it disappeared. Opening it in a

Re: Reveal code, old macros convert them to LO

2019-07-07 Thread Dan Lewis
On 7/7/19 4:35 PM, Wols Lists wrote: On 07/07/19 17:06, Tor Lillqvist wrote: For the reference: we have a bug report since 2011 https://bugs.documentfoundation.org/show_bug.cgi?id=34002 and the corresponding openoffice bug report from 2002 is linked in the ticket... Which

Re: Reveal code, old macros convert them to LO

2019-07-05 Thread Dan Lewis
On 7/4/19 8:06 AM, Thorsten Behrens wrote: Hi Uwe, Uwe Brauer wrote: Is there somebody with enough knownledge in macros to translate those macros to LO 6.2? Perhaps - I'd suggest you upload them somewhere (provided they are available under an open source license) & post a link here. Prefera

Re: [Bug 123999] time change causes the return of "parameter index out of range... using mysql and J/connector

2019-03-30 Thread Dan Lewis
I have run into a problem with this bug. I would like to download a daily build, but I do not know how. I have clicked on the link below, but I don't see any .deb files that I can download. I don't really know what it is that I am to download. (I use Ubuntu 18.04.) In fact, I do not see any bui

Parameter out of range (here we go again.)

2019-03-11 Thread Dan Lewis
I ran into a problem yesterday when my timezone in the US went from standard time to daylight savings time. The MySQL J/connector 8.0.15 has a bug that prevents a connection to the MySQL server with a modification of the database name. I solved this problem. But then when I opened a form with a

Bug 122520 foreign key constraints

2019-01-12 Thread Dan Lewis
When upgrading MySQL 8.0.13 from 5.7, a problem occurs if any of the foreign key restraints contains a primary key with one or more capital letters in it. MySQL converts any capital letters to lower case in the foreign key restraint while still recognizing the primary key with its capital. Fo

Bug 122675 MySQL native connector problem with LO 6.2.0.2

2019-01-12 Thread Dan Lewis
I get the following error message when using the Base Wizard in LO 6.2.0.2 to connect to a MySQL database.   Can't initialize character set unknown (path: compiled_in) I get as far as clicking the the Test Connection button. When entering the password and clicking OK, I get this messag

Bug #122437 MySQL foreign keys and the native MySQL connector

2019-01-02 Thread Dan Lewis
When I connect to MySQL using the native connector on LO 6.2.1 RC1, I can not successfully create a primary-foreign key pair. Instead of pairing the two fields, the foreign key pairs with itself. I have also connected to the same database on LO 6.2.0.1 RC1 using mysql-connector-java-5.1.45, and

Building a mysql connector based upon LibreOffice 6.1

2018-12-31 Thread Dan Lewis
Perhaps 5 years ago, I built it based upon LibreOffice 4.0 using the following commands in a terminal: 1)  sudo apt-get install git 2)  sudo apt-get build-dep libreoffice 3)  $ git clone git://gerrit.libreoffice.org/core 4)  cd core 5)  ./autogen.sh 6)  apt-cache search gnome-vfs 7)  sudo apt-ge

Re: alternatives to Firebird: sqlite

2016-03-08 Thread Dan Lewis
On 03/08/2016 06:47 AM, SOS wrote: A disruptive solution could be to abandon the "embedded" idea and replace the current embedded engine by a new engine who use a spreadsheet file as a "editable" storage who is protected for accidental editing. Currently the use off a spreadsheet as database

Re: LO 4.3 Base - problems with sub forms

2014-08-08 Thread Dan Lewis
On 08/05/2014 02:56 AM, Alex McMurchy wrote: After I wrote the note I too realised that my application had a form that had a sub form with a sub form. I raised Bug 82151 for this and attached a very cut down version of my application that should demonstrate the problem. Alex Bug #82151 is

Re: ATTENTION, creators of mysql-connector-ooo.oxt (--enable-ext-mariadb-connector)

2013-10-22 Thread Dan Lewis
Top post: I am the one that created the Linux 32 bit and 64 bit version of the extension. However, I no longer have 24/7 access to the Internet so I can not create the updates to either extension. Please advise. --Dan On 10/19/2013 05:52 PM, Lionel Elie Mamane wrote: If you use the LO git rep

Re: Direct csv import into Base table

2013-06-03 Thread Dan Lewis
On 06/03/2013 03:59 PM, Zolnai Tamás wrote: 2013/6/3 Dan Lewis <mailto:elderdanle...@gmail.com>> On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to

Re: Direct csv import into Base table

2013-06-03 Thread Dan Lewis
On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copy&paste the content from it to Base. I already have the plan to

Re: Basic font for labels in a Base form

2013-04-16 Thread Dan Lewis
On 04/16/2013 02:05 AM, Lionel Elie Mamane wrote: On Thu, Mar 28, 2013 at 10:43:30AM -0400, Dan Lewis wrote: Edit a Base form using LibreOffice 4.0.2.2 (32 bit Debian). Control+right click a label in the form. Select Control from the context menu. Click the elliplse ( ... ) for the Font

Re: LibreOffice prints on tuesdays

2013-04-01 Thread Dan Lewis
On 04/01/2013 09:47 AM, Anthonys Lists wrote: On 01/04/2013 11:49, Luc Castermans wrote: Op 01-04-13 12:43, Dan Lewis schreef: On 04/01/2013 06:14 AM, Bjoern Michaelsen wrote: Hi, I am happy to be able to be able to provide a prototype of the "LibreOffice prints on Tuesdays extension&

Re: LibreOffice prints on tuesdays

2013-04-01 Thread Dan Lewis
On 04/01/2013 06:14 AM, Bjoern Michaelsen wrote: Hi, I am happy to be able to be able to provide a prototype of the "LibreOffice prints on Tuesdays extension" here: http://skyfromme.wordpress.com/2013/04/01/libreoffice-prints-on-tuesdays-only/ I consider this an important feature an would lo

Basic font for labels in a Base form

2013-03-28 Thread Dan Lewis
Edit a Base form using LibreOffice 4.0.2.2 (32 bit Debian). Control+right click a label in the form. Select Control from the context menu. Click the elliplse ( ... ) for the Font property. Click the Font tab in the Character dialog. Why is it that the Family font listed contains eight

TestExtension.oxt: What is its purpose?

2013-03-13 Thread Dan Lewis
I recently built LibreOffice on 4.0 while also building a mysql-connector-ooo. In the same folder as this one I found two other extensions: reportbuilder.oxt and TestExtension.oxt. What purpose does the latter serve, and how should it be used? I have searched for information about it, but

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-11 Thread Dan Lewis
On 03/11/2013 12:24 PM, Rodolfo wrote: 2013/3/11 Jonathan Aquilina : Its quite simple a git checkout BRANCH NAME. one thing I will admit is that im not sure how to get a list of available branches for checkout. Just do a $ git branch Actually, once the development tools have been installed, th

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-11 Thread Dan Lewis
Thanks for the information. Over the weekend, I have built a linux MySQL connector for both x86 and x86-64 using the LibreOffice 4.0 branch. Now to determine how to modify the .oxt file so that its information is correct, but this is another subject. Time to do some research before

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-10 Thread Dan Lewis
On 03/07/2013 11:47 AM, Noel Grandin wrote: how about you give it a try and ask back here if you have difficulties. On Thursday, 7 March 2013, Fernand Vanrie wrote: Michael , OK , but we need SVG and a working Native mySQL connector :-) so: any news about a volonteer to compile C

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-28 Thread Dan Lewis
On 02/27/2013 05:55 AM, Stephan Bergmann wrote: On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 2>&1 | tee build.log

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-27 Thread Dan Lewis
On 02/27/2013 05:55 AM, Stephan Bergmann wrote: On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 2>&1 | tee build.log

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-27 Thread Dan Lewis
On 02/27/2013 11:28 AM, Dan Lewis wrote: On 02/27/2013 05:55 AM, Stephan Bergmann wrote: On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-27 Thread Dan Lewis
On 02/27/2013 05:55 AM, Stephan Bergmann wrote: On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 2>&1 | tee build.log

Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-26 Thread Dan Lewis
1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 2>&1 | tee build.log While running #4, I saw 2 notes in the Terminal: Recompile with -Xlint: deprication for details Re