Discussion:
[Base Database] How to open a particular form at startup ?
Rafnews
2014-10-02 20:00:24 UTC
Permalink
Hi,

i have a database created with Base from LibreOffice.
i have a form stored in the same ODB file called "FMain".

Now how can i do to open automatically the form when i open the ODB file ?

thx.

A.
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
Tom Davies
2014-10-02 21:05:45 UTC
Permalink
Hi :)
Is this something to do with somehow saving the Form outside of the
database so that people can just double-click on the Form itself without
opening the database or am i barking up the wrong tree?
Regards from
Tom :)
Post by Rafnews
Hi,
i have a database created with Base from LibreOffice.
i have a form stored in the same ODB file called "FMain".
Now how can i do to open automatically the form when i open the ODB file ?
thx.
A.
--
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-
unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be d
Alex Thurgood
2014-10-03 09:36:56 UTC
Permalink
Le 02/10/2014 22:00, Rafnews a écrit :

Hi,
Post by Rafnews
i have a database created with Base from LibreOffice.
i have a form stored in the same ODB file called "FMain".
Now how can i do to open automatically the form when i open the ODB file ?
https://forum.openoffice.org/en/forum/viewtopic.php?f=39&t=34147

read the thread all the way through to the end.


Alex
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this
Marion & Noel Lodge
2014-10-03 12:27:47 UTC
Permalink
Hi,

I have a macro similar to neptuneuk's that Alex pointed to, but I go one
step further.

I run Windows 7 64 bit. I right click on my project's .odb file, click on
'Send to' and then on 'Desktop (create shortcut)'. Then I can simply
double click on the shortcut to go directly into my Main Menu form.

Sometimes, usually if I have just started my PC, it's a bit slow and
LibreOffice's initial menu appears for a few seconds before the Menu form
is displayed. But once the machine has warmed up, double clicking on the
shortcut displays the Menu almost immediately. I have found this is
simpler for my users. It also keeps them away from the underlying LO menu
and prevents them being confused by a screen that they don't need to be
concerned about!

I have several such shortcuts on my desktop and find the them faster than
opening LibreOffice and going through several steps to select the .odb file
I want to open.

Don't know how well this would work on other operating systems, but it
works well for me.

Noel
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived
Dan Lewis
2014-10-03 13:13:21 UTC
Permalink
Post by Marion & Noel Lodge
Hi,
I have a macro similar to neptuneuk's that Alex pointed to, but I go one
step further.
I run Windows 7 64 bit. I right click on my project's .odb file, click on
'Send to' and then on 'Desktop (create shortcut)'. Then I can simply
double click on the shortcut to go directly into my Main Menu form.
Sometimes, usually if I have just started my PC, it's a bit slow and
LibreOffice's initial menu appears for a few seconds before the Menu form
is displayed. But once the machine has warmed up, double clicking on the
shortcut displays the Menu almost immediately. I have found this is
simpler for my users. It also keeps them away from the underlying LO menu
and prevents them being confused by a screen that they don't need to be
concerned about!
I have several such shortcuts on my desktop and find the them faster than
opening LibreOffice and going through several steps to select the .odb file
I want to open.
Don't know how well this would work on other operating systems, but it
works well for me.
Noel
What Noel has done also works with Linux by creating a soft link
to the database on the Desktop. Then double clicking the link causes the
database to open. Similarly, creating a soft link to a folder containing
the databases that are often used can be used. Then double clicking the
link and then double clicking the name of the desired database will
accomplish the same thing.
But I do not think this is what the OP was wanting. When the
database opens, he wants the form named, FMain, to open as well as the
main database window. Obviously, he would want the window containing the
FMain form to be on top.

Dan
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot b
Marion & Noel Lodge
2014-10-04 03:43:06 UTC
Permalink
Hi Dan,

Its good to know that Linux users can also use this technique.

Regarding opening FMain, neptuneuk shows at the bottom of his post that
this is achieved, (when the database initially opens), by clicking on Tools
| Customise | Events and setting Open Document to call the macro that
opens FMain. After that, when the database opens, it automatically
displays FMain.

Noel

--
Marion & Noel Lodge
Post by Marion & Noel Lodge
Hi,
I have a macro similar to neptuneuk's that Alex pointed to, but I go one
step further.
I run Windows 7 64 bit. I right click on my project's .odb file, click on
'Send to' and then on 'Desktop (create shortcut)'. Then I can simply
double click on the shortcut to go directly into my Main Menu form.
Sometimes, usually if I have just started my PC, it's a bit slow and
LibreOffice's initial menu appears for a few seconds before the Menu form
is displayed. But once the machine has warmed up, double clicking on the
shortcut displays the Menu almost immediately. I have found this is
simpler for my users. It also keeps them away from the underlying LO menu
and prevents them being confused by a screen that they don't need to be
concerned about!
I have several such shortcuts on my desktop and find the them faster than
opening LibreOffice and going through several steps to select the .odb file
I want to open.
Don't know how well this would work on other operating systems, but it
works well for me.
Noel
What Noel has done also works with Linux by creating a soft link to
the database on the Desktop. Then double clicking the link causes the
database to open. Similarly, creating a soft link to a folder containing
the databases that are often used can be used. Then double clicking the
link and then double clicking the name of the desired database will
accomplish the same thing.
But I do not think this is what the OP was wanting. When the database
opens, he wants the form named, FMain, to open as well as the main database
window. Obviously, he would want the window containing the FMain form to be
on top.
Dan
--
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-
unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
--
To unsubscribe e-mail to: users+***@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly
Continue reading on narkive:
Loading...