Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Michael D. Setzer II
Did a test with the extention. Pasted 7 columns of a spreadsheet I have with a date column as the 7th column with paste special as html format. The sort extention then does sort the date field by the month, but if you highlight the date column, and set the numeric format to yy-mm-dd or

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Brian Barker
At 21:15 07/07/2018 +, Ted Zimmer wrote: Your suggestions have solved my problem. Good-oh! I was preparing to say more, but no need now. Brian Barker -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems?

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Brian Barker
At 20:57 07/07/2018 +, Ted Zimmer wrote: ... but I will become more wary about posing questions that would be considered dumb. I'm not sure what you mean here: for what it's worth, nothing I said suggested that your question was "dumb". But the precise answer depended on a number of

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Ted Zimmer
Your suggestions have solved my problem. From: Brian Barker Sent: Saturday, July 7, 2018 3:50 PM To: users@global.libreoffice.org Subject: Re: [libreoffice-users] Writer: Sorting in a Table At 19:42 07/07/2018 +, Ted Zimmer wrote: >Microsoft Word allows

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Ted Zimmer
Thank you. I'll try what you suggest, but I will become more wary about posing questions that would be considered dumb. From: Brian Barker Sent: Saturday, July 7, 2018 3:50 PM To: users@global.libreoffice.org Subject: Re: [libreoffice-users] Writer: Sorting in a

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Ted Zimmer
Thank you. I installed the extension, and it works, but it lacks the ability to sort dates in the format Month/Day/Year. Asking it to sort 05/24/2008 and 10/24/2008 ascending would yield 10/24/2008 then 05/24/2008 because it just sorts numerically. I realize that our typical date format

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Brian Barker
At 19:42 07/07/2018 +, Ted Zimmer wrote: Microsoft Word allows sorting in a table by date, ... Microsoft Word is apparently readily available. If you prefer it, why not use it? ... but apparently LO Writer does not. This is not apparent to me. Am I correct? I think not. Is

Re: [libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Bo Siltberg
Install the extension *sortwritertable* which can sort tables. *Tools -> Extension Manager...* 2018-07-07 21:42 GMT+02:00 Ted Zimmer : > Microsoft Word allows sorting in a table by date, but apparently LO Writer > does not. Am I correct? Is there a way to do it? > Ted > > -- > To unsubscribe

[libreoffice-users] Writer: Sorting in a Table

2018-07-07 Thread Ted Zimmer
Microsoft Word allows sorting in a table by date, but apparently LO Writer does not. Am I correct? Is there a way to do it? Ted -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting

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

2018-07-07 Thread Mauricio Baeza Servin
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 couldn't > use new to create object if I put them into a library ... > > 2. Can I access

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

2018-07-07 Thread Regina Henschel
Hi Patrick, Patrick Gelin schrieb am 07-Jul-18 um 20:04: Hi, 1. I'm using pseudo object style when I'm coding with Basic. Please add an code example of this "pseudo object style". Kind regards Regina -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems?

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

2018-07-07 Thread Patrick Gelin
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 couldn't use new to create object if I put them into a library ... 2. Can I access global variable into a librarie ? 3. Do you know a trik to simulate

[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 -- To