Re: [libreoffice-users] Error Message trying to run LO Calc

2020-03-11 Thread Patrick Kariuki
1 Mar 2020 14:34:36 +0300 > Patrick Kariuki wrote: > >> Will share the details privately since the file might be proprietary >> information (just to be on the safe side) > > Thanks. > (a) please don't send private copies of your replies to me - I am > subscribe

Re: [libreoffice-users] Error Message trying to run LO Calc

2020-03-11 Thread Patrick Kariuki
Will share the details privately since the file might be proprietary information (just to be on the safe side) On 3/11/20, Dave Howorth wrote: > On Wed, 11 Mar 2020 12:24:03 +0300 > Patrick Kariuki wrote: > >> Our revenue service provides us with a .ODS file to file our retur

[libreoffice-users] Error Message trying to run LO Calc

2020-03-11 Thread Patrick Kariuki
Our revenue service provides us with a .ODS file to file our returns for those running Linux or open-source spreadsheet software. It always generates an error when it has to finally generate a n uploadable file. Is there a developer here who can assist troubleshoot the issue? -- To unsubscribe e

[libreoffice-users] Libreoffice 5.4.7 and 6.0.6 crash systematicaly opening Base with macros ...

2018-11-05 Thread Patrick Gelin
/Hi,/ /I was working on a base project (Debian stretch, 32 bit, Java jdk 8u191) with LibreOffice 5.4.## and then I would like to test latest stable versio 6.0.6. / /So I installed Libreoffice 6.0.6 but LIbreoffice BAse Crash systematically executing first script.../ /I tryed to reinstall o

Re: [libreoffice-users] Base : How to control insert into a form in order to generat my own keys by macro ?

2018-07-22 Thread Patrick Gelin
e Record Action" handling ? I could find /"myDocument.lockControllers"/ function but it will stop only the interface refresh ... Patrick Le 22/07/2018 à 15:40, Robert Großkopf a écrit : Hi Patrick, So, if I set the property {AllowInserts = false}, do the Form stop to handling the

[libreoffice-users] Base : How to control insert into a form in order to generat my own keys by macro ?

2018-07-21 Thread Patrick Gelin
o I need to stop the handlind to the Form after my own into events. But I understand /"After Record action"/ event handling use a /"Sub"/ action not a /"function"/, so I can't return false after my handling ... So how to do ? Thank you for your help... P

Re: [libreoffice-users] Basic pseudo object code no reachable when defined into a basic library...

2018-07-20 Thread Patrick Gelin
Erase oTest End Sub Note : The Erase function call look's to run perfectly ... So I need to add a specific modul in pseudo object library with factories ... Patrick Thank you for your help. Patrick -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? https://

[libreoffice-users] Basic pseudo object code no reachable when defined into a basic library...

2018-07-19 Thread Patrick Gelin
Hi, I've got a problem with pseudo object no reachable when defined into library. The error message when I call new is : "This object is not accessible. Invalid object reference." Beloww is the Modul Test into library LibApplication, to define a Test object displaying a "Hello Box" dialog  w

[libreoffice-users] How to connect my own listener to a Form RowSet ?

2018-07-12 Thread Patrick Gelin
it's read only. What I'm looking for is to listen the origin rowset of my form with read/write ... Do you think it's possible ? Thank you for your help ! Patrick REM  *  BASIC  * Option Compatible Option ClassModule Option Explicit Private _FormRowSet As variant Pr

Re: [libreoffice-users] Basic : How to throw an events ?

2018-07-11 Thread Patrick Gelin
I visited your link : https://api.libreoffice.org/examples/DevelopersGuide/examples.html The ling is interesting but i founded only exemples about events listeners, nothing about how to throw events ... Patrick -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems

[libreoffice-users] Agenda as a mailing ...

2018-07-10 Thread Patrick Gelin
rier2, APageDroiteCalendrier2, etc. So, the page number is alwas [1, 2], [1,2], [1, 2] for each couple of page... So what can I do to not reset the page number for each "letter" produced with the mailing ? Thank you in advance for your help ! Patrick -- To unsubscribe e-mail to:

Re: [libreoffice-users] About pseudo objects with Basic code ...

2018-07-09 Thread Patrick Gelin
I think there is a problem with python: nomadism ! If I want to use my USB key with Base connecting to HSQLDB I need to install LibreOffice/OpenOffice into the PC, then JAVA, Then HSQLDB ... then Python ! It's a lot. I would like to use nn install system at work because admin installed LibreOff

Re: [libreoffice-users] About pseudo objects with Basic code ...

2018-07-08 Thread Patrick Gelin
OpenOffice/LibreOffice futur ? Le 07/07/2018 à 21:37, Mauricio Baeza Servin a écrit : On Sat, 7 Jul 2018 20:04:07 +0200, Patrick Gelin wrote: Hi, 1. I'm using pseudo object style when I'm coding with Basic. What about putting my  pseudo basic objects into library ? It looks like I co

[libreoffice-users] About pseudo objects with Basic code ...

2018-07-07 Thread Patrick Gelin
rik to simulate reference like "This" pointer ? 4. What about objects with nexts LibreOffice/OpenOffice versions ? Do I need to use python next ? Patrick -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? https://www.libreoffice.org/get-help/mailing

[libreoffice-users] Basic : How to throw an events ?

2018-07-07 Thread Patrick Gelin
Hi, I know how to catch Event from formula by exemple, but I would like to throw events myself with my code. I know also I've got the possibility to use patterns like observator but if I could throw event it will be nice ! Do you know an Uno service to use to throw events ? Patrick

[libreoffice-users] Basic : How to write a CopyValue() recursive function ?

2018-06-06 Thread Patrick Gelin
... I may imagine two solutions : 1. Using Lisp paradigm with first() and rest() functions, splitting array... But how to build an array reference starting with LBound()+1 item of the array ? 2. Trying serialize the recursive array to a large String value and use an other unserialize function t

[libreoffice-users] Macros : How to solve concurrency/Reentrancy in events procedures ?

2018-01-12 Thread Patrick Gelin
J56mQzdDCtVkPOXGB>" that controlers may be replaced by others ones, and listners detached... So I'm asking myself if there is something similar explaining my problem. But I'm only moving from one record to next one, and my variable is global ... Thank you for your help

[libreoffice-users] Macros : ByVal doesn't work with parameters in a class object modul ...

2018-01-06 Thread Patrick Gelin
would like easier way to do ... I'm asking myself if it's a specific bug to my LibreOffice versin, or with Variants and Struct type (__TDuolet) ? What do you think about that ? What can I do to copy by val the parameter into my function v.Ajouter(duolet) ? Think you for

[libreoffice-users] Base document doesn't sent DocumentLoeded event ...

2017-12-07 Thread Patrick Gelin
with basic base application ? Thank you for your help. Patrick -- 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

Re: [libreoffice-users] Re: LO5.1 on Linux - Opening Writer document takes >1hr

2016-06-24 Thread Patrick Dijkgraaf
Hi all, sorry for resurrecting this discussion, but I just wanted to let you know that as of LO 5.1.4, my issue is resolved! My large document now opens in 1 minute instead of an hour! ☺ --  Cheers, Patrick On Mon, 2016-02-15 at 18:03 +, Paolo Debortoli wrote: > as told by others, I am us

Re: [libreoffice-users] Re: LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
Hi! Thanks for your suggestion. Tried it, but unfortunately it did not resolve the issue. I will report back when I know more about the cause... -- Cheers, PatrickOn Sun, 2016-02-14 at 17:33 -0500, Tanstaafl wrote: > On 2/14/2016 5:40 AM, Patrick Dijkgraaf > wrote: > > Hi Pedro, &g

Re: [libreoffice-users] LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
Hi Wiebe, I will share my experience with this. However, my spare time is somewhat limited. So it might take some before I get around to it. -- Cheers, PatrickOn Sun, 2016-02-14 at 12:28 +0100, Wiebe van der Worp wrote: > On 14-02-16 10:33, Patrick Dijkgraaf wrote: > > While it is n

Re: [libreoffice-users] Re: LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
;ll report back if I find anything! -- Cheers, PatrickOn Sun, 2016-02-14 at 03:16 -0700, Pedro wrote: > Hi Patrick > > > Patrick Dijkgraaf wrote > > Just tried 5.1.1.1 on the Debian box but unfortunately, the issue > > is > > still there... ☹ > > Please let me

Re: [libreoffice-users] LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
ument. But, I'll get myself educated and see if it is a feasable option...! ☺ Thanks! -- Cheers, PatrickOn Sun, 2016-02-14 at 13:15 +1100, Tim Lloyd wrote: > Hi Patrick, > > While this does not address your problem directly, I wonder whether > it  > is possible to break your do

Re: [libreoffice-users] Re: LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
6:41 -0700, Pedro wrote: > Hi Patrick > > > Patrick Dijkgraaf wrote > > Is anybody able and willing to help me on this? > > Due to the size of the file and intellectual property reasons, I > > did > > not add (a link to) the file. I can make the file available

Re: [libreoffice-users] LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-14 Thread Patrick Dijkgraaf
you have enough memory allocated for LibreOffice? Tools > Options > > LibreOffice > Memory.  > > Dan > > Original message > From: Patrick Dijkgraaf   > Date:02/13/2016  12:54 PM  (GMT-05:00)  > To: users@global.libreoffice.org  > Subject:

[libreoffice-users] LO5.1 on Linux - Opening Writer document takes >1hr

2016-02-13 Thread Patrick Dijkgraaf
just this one?) on Linux versions of LibreOffice 5.1. Is anybody able and willing to help me on this? Due to the size of the file and intellectual property reasons, I did not add (a link to) the file. I can make the file available upon request, please let me know. Thanks in advance! -- Ch

[libreoffice-users] Math / equation editor font mismatch.

