|
More site info...
OpenOffice.org Forum at OOoForum.org - www.oooforum.org | Site profile
|
|
Site profile page for http://www.oooforum.org.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.oooforum.org.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.oooforum.org is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on OpenOffice.org Forum at OOoForum.org:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
350
|
1,281
|
2,815
|
|
Post:
|
638
|
2,652
|
5,726
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for OpenOffice.org Forum at OOoForum.org (http://www.oooforum.org)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
OpenOffice.org Forum at OOoForum.org posting activity graph:
|
|
http://www.oooforum.org Alexa graph:
|
Top authors on OpenOffice.org Forum at OOoForum.org during last week:
user's latest post:
Help needed
Published (2009-11-11 06:46:00)
Hello study this or this Romke
user's latest post:
Moving Elements of Pie Chart
Published (2009-11-10 15:31:00)
jmadero wrote: Hi All, I'm trying to move elements of my pie charts around and not making any progress. I found this http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Calc_Guide/Formatting_charts unfortunately those instructions don't work for me, I can double click the pie chart and then I can select the element but it doesn't do anything when I "drag" it, any ideas? It works for me...
user's latest post:
Assign Queried Images to...
Published (2009-11-11 11:35:00)
Ok, I figured it out halfway. It was pretty dumb to assign each control to a different variable, I should have assigned them as members of an array instead. I do this as follows: Code: Dim FamilySelecter AS object Dim ImageControl(14) AS object FamilySelecter = CreateUnoDialog(DialogLibraries.Standard.FamilySelecter) ImageControl(0) = FamilySelecter.Model.ImageControl1...
user's latest post:
[SOLVED] Eliminating duplicate...
Published (2009-11-10 06:46:00)
naoliva wrote: how easier could be having a kind of 'SMALL function' which worked with text! Sounds like you are wanting to sort the list of unique values in real time. I have used... OFFSET($'Updated Version'.$C$1;1;0;SUMPRODUCT($'Updated Version'.$C$1:$C$101<>"")-1;1) to define UData, the range of cells holding the unique values. Then in D2 on the Updated Version sheet this array...
user's latest post:
how to convert a formula result...
Published (2009-11-10 23:56:00)
Exactly what you requested: =IF(VALUE(MATCH(B2;$Sheet1.B1:B51;0))=32;'Sheet 1'.F32) What you might want to do (my guess): =INDIRECT("'Sheet 1'.F"&VALUE((MATCH(B2;$Sheet1.B1:B51;0)))) A better way to do it: =OFFSET('Sheet 1'.F1;VALUE(MATCH(B2;$Sheet1.B1:B51;0))-1;0) This is better because it avoids hardcoded address syntax, so it will work when exported to other spreadsheet formats which...
user's latest post:
[SOLVED] dbsom/dsum? Or do I...
Published (2009-11-11 09:16:00)
yuri: Glad this issue ( opportunity ) is resolved. Just so you know, the only reason I mentioned use of DSUM vs DBSOM ( I assume a Dutch version, but, not sure, and, not important ) was so others reading the forum, will know what we are talking about. I think, use of a spreadsheet's Database functions could / should be used more often to make a spreadsheet 'easier'. In English, the built-in functions include: DCOUNT - counts...
user's latest post:
openWriter
Published (2009-11-11 08:31:00)
Read through: http://user.services.openoffice.org/en/forum/viewtopic.php?f=74&t=16512
user's latest post:
SOLVED Using CASE WHEN ?
Published (2009-11-10 04:18:00)
Hi Sliderule, You have opened a door that my wife will probably never forgive you for. I started with a simple little task and now there are so many more interesting things to explore. Look forward to more discussions in the future. Best regards Pete
|
|
|
Top 10 active forums on OpenOffice.org Forum at OOoForum.org during last week:
|
|
Top 10 forums on OpenOffice.org Forum at OOoForum.org:
OpenOffice.org Writer
- 49,505 posts
|
OpenOffice.org Calc
- 36,420 posts
|
OpenOffice.org Macros and API
- 24,785 posts
|
OpenOffice.org Base
- 18,289 posts
|
Setup and Troubleshooting
- 17,193 posts
|
General Discussion
- 11,455 posts
|
OpenOffice.org Impress
- 5,288 posts
|
OpenOffice.org Draw
- 2,313 posts
|
OpenOffice.org Math
- 1,492 posts
|
Site Feedback
- 1,336 posts
|
|
|
|
|
Latest active threads on OpenOffice.org Forum at OOoForum.org:
Started 3 days ago (2009-11-11 12:25:00)
by marknelson
Go to view and click on field shadings and they should go away.
Started 3 months, 2 weeks ago (2009-08-02 11:37:00)
by jrkrideau
thomas29 wrote: Hi folks,
I have such a huge list of websites on particular niche. Now thing is many sites are getting repeated in this list and I want to remove such duplicate sites.
Is there any way in open office to find out all the duplicate sites at once and remove them from the list?
http://www.oooforum.org/forum/viewtopic.phtml?t=35 463&...
Started 3 days, 3 hours ago (2009-11-11 09:12:00)
by B Marcelly
Hi,
Have you read the first post on section Code Snippets ?
Announcement: PLEASE READ THIS BEFORE POSTING ### NO QUESTIONS ###
For your problem, install extension History Master (needs at least OOo 3.1), set lists length to zero. You may uninstall the extension after you have verified it works.
______
Bernard
Started 3 days, 6 hours ago (2009-11-11 06:16:00)
by GMG
Because there isn't the input string limit, it should be recursive function in OO Basic.
Take a look of
http://www.oooforum.org/forum/viewtopic. phtml?t=59 23&highlight=recursive.
This is a good example of recursive functions. The only thing for you is the LOGIC of function. Study find(), upper(), mid() and if() OO Basic functions. You know exactly what you want.
Regards,...
Started 5 days ago (2009-11-09 12:10:00)
by darrell777
I have resolved the issue.
|
|
Hot threads for last week on OpenOffice.org Forum at OOoForum.org:
Started 4 days, 19 hours ago (2009-11-09 17:16:00)
by pitonyak
Are these the same documents? Do the documents have the correct file extension?
Started 1 week, 1 day ago (2009-11-06 08:48:00)
by SlideRule
batonac:
You asked:
batonac wrote: Does anyone know of any way to access an OpenOffice BASE table from an OpenOffice BASIC Macro without registering the Database?
Please check out the link below, and, see if it helps.
http://www.oooforum.org/forum/viewtopic. phtml?t=85 371
I hope this helps, please be sure to let me / us know.
...
Started 1 week, 4 days ago (2009-11-03 08:00:00)
by RPG
Hello
Maybe there is nothing wrong with your code but it is not implement.
I think your code can be runned in native mode.
When you use only the casewhen that is without a space then it can be runned in OOo-base mode.
http://www.oooforum.org/forum/viewtopic.phtml?t=88 094&highlight=casewhen
http://www.oooforum.org/forum/viewtopic.phtml?t=85 574&highlight=casewhen...
Started 1 week, 1 day ago (2009-11-06 05:01:00)
by SandalFeaster
Hi
Am pretty new to OO myself. When you say re-open in OO, I take it that you are opening from within OO Writer as a word document (not the one where you cut and paste then saved as an OO file type)?
It might help others to help you if you post which version of Word you are using. I have opened a couple of Word 2007 documents in OO Writer and the formatting and positioning of ...
Started 1 week, 2 days ago (2009-11-05 11:08:00)
by Eddan
Hello everyone!
This is my first post here so I hope I'm posting this at the right place
I've Been working around with OpenOffice and styles for some time now and everything's been working great when I suddenly ran into a little problem:
I want to create a two-column footer, where I put all my footnotes in the left column and display the current page number and total ...
Started 3 days, 6 hours ago (2009-11-11 06:16:00)
by GMG
Because there isn't the input string limit, it should be recursive function in OO Basic.
Take a look of
http://www.oooforum.org/forum/viewtopic.phtml?t=59 23&highlight=recursive.
This is a good example of recursive functions. The only thing for you is the LOGIC of function. Study find(), upper(), mid() and if() OO Basic functions. You know exactly what you want.
Regards,...
Started 1 week, 1 day ago (2009-11-06 09:12:00)
by RPG
Hello
I hope this link can help you.
Maybe you have to make a filter for the second form. Use double quotes round the variables.
Romke
Started 4 days, 11 hours ago (2009-11-10 01:19:00)
by Robert Tucker
If you put a word joiner U+2060 or zero width space U+200B after the space then one gets the desired closing quote.
[If you put a zero-width no-break space U+FEFF after the space you get a standard quote â is this a bug, I wonder?]
Started 1 week, 1 day ago (2009-11-06 06:59:00)
by Villeroy
=ISNUMBER(MATCH($C1;$B$1:$B$99;0))
copy down along C
http://wiki.services.openoffice.org/wiki/Documenta tion/How_Tos/Calc:_MATCH_function
Started 4 days, 8 hours ago (2009-11-10 04:17:00)
by Allan Hill
I have spent many hours, literally, trying to solve this problem, I have searched the forums with no success. I have plodded through Tom Boyd's tutorial and emailed him for further help. He has been helpful but has suggested I try asking for help here.
I can edit a record and I can create a new record in a table or a form, but I get an error message that Base cannot save the file every ...
|
|