<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Libreoffice on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/tags/libreoffice/</link><description>Recent content in Libreoffice on Andrew's Memory Blog</description><generator>Hugo -- gohugo.io</generator><image><url>https://andrewmemory.acornwall.net/img/rss_image.png</url><title>Libreoffice on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/</link></image><language>en</language><managingEditor>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</managingEditor><webMaster>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</webMaster><copyright>Copyright 2009--2025</copyright><lastBuildDate>Sun, 10 Mar 2013 15:02:44 -0700</lastBuildDate><atom:link href="https://andrewmemory.acornwall.net/tags/libreoffice/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating from Lotus Approach to LibreOffice Base</title><link>https://andrewmemory.acornwall.net/blog/2013-03-10-migrating-from-lotus-approach-to-libreoffice-base/</link><pubDate>Sun, 10 Mar 2013 15:02:44 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2013-03-10-migrating-from-lotus-approach-to-libreoffice-base/</guid><description>&lt;p&gt;I had a number of databases in Lotus Approach. Luckily, I&amp;rsquo;d had the foresight to make them dBASE databases, which LibreOffice knows a little about.&lt;/p&gt;
&lt;p&gt;However, it doesn&amp;rsquo;t look as if LibreOffice knows much about Lotus Approach, which means all my existing forms were history. I started migrating them to LibreOffice forms. The form designer is a little rustic in LibreOffice (shift to multiselect on Windows, still can&amp;rsquo;t figure snap to grid out), but it&amp;rsquo;s enough to do what I need.&lt;/p&gt;
&lt;p&gt;I used the automated form wizard to create forms from the fields first. That was enough to get started.&lt;/p&gt;
&lt;p&gt;Next, I had a couple of fields that were combo boxes in Approach. To change the text field in LibreOffice Base to a combo box, I followed the instructions here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://listarchives.libreoffice.org/global/users/msg12693.html" title="listarchives.libreoffice.org/global/users/msg12693.html" target="_blank" rel="noreferrer"&gt;listarchives.libreoffice.org/global/users/msg12693.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In case that goes away, here&amp;rsquo;s the summary of what I did:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click on the text field that the wizard created&lt;/li&gt;
&lt;li&gt;Since that field is actually a group, pop up the context menu and say Group-&amp;gt;Ungroup&lt;/li&gt;
&lt;li&gt;Click on the text field rather than the label&lt;/li&gt;
&lt;li&gt;Pop up the context menu and say Replace With-&amp;gt;Combo Box&lt;/li&gt;
&lt;li&gt;Pop up the context menu and select &amp;ldquo;Control&amp;hellip;&amp;rdquo; to open control properties&lt;/li&gt;
&lt;li&gt;All my combo boxes were populated from the database. To do that, choose the Data tab&lt;/li&gt;
&lt;li&gt;Change &amp;ldquo;Type of list contents&amp;rdquo; from &amp;ldquo;Table&amp;rdquo; to &amp;ldquo;Sql&amp;rdquo;&lt;/li&gt;
&lt;li&gt;For &amp;ldquo;List content&amp;rdquo;, enter SELECT DISTINCT &amp;ldquo;field&amp;rdquo; FROM &amp;ldquo;table&amp;rdquo; (e.g., SELECT &amp;ldquo;ARTIST&amp;rdquo; FROM &amp;ldquo;CD&amp;rdquo; for my CD database)&lt;/li&gt;
&lt;li&gt;Close the Properties dialog&lt;/li&gt;
&lt;li&gt;Re-group the field with its label&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The same thing worked for dropdown lists - Replace With-&amp;gt;List Box, change &amp;ldquo;Type of list contents&amp;rdquo; from &amp;ldquo;Valuelist&amp;rdquo; to &amp;ldquo;Sql&amp;rdquo; and use similar SQL to generate the list. I used &amp;ldquo;SELECT DISTINCT&amp;rdquo; rather than just &amp;ldquo;SELECT&amp;rdquo; because I didn&amp;rsquo;t want multiple copies showing up in my list box.&lt;/p&gt;</description></item><item><title>Creating headers in LibreOffice</title><link>https://andrewmemory.acornwall.net/blog/2013-02-20-creating-headers-in-libreoffice/</link><pubDate>Wed, 20 Feb 2013 23:57:10 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2013-02-20-creating-headers-in-libreoffice/</guid><description>&lt;p&gt;Recently I had to create headers in LibreOffice. It&amp;rsquo;s not hard, but neither is it obvious. Here&amp;rsquo;s how I did it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Insert-&amp;gt;Header-&amp;gt;Default&lt;/li&gt;
&lt;li&gt;Format-&amp;gt;Page-&amp;gt;Header and unclick &amp;ldquo;Same page left/right&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Edit the header to have all the text you want (sans fields)&lt;/li&gt;
&lt;li&gt;Insert the fields in the right places. I wanted Chapter and Page Number, so I did Insert-&amp;gt;Fields-&amp;gt;Page Number and Insert-&amp;gt;Fields-&amp;gt;Other-&amp;gt;Chapter. I used tab to space them out. (In general, page number goes on the left for even pages and on the right for odd pages.)&lt;/li&gt;
&lt;li&gt;That was cool and all, but left me with a page number on page one, which I didn&amp;rsquo;t want. Luckily, I found &lt;a href="http://chrismlindsey.com/2007/11/30/how-to-remove-header-from-first-page-in-openoffice/" target="_blank" rel="noreferrer"&gt;this site&lt;/a&gt; which explained the magic. Go to the first page, then click Format-&amp;gt;Styles and Formatting. Pick the fourth box (Page Styles) and double-click on &amp;ldquo;First Page&amp;rdquo;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Done! Now I have headers that look like books or magazines.&lt;/p&gt;</description></item><item><title>Error 1303 upgrading LibreOffice 3.5.3 to 3.5.6</title><link>https://andrewmemory.acornwall.net/blog/2012-09-30-error-1303-upgrading-libreoffice-3-5-3-to-3-5-6/</link><pubDate>Sun, 30 Sep 2012 21:36:58 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2012-09-30-error-1303-upgrading-libreoffice-3-5-3-to-3-5-6/</guid><description>&lt;p&gt;It looks like LibreOffice prompts you now when there&amp;rsquo;s an upgrade. I ran into a problem, though, when trying to upgrade on Windows 7.&lt;/p&gt;
&lt;p&gt;When I tried the upgrade, I was told that I didn&amp;rsquo;t have enough permissions - even when I was running as administrator. I&amp;rsquo;d get an &amp;ldquo;error 1303: Installer has insufficient privileges to access C:\Program Files\&amp;hellip;&amp;rdquo; and the install would always fail.&lt;/p&gt;
&lt;p&gt;Even when I tried to take ownership of the files in that directory, I couldn&amp;rsquo;t. It was a puzzle. After a while messing about, I decided to nuke the whole thing from orbit. Finally that gave me a clue: when I tried to delete the files, some were left because a process was holding them open. (There were a couple of files - under share\config\soffice.cfg\modules\sglobal\toolbar) and whatever was running must have restarted at boot because it survived a reboot.)&lt;/p&gt;
&lt;p&gt;That gave me the hints I needed. I booted into safe mode and deleted &amp;ldquo;C:\Program Files\LibreOffice 3.5&amp;rdquo; and its subdirectories. That worked, then I rebooted into normal mode and installed the 3.5.6 installer files. Now LibreOffice is upgraded and working again.&lt;/p&gt;</description></item></channel></rss>