2015-08-08 Thread Patrick Knight
27;s all quite fun, but it really what was intended, and any Ideas as to how to fix it? -- Patrick Knight. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + mo

Re: [libreoffice-users] Copy Paste problem in tables with Writer 4.4

2015-05-29 Thread Patrick Frost
Since my screenshot didn't make it through, just know that I selected the entire cell by going to the Table menu and choosing Select-->Cell - Original Message - From: "Patrick Frost" To: "Tim Lloyd" Cc: users@global.libreoffice.org Sent: Friday, May

Re: [libreoffice-users] Copy Paste problem in tables with Writer 4.4

2015-05-29 Thread Patrick Frost
In an effort to reduce confusion, I'm attaching a screenshot. Please note the highlighted cell. Best regards, Patrick Red Hat Summit and DevNation | June 23-26, 2015 | Boston Learn. Network. Experience open source. www.redhat.com/summit www.devnation.org - Original Me

[libreoffice-users] Copy Paste problem in tables with Writer 4.4

2015-05-28 Thread Patrick Frost
ghting the entire cell before pasting. Again, this is a reasonable, though somewhat slower workaround. Best regards, Patrick Patrick Frost Sr. Inside Sales Account Manager Red Hat, Inc. 100 East Davie Street Raleigh, NC 27601 Direct: 919-754-4755 Mobile: 919-389-4508 Fax: 919-741

[libreoffice-users] Large Database

2015-02-26 Thread Patrick
ok i am hours new to Libreoffice so hopefully i dont sound too off here.so i use a large database in access that has several tables that have 80-100k lines in them. iam looking for a way to have access to this database while i am away from my work computer. i thought i could use base on a thumb

Re: [libreoffice-users] Trouble using the IF statement in a Writer table

2015-02-21 Thread Patrick Dijkgraaf
That works like a charm, thanks Brian! -- Cheers, Patrick On Sat, 2015-02-21 at 11:00 +, Brian Barker wrote: > At 10:51 21/02/2015 +0100, Patrick Dijkgraaf wrote: > >I'm trying to use the IF statement in a Writer table, but it doesn't > >behave the way I ex

[libreoffice-users] Trouble using the IF statement in a Writer table

2015-02-21 Thread Patrick Dijkgraaf
ell me what I'm doing wrong? Thanks in advance! -- Cheers, Patrick -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquett

[libreoffice-users] Directory Listener with actions on triggering.

2014-06-03 Thread Patrick Hough
I have been looking at libre office and the headless mode that it provides along with installation. I'm trying to automate a file conversion process where a listener monitors a folder and any specific file types added to the folder are converted into a different type. I've heard that LO may have a

Re: [libreoffice-users] OOOlatex

2013-11-25 Thread Patrick Dupre
; chr(10) & SplitDocDesc(i) >  Next >  For i = endLine + 1 to LastLine >  DocInfo = DocInfo & chr(10) & SplitDocDesc(i) >  Next >  end if >  elseif  (startLine = 0) and (endLine = 0) and sAction = "Delete" then >  DocInfo = sDocDesc >  end if &

[libreoffice-users] OOOlatex

2013-11-24 Thread Patrick Dupre
bWriteAccess As Boolean,_ Optional bEnableSync,_ Optional bLazyWrite ) As Object If IsMissing( bEnableSync ) Then bEnableSync = True If IsMissing( bLazyWrite )  Then bLazyWrite = False oConfigProvider = GetProcessServiceManager().createInstanceWithArguments(_ "com.sun.star.configuratio

[libreoffice-users] laser pointer with for/back slide, left mouse click?

2013-10-22 Thread patrick
hi, ive looked at some "presenters" at amazon and it looks like its common to have next/previous slide and a black screen button does the "next slide" button also work for animated slides to show images one after another or does it just go to the next slide? greetings -- To unsubscribe e-ma

[libreoffice-users] RTF

2013-10-19 Thread Patrick
icture was here. I'm asking now, could this problem be resolved in the future Libre Office release? Best regads, Patrick Demarki dipl.ing. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe

[libreoffice-users] Kerning issue with LIbreOffice 4 and Helvetica font

2013-07-18 Thread Patrick Frost
--spaces between words are easy to identify making the quote easy to read. Is this a known issue with LibreOffice 4? Is there a simple fix? I'm attaching a sample doc which contains Helvetica font and the resulting PDF. Best regards, Patrick Frost -- To unsubscribe e-mail to: users+uns

[libreoffice-users] missing features

2013-06-29 Thread Patrick Dreier
Hello! Can you adding a financial software in the Libreoffice. With king regards! -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/N

[libreoffice-users] LibreOffice and VoiceOver

2012-11-29 Thread Patrick Adams
n do about that (yes I can download again but don't want to waste time if this lack of accessibility for VoiceOver is reality. Or perhaps there are some settings that need altering, I could not make any sense of the settings window, nothing worked and nothing led to anywhere. Can anyone help?