After I did a query in openoffice-base over a customized form I want to transfer a selected set of data into a template openoffice-calc table. I know I can access the data set in openoffice-calc via pressing the Data Source (F4) button but then I only get access over the query. The best solution would be after the database query over a form a button event is required to open a openoffice-calc table from the template and insert the data from the data set.
Transfer a data set from openoffice base to calc
712 Views Asked by Tobias L. At
1
There are 1 best solutions below
Related Questions in OPENOFFICE.ORG
- Is there a way to automatically export OpenOffice/LibreOffice drawings to bitmaps, with options?
- How generate a sequence of dates in open office
- Convert a Multi-Page Text/word file to PNG using LibreOffice API in JAVA
- Error While Loading Document using OpenOffice SDK in JAVA
- How to convert text to table rows in the OpenOffice?
- How can I edit document like doc,PDF in my browser?
- Problem with Opening ODS File using Java Code on VMware Virtual Machine
- How to KEEP only first occurence data in Libre Office Calc (with two column filter)
- Table containing the count of multiple columns?
- Error trying to use LibreOffice COM library `com.sun.star.ServiceManager': Access denied
- Need a macro in opencalc
- Code or command-line for converting ODG (open document graphic) to PNG, JPEG, etc? (Windows and/or macOS)
- Connecting to LO from python IDE with PyUNO for debugging
- Angular frontend Spring backend file download not working or corrupt
- How to sign a microsoft office or openOffice certificate with a p12 or pfx certificate
Related Questions in OPENOFFICE-CALC
- pywinauto can't see LibreOffice/OpenOffice elements
- Libreoffice Calc Basic macro to combine sheets with different number of columns
- How to insert a cell content into a text area using OpenOffice Calc?
- How to KEEP only first occurence data in Libre Office Calc (with two column filter)
- median of cells if conditions - openoffice-calc
- Table containing the count of multiple columns?
- OpenOffice - Macro if condition
- Organize Binary Search LibreOffice Calc?
- openoffice sdk c# error "File contains corrupted data" but opens fine in Calc
- How to run a formula until it meets a certain criteria?
- Find last column with data and return the header of that column
- LibreOffice Calc: Find a cell by value
- In LibreOffice Calc, How To Access Raw HTML in a Cell?
- Need a formula for the SUM of a range of cells, but ONLY IF a different cell outside of that range has a date in it
- How to get all cells that appear more than 5 times?
Related Questions in OPENOFFICE-BASE
- How can I edit document like doc,PDF in my browser?
- Group two tables by month and make difference
- Simple Delete Command in SQL giving error message
- How to input Cell Value from OpenOffice Calc into AS400 textfield / screen using macros?
- Looking for OpenOffice base SQL reference
- How to fix :"Not Enough Stack Memory" when trying to load() with OfficeDatabaseDocument UNO service
- FB3.0 Dateadd() throws syntax error in where section of query
- Best way to run Macro on LibreOffice or OpenOffice SubForm "Fill parameters" Event
- What is wrong with this SQL command for Apache Open Office Base?
- OpenOffice Base - Merge >200 tables into one
- Open Java DB database in OpenOffice Base or Microsoft Access
- Execute SQL query from OpenOffice macro
- OpenOffice lost connection to MySQL on open cursor
- SQL OpenOffice Base "Not a Condition in Statement"
- Transfer a data set from openoffice base to calc
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
First go to
Tools -> Macros -> Organize Macros -> LibreOffice Basicand add this code. Change the path of the template file.Then in form design mode, right-click on the button and choose
Control. In the Events tab, click the three dots next toExecute action. ClickMacro...and find the Copy_Record_To_Calc macro that you added.Now turn design mode off. Go to a record and click the button. It will open the Calc template and copy the first two columns of the current record into column A and B of the spreadsheet.
See also: