Forms on the web
Forms on the web
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?
Re: Forms on the web
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.
Use php for web-based environments.
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
Hungarian forum co-admin
Re: Forms on the web
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
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
Re: Forms on the web
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.
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
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Re: Forms on the web
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?
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?
Re: Forms on the web
You can not make any form with OOo, usable in webpage.
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
Hungarian forum co-admin
-
- Volunteer
- Posts: 283
- Joined: Tue Dec 04, 2007 6:38 pm
- Location: Houston, TX
Re: Forms on the web
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