473,435 Members | 1,537 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,435 software developers and data experts.

Modal Form

Hi all, I used the code provided by AJ above and it works, but too well. it doesn't show anything at all on my screen and i don't even see access running in the process list.
Is there a way to force access to not run the code on startup now? like an idiot, i did not save a copy of the project before I implemented the code and my last copy was about 4 hours of work ago...
thanks
Sep 25 '09 #1

✓ answered by ajalwaysus

If you execute the code by AutoExec or on the Startup, then just hold the shift button when opening your DB, that should keep the DB from calling whatever you call on startup.

Also, this code is meant to hide the DB after code has been put into place that either has a form showing at all time or closes the DB fully when complete. And you won't see it in the task manager applications tab, but you can kill the process of MSACCESS.EXE under the process tab.

-AJ

5 2585
ajalwaysus
266 Expert 100+
If you execute the code by AutoExec or on the Startup, then just hold the shift button when opening your DB, that should keep the DB from calling whatever you call on startup.

Also, this code is meant to hide the DB after code has been put into place that either has a form showing at all time or closes the DB fully when complete. And you won't see it in the task manager applications tab, but you can kill the process of MSACCESS.EXE under the process tab.

-AJ
Sep 25 '09 #2
ah sweet that worked! thanks!
ok, now i just need to figure out how to make sure that my switchboard form always shows up.

at least this was a good lesson in versioning my changes more frequently... :)
Sep 25 '09 #3
update: bc I had not set modal to yes, only popupwhen it did not work. now that I've set it to modal it works awesomely!
lesson two: read the post till the end before implementing...
Sep 25 '09 #4
NeoPa
32,556 Expert Mod 16PB
I'm very pleased that helped RazoRjaw, but please do not post your requests in somebody else's thread in future. That's thread hijacking and we don't allow it here (See How to Ask a Question).

I have split this from the original thread (Can you have 2 access forms open on 2 different monitor screens?).

Otherwise, Welcome to Bytes!
Sep 25 '09 #5
missinglinq
3,532 Expert 2GB
Thanks for posting that explanation, NeoPa! I kept trying to figure out where the first part of the thread was and figured I was just having a 'senior moment!'

Linq ;0)>
Sep 26 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: martin de vroom | last post by:
Hi, I have a web page that opens a modal dialog (client side) in the following manner onclick="window.showModalDialog('/dialog.asp',null,'dialogHeight: 200px; dialogWidth: 400px; dialogTop:...
2
by: Matt | last post by:
I want to know how to submit the form data to a modal dialog window? The following is page1.asp, and when the user clicks submit button, it will post the form data to page2.asp by opening a new...
4
by: Kyralessa | last post by:
In Access 2000, I have a base form with a ListBox of conference registrants. In the form's declarations section I include Dim f as Form To add a registrant I'm doing this: Set f = New...
4
by: Paul Aspinall | last post by:
Can anyone advise how to display a form on top, and modal, without using ShowDialog?? Thanks
23
by: Chukkalove | last post by:
Im sorry, I dont know the correct description for a hierarchy of parent and child forms. I have a main form that opens a child form modally. This child form in turn opens it's own child form...
2
by: Mike | last post by:
Hi, I'm having a problem with modal forms on windows. I've written a very short test program, with a main window and a form called from the main window. The form is set to modal with...
1
by: samentu | last post by:
Hi there. I'm having a little problem here with some forms. Let me describe the problem: my application has a MDI parent form (the form that starts with the application); then when I click a button...
2
by: diogenes | last post by:
I have created many shortcut/popup (aka context, or right-click) menus for my application - instead of toolbars or standard drop-down menus. Within my custom menu, I am using...
4
by: =?Utf-8?B?Z2luYWNyZXNzZQ==?= | last post by:
I am trying to close/dispose multiple instances of a form but because they are modal and hidden, they do not show up in My.Application.OpenForms. They must be modal, so making them modeless is not...
1
by: Mohit | last post by:
Hi all, I am working on a windows based client server application with multiple forms. All forms are having custom title bars with no default bars. There is one main form. Some forms are opened up...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.