Re: [libreoffice-users] LibreOffice Base previously copying data from Calc to Base)...

2020-09-06 Thread zed

Using LibreOffice Base v6.4.5.2 on Linux Mint v20.0

Thanks to the assistance given by members of this Mailing List, I have 
made progress in creating a database using LibreOffice Base.


I have created a database Reactor_Videos which has the fields

(1) Reactor_Videos Table 1
ID
Name (of Reactor)
Location (Country of residence)
Gender
Number (of times an artist has been featured)
First (date artist first featured)
Last (Last date artist featured)

and the contents of the spreadsheet I used to record data was copied to 
the Table Reactors_Video Table 1.


I created a form -  Reactor_Videos_Form from that  Table - and have used 
that to enter or update new information. It is quick and I am now 
getting to grips with creating Queries.


The Table has many Reactors but at present the information relates only 
to one artist and the only information is the first and last date a 
particular Reactor reacted to her.


(2) My next step is to have the ability to not only
(a) choose a Reactor

(3) but also to
(b) choose from a list of artists
(c) choose the song the artist is singing
(d) choose the type of venue at which the performance took place

Bearing this in mind, I created three more Tables.

(4) Artist (which has fields)
IDArtist
Name
Date of birth
Country of birth
Country of residence

(5) Songs/Performances (which has fields)
IDPerformance
Title

(6) Venue (which has fields)
IDVenue
Concert - indoor
Concert - outdoor
Studio - home
Studio - recording
Private gathering

My first thought was to have the entire database in one Table, 
differentiating the sectors by using different titles for the ID field, 
e.g. ID as an Integer (for the Reactor), IDArtist  for the artist as an 
Integer etc.  I created the IDArtist as an Integer but when I tried to 
save it I got the error message.
Column constraints are not acceptable in Statement [ALTER TABLE "Table1" 
ADD "IDArtist" INTEGER NOT NULL IDENTITY] When I click on More I see SQL 
Status:S1000


Searching on the internet does not help me as it reveals information 
current about 2015.


I then created Forms from the Tables Artists, Songs/Performances, and 
Venue with the intention place them on the main form (Reactor_Videos_ 
Form) and link them, to achieve my objective in (3) above but despite 
searching the LO Base Manual and watching and listening to tutorials on 
YouTube, I have been unsuccessful in seeing a way forward.


Any help from members to set me on the right path to achieve what I am 
attempting will very welcome.


Zed











--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Odd libreoffice directory under /usr/lib

2020-09-06 Thread Luuk


On 5-9-2020 23:07, MR ZenWiz wrote:

While looking into the issue I reported about LO 7 not starting
properly (which is SOLVED, thank you), I noticed another anomaly.

While chasing after the JRE load error that the --nologo option seems
to provoke, I discovered the following strange situation:

$ loc javaldx
/opt/libreoffice6.4/program/javaldx
/opt/libreoffice7.0/program/javaldx
/usr/lib/libreoffice/program/javaldx

("loc" is an alias I use to run "locate" with certain exclusions and
piped through more - not a problem.)


It is not an error, it is just a warning that it cannot find java.

to solve it use:

sudo apt install openjdk-8-jre

The 'documentation' is no really helpful ( a bit old):

https://wiki.documentfoundation.org/Faq/General/InstallJava




--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy