pdf export option for FilterData and ExportFormFields

2013-02-01 Thread Peter Eberlein
Hi, Adobe products support an extended feature, so that Acrobat Reader can store the content of filled fields in forms. Is supporting this feature in openoffice a legal or a technical issue? Supported features see [1]. Regards Peter [1] http://wiki.openoffice.org/wiki/API/Tutorials/PDF_export

Re: Error in macro.

2013-02-01 Thread Fernand Vanrie
On 1/02/2013 0:01, Yessica Brinkmann wrote: Hi, thanks for your answer. Now I advanced. I print the value of the client code correctly. Only now I have another error, tells me that the Customer table does not exist or something like this: Basic runtime error. There was an exception. Type: com.sun

Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, Thank you very much for your answer! I have a customer table in my database. Deputy print screen the list of tables in my database. I do not know if I'll be wrong but I think the problem is in the quotes, in the way that I am using. Actually I tried to modify the quotes of different ways but

Re: Updated download count

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 12:34 AM, Yue Helen wrote: > Hi Rob, > > I checked the data by the link below...and get a higher number, 37M. Any > difference here? Thanks. > You are looking at stats for all files. This includes language packs as well as full 3.4 downloads. For the stats on the website

Re: Error in macro.

2013-02-01 Thread Ariel Constenla-Haile
On Thu, Jan 31, 2013 at 08:01:22PM -0300, Yessica Brinkmann wrote: > Hi, thanks for your answer. > Now I advanced. > I print the value of the client code correctly. > Only now I have another error, tells me that the Customer table does not > exist or something like this: > Basic runtime error. Ther

An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Rob Weir
As I've been reviewing the backlog of defect reports submitted by users I notice a lot of them that are probably caused by the upgrade profile corruption bug. I see reports of this on Twitter and Facebook as well. Most users seem smart enough to uninstall and reinstall. They've learned that fr

Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Rory O'Farrell
On Fri, 1 Feb 2013 07:09:24 -0500 Rob Weir wrote: > As I've been reviewing the backlog of defect reports submitted by > users I notice a lot of them that are probably caused by the upgrade > profile corruption bug. I see reports of this on Twitter and > Facebook as well. Most users seem smart

Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Andrea Pescetti
I drafted a short article on what's coming at FOSDEM this weekend. You can find the draft at https://blogs.apache.org/preview/OOo/?previewEntry=apache_openoffice_at_fosdem_2013 and I'll proceed to publish as soon as I get some positive feedback (or corrections/integrations). Everything else

Re: [Call For QA Volunteers] AOO UI IAccessible2 testing work

2013-02-01 Thread Donald Harbison
Hi Steve Yin, Steve Lee from OpenDirectives is keen to help get the testing started. He's new to AOO, but an old hand with A11Y work. He's very well connected to the accessibility community and will be able to help us connect with experts for the testing process. Take it away Steve (Lee), /don

Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, thank you very much for the reply. The table name is cliente, as shown in the print screen attached to my previous mail. Actually I tried already to put quotes in many ways to the table names and columns but never works for me. Regards, Yessica 2013/2/1 Ariel Constenla-Haile > On Thu, Jan

Re: Error in macro.

2013-02-01 Thread Ariel Constenla-Haile
Hi Yessica, On Fri, Feb 01, 2013 at 09:54:31AM -0300, Yessica Brinkmann wrote: > Hello, thank you very much for the reply. The table name is cliente, as > shown in the print screen attached to my previous mail. attachments are stripped in this mailing list. > Actually I tried already to put quo

Re: Error in macro.

2013-02-01 Thread Fernand Vanrie
Ariel, Yessica, with OObase database, table and field names are case sensitive, their is no need to quote if: tables are lowercase and fieldnames uppercase. if quotes are used, then leave the dots out of the quotes sSQL= "SELECT ""mybase"".""cliente"".""saldo_saldo_actual"" WHERE...

Re: [Call For QA Volunteers] AOO UI IAccessible2 testing work

2013-02-01 Thread Steve Yin
Hi Steve and Don, Thanks Don. Welcome Steve Lee! Now we can do more on AOO accessibility testing, not only IA2. : ) On Fri, Feb 1, 2013 at 8:46 PM, Donald Harbison wrote: > Hi Steve Yin, > > Steve Lee from OpenDirectives is keen to help get the testing started. He's > new to AOO, but an old ha

