473,785 Members | 2,895 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

don't show reminders form on startup

How can I make a checkbox that says "Do not show this again at startup"
on my reminder form?
Thanks!

--
name: Mark S.
email: hu********@hotm ail.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #1
5 2798
You would open the form in design mode. Use the toolbox to place a checkbox on the form
and change the caption of its label to "Do not show this again at startup".

Now for what I think you really wanted. To get this to work, create a table with a field
for this checkbox. It will be a one record, one field table. In the OnLoad event of your
startup form, check the value of this field (DLookup will work for this) and if it is
True, cancel the load of the form. Give the user another method to reenable this if they
want (either another way to open the form so they can uncheck the box or some other way to
reset it.)

Also, do you want a different form to show if this one doesn't? If so, you may need 2
fields in the table, one to hold the name of the next startup form also. You would call
this 2nd form from the startup form's load event if the value of the check field is true.

--
Wayne Morgan
Microsoft Access MVP
"mark s" <hu********@hot mail.com> wrote in message
news:3f******** *************@n ews.frii.net...
How can I make a checkbox that says "Do not show this again at startup"
on my reminder form?
Thanks!...get rewarded for it!

Nov 12 '05 #2
Another way to do this is to reverse engineer the method shown in the sample Northwind.mdb
database. See the form and module named "Startup".

_______________ _______________ __________

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:ea******** **********@news svr32.news.prod igy.com...
You would open the form in design mode. Use the toolbox to place a checkbox on the form
and change the caption of its label to "Do not show this again at startup".

Now for what I think you really wanted. To get this to work, create a table with a field
for this checkbox. It will be a one record, one field table. In the OnLoad event of your
startup form, check the value of this field (DLookup will work for this) and if it is
True, cancel the load of the form. Give the user another method to reenable this if they
want (either another way to open the form so they can uncheck the box or some other way to
reset it.)

Also, do you want a different form to show if this one doesn't? If so, you may need 2
fields in the table, one to hold the name of the next startup form also. You would call
this 2nd form from the startup form's load event if the value of the check field is true.

--
Wayne Morgan
Microsoft Access MVP
_______________ _______________ __________

"mark s" <hu********@hot mail.com> wrote in message
news:3f******** *************@n ews.frii.net...

How can I make a checkbox that says "Do not show this again at startup"
on my reminder form?
Thanks!
Nov 12 '05 #3
How do I use "DLookup"?

--
name: Mark S.
email: hu********@hotm ail.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #4
Try Lookup the Help :)
Patrick

On 09 Nov 2003 13:20:55 GMT, mark s <hu********@hot mail.com> wrote:
How do I use "DLookup"?


Nov 12 '05 #5
http://www.mvps.org/access/general/gen0018.htm

_______________ _______________ ________

"Patrick" <in**@businessf ormat.co.uk> wrote in message
news:bl******** *************** *********@4ax.c om...

Try Lookup the Help :)
Patrick

On 09 Nov 2003 13:20:55 GMT, mark s <hu********@hot mail.com> wrote:
How do I use "DLookup"?

Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
74137
by: genetic.error | last post by:
I'm moving from Vb6 to VB.Net. I have a feeling this has come up before... The VS.Net MSDN file seems to state that the following should work: Form1.Show Form1.Visible = True Form1.Hide Form1.Visible = False Load (Form1)
0
1507
by: D Witherspoon | last post by:
An application I've just finished developing is not showing up in the taskbar on startup until the application is clicked on. This makes it difficult as it is being launched as a No Touch Deployment app from Internet Explorer. Sometimes the app will show up in the background without showing up in the taskbar. Plus if it is minimized, sometimes it just appears hidden without being in the taskbar and only comes back by clicking Alt-Tab...
3
3051
by: Douglas Buchanan | last post by:
Buttons don't work if form is opened on startup A2k If 'frmMain' is set to open by default at startup none of the buttons work. If 'frmMain' is opened from the database window then all the buttons work. The form's name ('frmMain') is selected from in the Startup dialog box.
1
11322
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus Allow Toolbar/Menu Changes Use Access Special Keys
2
7369
by: Zzzbla | last post by:
Hello, I'm writing a reminders project and I've been having some difficulties. It starts with a simple class that contains a timer and NotifyIcon, where the main function initializes the timer followed by Application.Run(); Whenever the timer figures out it has to do something (pop a reminder) - it creates an instance of the reminder window and calls the Show() method of that form.
8
6443
by: MV | last post by:
Why can't I run .Show() on a System.Windows.Forms object from a Class? The code works fine if i run it from an other form. The form gets visible but no controls are loaded and the mouse pointer is an hourglass. ..ShowDialog() works fine.
3
2060
by: dencdr | last post by:
Hi, I have an application VB.NET (using Form Win32) with no icon in TaskBar. When a FORM of this application is visible I see this application in the list of "Alt+Tab" choice. How do for this application does not appear in this list when a FORM is visible ?
13
36690
by: Tim Smallwood | last post by:
Hi, This is probably a stupid question, but I can't seem to get a form to show / load? In the older versions of VB I'd use frmMyform.show / load myForm, etc? I looked at the help file and it showed me how to create a new form in code and then load it, but I want to load a form when a user clicks a button.. and hide the form that currently has focus..? I can't seem to find this simple task in the help file.. Any help would be greatly...
1
9547
by: Thammarat charoenchai. | last post by:
hi. everyone. I'm create multiple projects in 1 solution. How can to show form in others projects from default project thanks for you help & sorry about my english
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10148
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7499
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3646
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.