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
711 Views Asked by Tobias L. At
1
There are 1 best solutions below
Related Questions in OPENOFFICE.ORG
- LibreOffice - How to create a file dialog via python macro?
- couldn't connect to socket (WSANOTINITIALISED, WSAStartup() has not been called) error while running program
- Not able to execute a class with external class path
- DDEML connection fails after large number of calls
- Preview MSOffice files in .NET WPF app via OpenOffice/LibreOffice
- cast exception while using OpenOffice SDK to create a DataSource
- Lack of access to all functions in exposed interfaces?
- OpenOffice convert doc to pdf with JAVA
- Where to find latest OpenOffice dictionaries?
- Netbeans OpenOffice Plugin throw error
- Installation of openoffice 4.0 for open erp
- Spreadsheet Help: Adding Multiple Rows With "If" Function
- XStorable storeToURL and WebDav
- How to debug crashing openoffice with pyuno
- Openoffice pipe (unix domain socket) somewhere other than /tmp?
Related Questions in OPENOFFICE-CALC
- Show Image when column is clicked in excel which is saved in another sheet
- OpenOffice - Combining multiple functions - Substring
- libreoffice calc if function returns true instead of value
- Regular Expression to limit text length in Open Office Calc
- openoffice calc button mouse over event cursor change
- Spreadsheet to multiple txt files with specified names
- Convert text cells to DATE, but leave empty and DATE cells intact
- How to return date from date time?
- Plotting number of times a name occurs in a column (histogram)
- How can I match two columns of data by name?
- How to open an excel file using openoffice and save as csv
- Formula to return random string from list of strings?
- Marking categories and attributes
- How to remove "FOR UPDATE OF" syntax either in DASHDB or OpenOfficeCalc?
- How to know the Java interfaces an OpenOffice Calc UNO object supports (through queryInterface)
Related Questions in OPENOFFICE-BASE
- OpenOffice Base 4.0.1 Printing a right aligned field
- How to make LibreOffice Base reconnect to a database
- How to access openoffice.org database from command line
- OODB Update with Aggregate Function
- Convert doc into pdf
- Open mdb app using Openoffice 4.0.1
- Transfer a data set from openoffice base to calc
- OpenOffice Base - Merge >200 tables into one
- Is it possible to create a parameter query in openoffice base?
- database structure with multiple bank statements
- Reset button in Openoffice base
- OpenOffice Base LIKE with columns
- Visual basic 2010 to open office base
- Open Office Base: How to Create a INSERT Trigger
- What is wrong with this SQL command for Apache Open Office Base?
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 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: