Re: how i can display only the form without the MS Access window?
- From: "Arvin Meyer [MVP]" <a@xxxxx>
- Date: Sun, 4 Jun 2006 07:12:08 -0400
No, I mean quit the application in the form's close event:
Sub Form_Close()
DoCmd.Quit
End Sub
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
"HANA" <HANA@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E6671E96-1DF5-480F-8783-A330014C0775@xxxxxxxxxxxxxxxx
yas i set the pop up & modle to yas and put the codes in the open formand
saved it with the name "basSetAccessWindow"to
but i 'm soory what did you mean about close the entire application in the
form's close or unload event?
did you mean to but this code
" Private Sub Form_Close()
fSetAccessWindow SW_SHOWNORMALin the on close event of the form
End Sub"
or some thing else
"Arvin Meyer [MVP]" wrote:
The form open event is good. Make sure your form's popup property is set
alsoyes, or the form will be hidden along with the Access window. You'll
event.need to close the entire application in the form's close or unload
copiesMake sure you have excellent error handling, or you will be left with
theyof Access strewn all over.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
"Hend" <Hend@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:22C2CF2D-5741-4554-BFAF-C81A8361D7B3@xxxxxxxxxxxxxxxx
hi i already read & do what MR. Dav Ashish write in "Mainpulate Access
Window" step by step but ther ware always three main problems wish
workare:
1-The Access window is stell in the back of the form
2- There is problem in this code "fSetAccessWindow SW_HIDE" it didn't
or inwith me
3- Do i do all this in the open form event?.. or In module?.....
both?
I realy need help in this & i'll be thankfull
.
- References:
- Re: how i can display only the form without the MS Access window?
- From: Arvin Meyer [MVP]
- Re: how i can display only the form without the MS Access window?
- Prev by Date: Re: A real learner's question!
- Next by Date: Re: Linked Forms don't auto fill association (only in subform!)
- Previous by thread: Re: how i can display only the form without the MS Access window?
- Next by thread: Re: how i can display only the form without the MS Access window?
- Index(es):
Relevant Pages
|