A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

can i run a form without Acces, or that i can't see access itself?



 
 
Thread Tools Display Modes
  #1  
Old May 11th, 2005, 02:16 PM
Harm Ozinga
external usenet poster
 
Posts: n/a
Default can i run a form without Acces, or that i can't see access itself?

I have a MSAccess db and I want to run just a form without Access itself to
open.
the db is for people how are afraid of Access ore other programs they don't
know.
maybe it is possible to hide Access and just show the forms

Harm Ozinga
(The Netherlands)
  #2  
Old May 11th, 2005, 02:41 PM
Ofer
external usenet poster
 
Posts: n/a
Default

Put the form you want to displey on the startup, so when access will come up
the form will be displayed, and in the form unload properties put the code
application.quit

You can create a run time application, so you wont have to install Access in
the compters, also save having license for each user.

"Harm Ozinga" wrote:

I have a MSAccess db and I want to run just a form without Access itself to
open.
the db is for people how are afraid of Access ore other programs they don't
know.
maybe it is possible to hide Access and just show the forms

Harm Ozinga
(The Netherlands)

  #3  
Old May 11th, 2005, 03:06 PM
Harm Ozinga
external usenet poster
 
Posts: n/a
Default

I think you didn't understand me quit right because I want that user won't be
able to see Access. The way you explained you can see access but when you
what click at somthing other than the form Access will close.

"Ofer" wrote:

Put the form you want to displey on the startup, so when access will come up
the form will be displayed, and in the form unload properties put the code
application.quit

You can create a run time application, so you wont have to install Access in
the compters, also save having license for each user.

"Harm Ozinga" wrote:

I have a MSAccess db and I want to run just a form without Access itself to
open.
the db is for people how are afraid of Access ore other programs they don't
know.
maybe it is possible to hide Access and just show the forms

Harm Ozinga
(The Netherlands)

  #4  
Old May 11th, 2005, 03:06 PM
Dirk Goldgar
external usenet poster
 
Posts: n/a
Default

"Harm Ozinga" wrote in message

I have a MSAccess db and I want to run just a form without Access
itself to open.
the db is for people how are afraid of Access ore other programs they
don't know.
maybe it is possible to hide Access and just show the forms


You can turn off all menus except the ones you yourself create, and
disable the use of shortcut keys to show the database window. It's also
possible, under certain circumstances, to hide the application window
and show only your forms, but each form must be popup (and usually
modal), which restricts the things you can do with your application.
For information about that, see this page:

http://www.mvps.org/access/api/api0019.htm

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


  #5  
Old May 11th, 2005, 10:54 PM
Albert D.Kallal
external usenet poster
 
Posts: n/a
Default

Try downloading and running the sample I have he
(3rd one)

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

The above hides all of ms-access, and takes no code. The only part that
users see is "your" application part....

The settings to do the above are all in the tools-startup.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


  #6  
Old May 12th, 2005, 07:31 AM
Harm Ozinga
external usenet poster
 
Posts: n/a
Default

Thank you for your brilant code, this is the solution!
It is not working jet for me but i think i can figure it out.
many thanks!

Harm Ozinga
  #7  
Old May 12th, 2005, 07:34 AM
Harm Ozinga
external usenet poster
 
Posts: n/a
Default

Thanx this code is great!
it's not working jet for me , but i will figure it out!
Many thanks
Harm Ozina

"Dirk Goldgar" wrote:

"Harm Ozinga" wrote in message

I have a MSAccess db and I want to run just a form without Access
itself to open.
the db is for people how are afraid of Access ore other programs they
don't know.
maybe it is possible to hide Access and just show the forms


You can turn off all menus except the ones you yourself create, and
disable the use of shortcut keys to show the database window. It's also
possible, under certain circumstances, to hide the application window
and show only your forms, but each form must be popup (and usually
modal), which restricts the things you can do with your application.
For information about that, see this page:

http://www.mvps.org/access/api/api0019.htm

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)



  #8  
Old May 12th, 2005, 07:48 AM
Harm Ozinga
external usenet poster
 
Posts: n/a
Default

I tryed that one but the way i can se it is not hiding Access it's self.
the problem i have with the code is when i put fSetAccessWindow(0) it in
the onopen event of a form i get a error message. but when i set the same
code in a onclick event of a button de code wordks fine.

Harm Ozinga

"Albert D.Kallal" wrote:

Try downloading and running the sample I have he
(3rd one)

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

The above hides all of ms-access, and takes no code. The only part that
users see is "your" application part....

The settings to do the above are all in the tools-startup.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal



  #9  
Old May 12th, 2005, 08:09 AM
Albert D.Kallal
external usenet poster
 
Posts: n/a
Default

"Harm Ozinga" wrote in message
...
I tryed that one but the way i can se it is not hiding Access it's self.


Well, you can't see any part of ms-access in my example. The fact is, sure
you see a main window, but that window has NONE of ms-access stuff and ONLY
has the things I put there.

I am not really sure if hiding the window is such a need, or even a big
deal?

For about 14 years now, users first program they are introduced to is word.
Word has a main window area, and then each document is a window that remains
inside this. it is not like your users are going to be confused. Further,
Excel works this way also. This what is called the MDI (multiple document
interface). And, to be fair, the Apple Mac also works this way.

So, when you use word, Excel, or in fact ms-access (which is also part of
office by the way), all of these applications has a main menu bar, and then
child windows inside. I don't think you should waste your time trying to
code and change the way Microsoft office works?

I distributed many ms-access applications, and the users do NOT know it is
ms-access, and never see ANY of the ms-access stuff. I really doubt the
efforts to try and hide the main window, and change the way ms-access (or
word, or Excel) has worked for 15 years makes any sense.

Is not hiding all of the ms-access stuff, and replacing as my example shows
good enough?

You can certainly grab that code at the access web, but it kind of a kludge,
and comes with warnings as to its use.

Why not go with the way word, Excel and most of office has worked for in the
last 15 years?

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


  #10  
Old May 12th, 2005, 08:13 AM
Albert D.Kallal
external usenet poster
 
Posts: n/a
Default

Also, take a quick read and look at the following screen shots of ms-access:

http://www.members.shaw.ca/AlbertKal...erFriendly.htm

The above screen shots are from commercial applications I have written using
ms-access, and the users NEVER even know that the product is written in
ms-access. The applications simply look, feel, and run like any other of the
office applications..


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dates in a listbox connected to a form... RusCat Using Forms 13 November 25th, 2004 02:31 AM
Need query to separate 2 entry types in a table field Jan Il Running & Setting Up Queries 31 November 23rd, 2004 05:57 PM
modal windows AT Using Forms 3 November 21st, 2004 05:49 AM
Strange stLinkCriteria behaviour on command button Anthony Dowd Using Forms 3 August 21st, 2004 03:01 AM
auto entry into second table after update Tony New Users 13 July 9th, 2004 10:42 PM


All times are GMT +1. The time now is 12:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.