Re: Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Dave Fisher
LGTM! I would not wait very long to publish it. Regards, Dave On Feb 1, 2013, at 4:39 AM, Andrea Pescetti wrote: > I drafted a short article on what's coming at FOSDEM this weekend. You can > find the draft at > > https://blogs.apache.org/preview/OOo/?previewEntry=apache_openoffice_at_fosdem_2

[Accessibility] IA2 bridge and UI related changes were submitted on the branch "ia2"

2013-02-01 Thread Steve Yin
Hi all, IAccessible2 for UI on the branch "ia2" is ready for QA now. SVN: http://svn.apache.org/repos/asf/openoffice/branches/ia2/ -- Best Regards, Steve Yin

[bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
Hello; I know this can easily become the biggest bikeshed ever ... Can we change the red title in the website ("Call for Volunteers", as of lately) to dark blue? The reasons: - The tone of red chosen looks like it was made to fit at the last moment. It has no aesthetic coherence with the rest o

Re: Draft blog post: Apache OpenOffice at FOSDEM 2013

2013-02-01 Thread Andrea Pescetti
Dave Fisher wrote: LGTM! I would not wait very long to publish it. Published: https://blogs.apache.org/OOo/entry/apache_openoffice_at_fosdem_2013 Regards, Andrea.

Re: [Accessibility] IA2 bridge and UI related changes were submitted on the branch "ia2"

2013-02-01 Thread Shenfeng Liu
Steve, Great work! Since Phase II is only half way on the full Accessibility support, I wonder if we can provide more details (on wiki) for the enhancement we implemented, so that QA can do related verification. Thanks! - Shenfeng (Simon) 2013/2/1 Steve Yin > Hi all, > > IAccessible2 fo

Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, Thank you very much for the reply. Sorry, did not know that I should not put attachments. Now I have no errors in the macro, and I used the SQL UPDATE indicated. Just do not know why but UPDATE fails. So, when I check the table, I do not see the value of the changed field. I refreshed the ta

Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, I think maybe I should assign my macro to another event, perhaps one associated with the form to work, I do not know, my idea is just. Tempted now assigned to mouse button released event of a button called Calculate Total. regards, Yessica 2013/2/1 Yessica Brinkmann > Hello, > Thank you v

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Rob Weir
On Feb 1, 2013, at 9:56 AM, Pedro Giffuni wrote: > Hello; > > I know this can easily become the biggest bikeshed ever ... > > Can we change the red title in the website ("Call for Volunteers", > as of lately) to dark blue? > > The reasons: > > - The tone of red chosen looks like it was made to fi

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 8:27 AM, Rob Weir wrote: > On Feb 1, 2013, at 9:56 AM, Pedro Giffuni wrote: > >> Hello; >> >> I know this can easily become the biggest bikeshed ever ... >> >> Can we change the red title in the website ("Call for Volunteers", >> as of lately) to dark blue? >> >> The reaso

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
> > Da: Dave Fisher  ... >>> Can we change the red title in the website ("Call for Volunteers", >>> as of lately) to dark blue? >>> >>> The reasons: >>> >>> - The tone of red chosen looks like it was made to fit at the last >>> moment. It has no aesthetic coherenc

Re: Ebay

2013-02-01 Thread Saransh Sharma
They will charge you for the CD and shipping cost i think because from official site only allows you to download that and if you do not want some hassles and not that tech savy person or has speed issues of internet the best option is that you can order that cd or dvd and no they are not the scamme

Re: [Accessibility] IA2 bridge and UI related changes were submitted on the branch "ia2"

2013-02-01 Thread Andre Fischer
Am 01.02.2013 16:20, schrieb Shenfeng Liu: Steve, Great work! Yes, great work. I was not expecting this phase to be completed so soon. -Andre Since Phase II is only half way on the full Accessibility support, I wonder if we can provide more details (on wiki) for the enhancement we imp

Re: [Accessibility] IA2 bridge and UI related changes were submitted on the branch "ia2"

2013-02-01 Thread Pedro Giffuni
Just curious ... - Messaggio originale - > Da: Andre Fischer  > > Am 01.02.2013 16:20, schrieb Shenfeng Liu: >> Steve, >>     Great work! > > Yes, great work.  I was not expecting this phase to be completed so soon. > > -Andre > I guess in Symphony, and now in AOO, the sidebar is

Re: Ebay

2013-02-01 Thread Donald Whytock
On Fri, Feb 1, 2013 at 12:39 PM, Jaime Faneuf wrote: > I am researching options for Microsoft Office. I was looking on eBay for > cheaper prices when I see OpenOffice being sold from $8-$45. I went to > your website to look into it a little more and found that it is free > software. So I'm won

RE: pdf export option for FilterData and ExportFormFields

2013-02-01 Thread Dennis E. Hamilton
I suspect that the feature mentioned is more recent than the modes of PDF that OpenOffice export supports. By supporting the feature do you mean this: FEATURE REQUEST OpenOffice Writer documents that contain enterable fields should reflect those fields as enterable when exported as PDF when the

Re: Ebay

2013-02-01 Thread Albino Biasutti Neto
Hi 2013/2/1 Jaime Faneuf : > I was looking on eBay for cheaper prices when I see OpenOffice being sold > from $8-$45. The license agrees to sell, copy, distribute and modify. And if any company wants to close the remaining code he can too. http://www.apache.org/licenses/LICENSE-2.0.html -- A

RE: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Dennis E. Hamilton
+1 -Original Message- From: Rob Weir [mailto:robw...@apache.org] Sent: Friday, February 01, 2013 04:09 To: dev@openoffice.apache.org Subject: An idea: Add option to delete profile when uninstalling As I've been reviewing the backlog of defect reports submitted by users I notice a lot of

Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Tanja Meece
I so agree with option of being able to remove your profile while deleting, that is a suggestion worth listening to. TMCM On Feb 1, 2013 4:09 AM, "Rob Weir" wrote: > As I've been reviewing the backlog of defect reports submitted by > users I notice a lot of them that are probably caused by the u

AOO build + bug fix

2013-02-01 Thread Hrishit Patel
Hi dev community, I've built my own AOO and now I'm working on the foolowing bug https://issues.apache.org/ooo/show_bug.cgi?id=102212 In fact I've corrected it(which was a 2 minute work), but I haven't worked with any version control before so now I'm looking into how to proceed or whom to repor

Re: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Marcus (OOo)
Am 02/01/2013 01:19 PM, schrieb Rory O'Farrell: On Fri, 1 Feb 2013 07:09:24 -0500 Rob Weir wrote: As I've been reviewing the backlog of defect reports submitted by users I notice a lot of them that are probably caused by the upgrade profile corruption bug. I see reports of this on Twitter an

Re: [CONF] Apache OpenOffice Community > QA Testing Preferences

2013-02-01 Thread Marcus (OOo)
Am 02/01/2013 07:33 PM, schrieb conflue...@apache.org: Space: Apache OpenOffice Community (https://cwiki.apache.org/confluence/display/OOOUSERS) Page: QA Testing Preferences (https://cwiki.apache.org/confluence/display/OOOUSERS/QA+Testing+Preferences) Edited by Giorgio Gentili: ---

Re: AOO build + bug fix

2013-02-01 Thread Pedro Giffuni
Thank you  Hrishit! Just building it is a great step forward. That is a great advance indeed.  What platform are you using? We need a diff file.  On UNIX/linux you can try "man diff" and do something like this diff -ru original-path modified-path > diff-file.patch original-path modified-path  

RE: An idea: Add option to delete profile when uninstalling

2013-02-01 Thread Dennis E. Hamilton
+1 - covers the bases. -Original Message- From: Marcus (OOo) [mailto:marcus.m...@wtnet.de] Sent: Friday, February 01, 2013 12:39 To: dev@openoffice.apache.org Subject: Re: An idea: Add option to delete profile when uninstalling Am 02/01/2013 01:19 PM, schrieb Rory O'Farrell: > On Fri, 1

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Tanja Meece
Red immediately sends up a warning flag in my mind and that of other user's I'm sure. There has to be some way to change the color. TMCM On Feb 1, 2013 9:43 AM, "Pedro Giffuni" wrote: > > > > > > Da: Dave Fisher > ... > >>> Can we change the red title in the websi

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 1:56 PM, Tanja Meece wrote: > Red immediately sends up a warning flag in my mind and that of other user's > I'm sure. That was the original intent. > There has to be some way to change the color. There is and it is done! It is now the same blue as the rest of the header text.

Re: svn commit: r1441650 - /openoffice/ooo-site/trunk/content/css/ooo.css

2013-02-01 Thread Dave Fisher
FYI - This is the commit that changed the announcement color. Regards, Dave On Feb 1, 2013, at 2:40 PM, w...@apache.org wrote: > Author: wave > Date: Fri Feb 1 22:40:31 2013 > New Revision: 1441650 > > URL: http://svn.apache.org/viewvc?rev=1441650&view=rev > Log: > Remove the color change >

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
Thank you Dave! It's still perfectly visible without being too scandalous. I like it. Now for a new bikeshed ... I would use "Volunteers wanted", instead of "Volunteers needed" ;). Just kidding ...  :). Pedro. > > Da: Dave Fisher >A: dev@openoffice.apache.or

Re: AOO build + bug fix

2013-02-01 Thread Ariel Constenla-Haile
On Fri, Feb 01, 2013 at 03:22:40PM -0500, Hrishit Patel wrote: > Hi dev community, > > I've built my own AOO and now I'm working on the foolowing bug > > https://issues.apache.org/ooo/show_bug.cgi?id=102212 > > In fact I've corrected it(which was a 2 minute work), > but I haven't worked with any

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote: > Thank you Dave! > > It's still perfectly visible without being too scandalous. I like it. > > Now for a new bikeshed ... I would use "Volunteers wanted", instead of > "Volunteers needed" ;). Semantics are important! > > Just kidding ... :)

Re: svn commit: r1441658 - /openoffice/ooo-site/trunk/content/brand.mdtext

2013-02-01 Thread Dave Fisher
FYI - Announcement wording change Regards, Dave On Feb 1, 2013, at 3:13 PM, w...@apache.org wrote: > Author: wave > Date: Fri Feb 1 23:13:28 2013 > New Revision: 1441658 > > URL: http://svn.apache.org/viewvc?rev=1441658&view=rev > Log: > Annoucement wording change > > Modified: >openoffic

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 3:16 PM, Dave Fisher wrote: > > On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote: > >> Thank you Dave! >> >> It's still perfectly visible without being too scandalous. I like it. >> >> Now for a new bikeshed ... I would use "Volunteers wanted", instead of >> "Volunteers nee

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Dave Fisher
The next shed to bike ;-) On Feb 1, 2013, at 3:21 PM, w...@apache.org wrote: > Author: wave > Date: Fri Feb 1 23:21:23 2013 > New Revision: 1441659 > > URL: http://svn.apache.org/viewvc?rev=1441659&view=rev > Log: > No clear link back to www.openoffice.org > > Modified: >openoffice/site/tr

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Rob Weir
-1 Could we please take this to legal-discuss, or to Trademarks@? I know you think you are protecting the OpenOffice.org trademark. So your intentions are good. But I'm pretty sure that you are actually risking the trademark by applying it to the website when the trademark registration is expl

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 6:40 PM, Rob Weir wrote: > -1 > I've reverted that commit. Getting this wrong could have serious repercussions, so let's make sure we get it right. -Rob > Could we please take this to legal-discuss, or to Trademarks@? I know > you think you are protecting the OpenOffice

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 6:16 PM, Dave Fisher wrote: > > On Feb 1, 2013, at 3:04 PM, Pedro Giffuni wrote: > >> Thank you Dave! >> >> It's still perfectly visible without being too scandalous. I like it. >> >> Now for a new bikeshed ... I would use "Volunteers wanted", instead of >> "Volunteers need

Re: Coming to openoffice group

2013-02-01 Thread Kay Schenk
On 01/29/2013 10:04 PM, Alejandro I Barranco Gtz. wrote: Hello, I´m Alejandro Barranco, from México city, interested in strech the communication between users and openoffice suite. I could help to to spanish tutorials or something like that. Grettings Alex Hello Alex, and welcome to Open

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Pedro Giffuni
hold it right there "Volunteers wanted and needed" is just too much for a shed. Pedro.  > > Da: Rob Weir >A: dev@openoffice.apache.org >Inviato: Venerdì 1 Febbraio 2013 18:50 >Oggetto: Re: [bikeshed] I like blue titles. > >On Fri, Feb 1, 2013 at 6:16 PM,

Re: Ebay

2013-02-01 Thread Andrea Pescetti
Jaime Faneuf wrote: I am researching options for Microsoft Office. I was looking on eBay for cheaper prices when I see OpenOffice being sold from $8-$45. I went to your website to look into it a little more and found that it is free software. So I'm wondering if there is a paid version that I

Re: Coming to openoffice group

2013-02-01 Thread Kay Schenk
On 01/29/2013 10:04 PM, Alejandro I Barranco Gtz. wrote: Hello, I´m Alejandro Barranco, from México city, interested in strech the communication between users and openoffice suite. I could help to to spanish tutorials or something like that. Grettings Alex Hello again, Alex -- Also, y

Re: [CONF] Apache OpenOffice Community > QA Testing Preferences

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 3:47 PM, Marcus (OOo) wrote: > Am 02/01/2013 07:33 PM, schrieb conflue...@apache.org: > >> Space: Apache OpenOffice Community >> (https://cwiki.apache.org/confluence/display/OOOUSERS) >> Page: QA Testing Preferences >> (https://cwiki.apache.org/confluence/display/OOOUSERS/QA

Re: [bikeshed] I like blue titles.

2013-02-01 Thread Kay Schenk
On 02/01/2013 03:04 PM, Pedro Giffuni wrote: Thank you Dave! It's still perfectly visible without being too scandalous. I like it. Now for a new bikeshed ... I would use "Volunteers wanted", instead of "Volunteers needed" ;). Just kidding ... :). Pedro. Well I like the new blue better t

Re: intro

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 4:39 PM, Rob Conn wrote: > My name is Rob Conn, I am a Support Analyst/Engineer from Nutley NJ about > 20 minutes west of Midtown Manhattan. I also have a background back-end > developer and data modeler using Object PHP and MySQL. > Hi Bob, Welcome to the Apache OpenOffic

wiki documentation areas for additional languages

2013-02-01 Thread Kay Schenk
I notice we don't have many native language documentation areas on the wiki -- http://wiki.openoffice.org/wiki/Documentation as we do languages on the main page http://wiki.openoffice.org/wiki/Main_Page Should we add more languages to the Documentation main page? I'm not sure if I can do th

Re: wiki documentation areas for additional languages

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 7:09 PM, Kay Schenk wrote: > I notice we don't have many native language documentation areas on the wiki > -- > > http://wiki.openoffice.org/wiki/Documentation > > as we do languages on the main page > > http://wiki.openoffice.org/wiki/Main_Page > > Should we add more langua

Use of (R) beyond scope of trademark registration

2013-02-01 Thread Rob Weir
A question for you that has come up in the OpenOffice project. The ASF owns the U.S. registration for "OpenOffice.org". Looking up the registration on TESS, we see the word mark is claimed for: "Services IC 009. US 021 023 026 036 038. G & S: Computer software for use in database managemen

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Dave Fisher
On Feb 1, 2013, at 3:46 PM, Rob Weir wrote: > On Fri, Feb 1, 2013 at 6:40 PM, Rob Weir wrote: >> -1 >> > > I've reverted that commit. Getting this wrong could have serious > repercussions, so let's make sure we get it right. Not exactly. You left the link which was the main thing I wanted to

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Rob Weir
On Fri, Feb 1, 2013 at 8:00 PM, Dave Fisher wrote: > > On Feb 1, 2013, at 3:46 PM, Rob Weir wrote: > >> On Fri, Feb 1, 2013 at 6:40 PM, Rob Weir wrote: >>> -1 >>> >> >> I've reverted that commit. Getting this wrong could have serious >> repercussions, so let's make sure we get it right. > > Not

Re: svn commit: r1441659 - /openoffice/site/trunk/templates/sidenav.mdtext

2013-02-01 Thread Tim Williams
On Fri, Feb 1, 2013 at 8:29 PM, Rob Weir wrote: > On Fri, Feb 1, 2013 at 8:00 PM, Dave Fisher wrote: >> >> On Feb 1, 2013, at 3:46 PM, Rob Weir wrote: >> >>> On Fri, Feb 1, 2013 at 6:40 PM, Rob Weir wrote: -1 >>> >>> I've reverted that commit. Getting this wrong could have serious >>>

Re: Error in macro.

2013-02-01 Thread Yessica Brinkmann
Hello, I wanted to ask if I can please help with this issue. Is that really need to implement this functionality for my database. The macro has no errors but UPDATE is not performed in the customer table. I do not know if you owe the event in which I am putting my macro, event currently in the Mous

Re: Volunteer Support Engineer/Tester reporting for duty :)

2013-02-01 Thread Andrew Douglas Pitonyak
Excellent, you probably want to look here: http://wiki.openoffice.org/wiki/Quality_Assurance and here http://openoffice.apache.org/qa.html On 02/01/2013 04:32 PM, Rob Conn wrote: Hi i'm Rob Conn, I am offering my skills and experience to help make open office better and resolve any issues yo