Forms on the web

Creating and using forms
Post Reply
tumby1974
Posts: 2
Joined: Tue Mar 25, 2008 4:09 pm
Location: St. Louis, MO USA

Forms on the web

Post by tumby1974 »

Can you use forms in a web-based environment? Users opening up their browser and going to an intranet site where they can use forms to manipulate/view data in a database?
User avatar
r4zoli
Volunteer
Posts: 2882
Joined: Mon Nov 19, 2007 8:23 pm
Location: Budapest, Hungary

Re: Forms on the web

Post by r4zoli »

OOo Base a standalone database for one user, or frontend file with a Form connected to the database server - can be used by more user, user rights managed by database server.

Use php for web-based environments.
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
shallowz
Posts: 6
Joined: Mon Feb 25, 2008 8:14 pm

Re: Forms on the web

Post by shallowz »

i am also looking to find out if you can make a web based intranet web form for my company
is there a way to set up a form using Base so users can look at a web page and fill out a form?
i do not understand the reply from R4ZOLI
User avatar
Villeroy
Volunteer
Posts: 31345
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Forms on the web

Post by Villeroy »

Apart from very primitive HTML and export to XHTML, OOo has no capabilities to create content for the internet. It follows the old document paradigma where certain files are loaded into a suitable application with many features related to human language, layout on paper and formatting. A "real database" (not Base) is just a storage on some machine which can be accessed with all kinds of suitable software, such as Base.
This forum is stored in a "real database" (see Postgre-SQL label at the bottom). Every time you click a link, a script generates a web-page from HTML-templates filled with data from the database (e.g. recent posts) and delivers the resulting page back to your browser. One could access the underlying database in Base, but the required modules to create web-forms that work with any browser in the world is extremely different. Technically, it has almost nothing to do with a document based software.
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
shallowz
Posts: 6
Joined: Mon Feb 25, 2008 8:14 pm

Re: Forms on the web

Post by shallowz »

wow is all i acan say Villeroy
i have no idea what you just said, i can tell you know what your talking about
so i am guessing that you said it is not possible to get base to function the way i want it?
User avatar
r4zoli
Volunteer
Posts: 2882
Joined: Mon Nov 19, 2007 8:23 pm
Location: Budapest, Hungary

Re: Forms on the web

Post by r4zoli »

You can not make any form with OOo, usable in webpage.
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
QuazzieEvil
Volunteer
Posts: 283
Joined: Tue Dec 04, 2007 6:38 pm
Location: Houston, TX

Re: Forms on the web

Post by QuazzieEvil »

you can use JavaScript and ActiveX to connect to OOo. There is alot of work reuired, however, to get something going. I have not done any large scale tests, so I do not know how it performs in such environment. I have some samples at www.baseprogramming.com/resources.html
Post Reply