You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Brooks Schoolcraft <br...@schoolcraftfamily.com> on 2015/03/03 20:24:26 UTC

running the database as an app

Can I set up an app (icon) on several desktops that bring up just the 
form(s) needed to interact with the database (which will reside on a 
network drive)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: running the database as an app

Posted by SOS <so...@pmg.be>.
can been done using the API and basic
but using Dialogs instead off forms is a better solution, but more work 
the write the code

greetz

Fernand
On 3/03/2015 20:24, Brooks Schoolcraft wrote:
> Can I set up an app (icon) on several desktops that bring up just the 
> form(s) needed to interact with the database (which will reside on a 
> network drive)?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: running the database as an app

Posted by Mathias Röllig <mr...@gmx.net>.
> Can I set up an app (icon) on several desktops that bring up just the
> form(s) needed to interact with the database (which will reside on a
> network drive)?


Simply use a (writer) document as form document. Not a form inside a 
database document.

Regards, Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org