Re: [dev] Support: Cannot get questions answered

2010-06-19 Thread Andrew Douglas Pitonyak

On 06/17/2010 08:04 PM, George Meier wrote:

Open Folks...

I have scoured your support website and written to one of the tech people
who is available.  The site doesn't come close to answering my questions and
I have gotten no response from the tech.


Here's the issue:  Based on your database templates, there appears to be no
one who has built a CRM database that I can use as a starting point.  I have
built one, but it has run into a structural problem that seems to be
purposely built into the program that makes no sense to me.


I have successfully pulled together the initial data I need in an Excel
file, which I saved as a CSV file and have uploaded to an OpenOffice
database table. I then built a form to overlay the table that is supposed to
give me two important functions; one is to put all relevant data on one
screen to support a call center function and the second is for the form to
be an easy way to enter added data as is comes in when an operator is
talking to a customer.  I do all this only to find that the form is
'read-only'.  That there is no way around it. That's the part that seems
purposeful and, I must say, nonsensical.  Why would one build a form into
which nothing can be added?


I have gone round and round on this.  Am I missing something?


By the way, one cannot paste a properly prepared Excel file into the table.
Why?  And once I got data into the table, it was read-only.  These seem to
be un necessary traps that make your product unusable.


Can you help with work arounds?

Thank you. George

George B. Meier
Business Development Consultant
Venture Road
908-591-3243
This sounds correct to me, not because it makes sense, but, because I 
believe that using a spreadsheet as a datasource is a read-only source 
(or has this changed)?


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Resolved, no office executable found! error still exist after adding /openoffice.org3/program to classpath

2010-06-19 Thread xiaofeng08
Hi, Bernd, I've resolved the problem. Just in simple steps, as follows:

In Eclipse, click Project- Properties, in the Properties for FirstUnoContact
Dialog, choose Java Build Path on the left, then choose Libraries tab, and 
click Add
External Class Folder button, then choose /usr/lib/OpenOffice.org3/program, then
it's ok to run.

Thanks for your suggestion.


On 星期五, 六月 18, 2010 11:57 pm, Bernd Eilers wrote:
---

Hi xiaofeng,

well you did try to execute an echo $CLASSPATH in the shell and are
sure the setting done in /etc/profile is really still there and not
accidently being overwritten by some other code in $HOME/.bashrc for
example, did you?

Did you try to call the programm by using java from the commandline or
did you try to start it from within the IDE. If later is the case the
IDE has most likely its own java classpath settings for IDE projects
somewhere in the project settings which might override your CLASSPATH
environment variable setting.


Kind regards,
Bernd Eilers

xiaofen...@iscas.ac.cn wrote:
 Hi, OO folks,

 I tried to run the FirstUnoContact example in the 'Getting Started' section of
 OpenOffice.org Developer's Guide, but got the common error:

 encounter a com.sun.star.comp.helper.BootstrapException claiming no office
 executable found!

 The solution gave in the guide is to add the path to the OpenOffice.org 
 program
 folder to the classpath (e.g. .../OpenOffice.org 3/program/).

 I added /usr/lib/openoffice.org3/program at the end of my /etc/profile, like
following:
 export JAVA_HOME=/usr/java/jdk1.6.0_20
 export
 CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/usr/lib/openoffice.org3/program/
 export PATH=.:$PATH:$JAVA_HOME/bin

 I logout and login again to enable the /etc/profile, but still got this error 
 when I
 tried to run FirstUnoContact again.

 My platform is fedora 12,  my IDE is eclipse,  and I have done all the steps 
 listed
 in the guide and every steps goes fine.

 So ,can anybody please give a suggestion?

 Thanks.





 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

---


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org