Creating a plug-in to embed a HTML form to a slide
-
- Posts: 5
- Joined: Fri Apr 10, 2020 6:54 pm
Creating a plug-in to embed a HTML form to a slide
Hi,
So that the HTML form would be directly showing up on the slide (Not bringing up the form on a web browser).
Has anyone done that?
TIA.
So that the HTML form would be directly showing up on the slide (Not bringing up the form on a web browser).
Has anyone done that?
TIA.
OpenOffice 4.1.5 on Windows 10
Re: Creating a plug-in to embed a HTML form to a slide
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
- Posts: 5
- Joined: Fri Apr 10, 2020 6:54 pm
Re: Creating a plug-in to embed a HTML form to a slide
Interesting. How did you do that?
OpenOffice 4.1.5 on Windows 10
Re: Creating a plug-in to embed a HTML form to a slide
The Base component is a bridge between arbitrary databases and ODF documents.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
- Posts: 5
- Joined: Fri Apr 10, 2020 6:54 pm
Re: Creating a plug-in to embed a HTML form to a slide
If the local dBase db file has to be present with the .odp file then it would be quite inconvenient for easy data consolidation after data capture.
A desirable way would be to capture and store this data remotely.
Another down side is: when the .odp is converted into a .ppt file, the ppt file would mostly likely lose this important property.
A desirable way would be to capture and store this data remotely.
Another down side is: when the .odp is converted into a .ppt file, the ppt file would mostly likely lose this important property.
OpenOffice 4.1.5 on Windows 10
Re: Creating a plug-in to embed a HTML form to a slide
You can connect to remote databases. That simple dBase thing is just an example.
Like with any other software product, working with foreign file formats is not recommended. In particular, this is NOT an alternative editor for Microsoft documents.
Like with any other software product, working with foreign file formats is not recommended. In particular, this is NOT an alternative editor for Microsoft documents.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
- Posts: 5
- Joined: Fri Apr 10, 2020 6:54 pm
Re: Creating a plug-in to embed a HTML form to a slide
Ok, so, how did you create the ImpressForm.odp file?
OpenOffice 4.1.5 on Windows 10
Re: Creating a plug-in to embed a HTML form to a slide
This is rather complicated. You need toolbars "Form Design" and "Form Controls".
First you create a logical form with the form navigator from toolbar "Form Design". The logical form can be linked to a database document's query or table. Then you add form controls linked to individual columns.
Follow some tutorial like this one: [Tutorial] Forms in OpenOffice.org Base.
Under normal conditions forms are attached to Writer documents and Writer documents with database forms are embedded within database documents. In fact you can manually attach forms to Writer, Calc, Impress and Draw documents.
I would not do this with Impress. I would use Writer in "web page view" disregarding print pages.
First you create a logical form with the form navigator from toolbar "Form Design". The logical form can be linked to a database document's query or table. Then you add form controls linked to individual columns.
Follow some tutorial like this one: [Tutorial] Forms in OpenOffice.org Base.
Under normal conditions forms are attached to Writer documents and Writer documents with database forms are embedded within database documents. In fact you can manually attach forms to Writer, Calc, Impress and Draw documents.
I would not do this with Impress. I would use Writer in "web page view" disregarding print pages.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
- Posts: 5
- Joined: Fri Apr 10, 2020 6:54 pm
Re: Creating a plug-in to embed a HTML form to a slide
Thanks for the response. On a second thought, I'll forego the idea of embedding form into an Impress slide.
OpenOffice 4.1.5 on Windows 10