Draw • Re: Frequent document recovery
You may have a corrupted user profile. To reset the user profile:Close OpenOfficeOpen any folder and enter %appdata%\OpenOffice\4 in the address bar near the top.That will take you to a folder...
View ArticleCalc • Re: Create running total in column
Can you upload a sample file showing what you want to do exactly (see: How to attach a document here)?Statistics: Posted by Hagar Delest — Fri Jan 31, 2025 10:30 pm
View ArticleBase • Integrity constraint violation - no parent SYS_FK_194 table: Student
I am trying to update a database with SQL code that I have used many times:UPDATE "Student" SET "Current Class" = "Current Class"+1 WHERE "Termination Date" IS NULL AND "Repetition" = FALSEThis code...
View ArticleMacros and UNO API • Re: Solved--Write a loop to keep the formula
python:Code: doc = XSCRIPTCONTEXT.getDocument()columns = "BCDEF"out =[[f"={c}2*{c}3" for c in columns ]]cellrange = doc.Sheets["Sheet1"]["B5:F5"]cellrange.FormulaArray = outStatistics: Posted by...
View ArticleLinux • Re: [Solved] Why can't run the command in the background?
Also asked athttps://ask.libreoffice.org/t/why-cant- ... und/117440Statistics: Posted by RoryOF — Sat Feb 01, 2025 12:20 pm
View ArticleMS Windows • Re: Open Office Ver 4.1.15
Welcome to the forum Gerard!I would suggest that you forget about OpenOffice and install LibreOffice instead. There are several good reasons for making the switch anyway, some of which are mentioned...
View ArticleMS Windows • Re: OpenOffice Ver 4.1.15
I installed AOO 4.1.15 on Windows 11 Home from the Windows App store for testing purposes without problems.Statistics: Posted by floris v — Sat Feb 01, 2025 1:55 pm
View ArticleMacros and UNO API • Round all numeric cells to 2 decimals
I write a triple loop to round all cells whose type is number to 2:Code: sub roundAllCells dim oFunAccess as object oFunAccess = createUnoService( "com.sun.star.sheet.FunctionAccess" ) for each oSheet...
View ArticleMacros and UNO API • Re: Round all numeric cells to 2 decimals
It is so long …Zero lines of programming are needed when you use Precision as shown. Read about this setting in Help → Index or in User Guides (PDF) or searching for topics about it in the Calc Forum....
View ArticleMS Windows • Re: Install for OpenOffice 4.1.15 doesn't finish
I get to about half way through opening the downloaded file and the process stops.Do you use the link bottom right of this page for example? Leading to the sourceforge.net site?But indeed, have a look...
View ArticleWriter • Re: [Solved] Problem with line spacing on OpenOffice.org
So this happened to me and it had nothing to do with changing line spacing.Right on the page with your documant you are working on. In the upper left corner youll see a drop down box that has choices...
View ArticleCalc • Re: Fix a bank CSV that has "credit or debit" rather than...
I just sorted by that column and pasted the amounts into the credit or debit columnStatistics: Posted by AndrewB1 — Sun Feb 02, 2025 3:58 pm
View ArticleWriter • Save current background image to PC
How can I grab the background image from my Writer file, and save it to my PC? I know how I added it, but I can't figure out how to "get back there" to save the graphic. Looking around...
View ArticleWriter • Re: Save current background image to PC
Not sure if this is what you're after for a 'background image' but for an ordinary image right-click on the image and select Save Graphics...Statistics: Posted by LastUnicorn — Sun Feb 02, 2025 4:37 pm
View ArticleImpress • [Solved] View presentation as slides, not slide show
Previously on opening an impress odp file it went to the underlying list of slides, then had to choose 'slide show'.But suddenly its going straight to slide show and cant get back to the list for...
View ArticleGeneral Discussion • Write dataframe to new sheet in existing ODS
We can write dataframe into a new excel file:Code: x1 = np.random.randn(100, 2) df1 = pd.DataFrame(x1) with pd.ExcelWriter('/tmp/sample.xlsx') as writer: df1.to_excel(writer,...
View ArticleImpress • Re: odp behaviour
Solved. Its view - outline.Statistics: Posted by doedau — Mon Feb 03, 2025 3:54 am
View ArticleWriter • Re: How to extend LAST line of paragraph?
Bonjour mes amis M Hägar and Mr. RoryOF, Dia daoibh! Thank you for your replies! Hopefully, someone knows how to do what I want, but this is *nearly* solved. I'll wait just a bit longer!Happy...
View ArticleWriter • Re: [Solved] Save current background image to PC
How can I grab the background image from my Writer file, and save it to my PC?To avoid the need to unZIP the file, after first saving the document in ODT format, you can use File → Save As → HTML...
View ArticleCalc • Change background color of row based on dropdown
I am doing a basic inventory. So far I have it so I have a =SUM of the difference between actual physical stock and what the computer says we have to adjust properly, I have unit price and =SUM of...
View Article