Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


Ben tegenwordig helemaal into LibreOffice BASE en druk met macro's maken. Maar ik loop toch tegen 
een aantal dingetjes aan:
Vraag 1:
Ik moet in Base via een macro records
invoegen uit een Import tabel.
Ik draai een query in de macro en
haal de gegevens uit de records middels:
                IDRead = oResult.GetInt(1)
                ClientName = oResult.getString(3)
                Weight = oResult.getDouble(5)
deze gegevens parkeer ik even in een
array, waarna ik deze met een INSERT INTO in een tabel toevoeg. Werkt
voor vrijwel alle velden, behalve voor een Timestamp veld.
readydate = oResult.getTimestamp(2)
werkt niet,
Volgens de BASIC guide
(https://wiki.openoffice.org/w/images/e/e1/BasicGuide_OOo3.0.0.pdf)
zou dat wel moeten werken. 
Moet ik readydate anders declareren?
Vraag 2:
wanneer een client naam een vreemd
karakter bevat zoals de apostrof dan kan deze niet goed worden
weggeschreven in de database.
Hoet is dit op te lossen? Ik heb hier
enkele dagen geleden toevallig over gelezen, maar weet niet meer wat
de oplossing was… kan het ook niet meer terugvinden...
/Rob

-- 
Unsubscribe instructions: E-mail to users+unsubscribe@nl.libreoffice.org
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/nl/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.