473,394 Members | 1,831 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,394 software developers and data experts.

Method to Display Future Popup Messages

I would like to incorporate a feature in an Access 97 database that
would display popup messages at predetermined times in the future -
say every three months. This would be applied to several of a dozen or
so forms. Of course, would need to include the contingency that the
database would not necessarily be opened on the set day of the message
display. I presume that a separate one-line Yes/No table could
function as the switch to display the message once and then turn off.

Any ideas or suggestions will be welcomed. Thanks.
Nov 12 '05 #1
1 1610
If the pop-up is form and date specific, then maybe make a table like

tblPopUps
-----------
FormName
ShowDate
ShowFrm

Create either an array or a collection that loops through the table and
gathers all the settings stored here - one array item or object per row in
the table. Then in whatever event that would open this form is used, check
the array/collection for the neeed setting, open the form if marked to show,
otherwise don't.
Doing this allows you to change the array/object value so that it dosen't
need to happen during the current session, and you can write back to the
table either a new date, or unmark the form for showing so that it dosen't
happen in other sessions until it is needed.

Mike Storr
www.veraccess.com
"Dalan" <ot***@safe-mail.net> wrote in message
news:50**************************@posting.google.c om...
I would like to incorporate a feature in an Access 97 database that
would display popup messages at predetermined times in the future -
say every three months. This would be applied to several of a dozen or
so forms. Of course, would need to include the contingency that the
database would not necessarily be opened on the set day of the message
display. I presume that a separate one-line Yes/No table could
function as the switch to display the message once and then turn off.

Any ideas or suggestions will be welcomed. Thanks.

Nov 12 '05 #2

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

Similar topics

10
by: Oliver | last post by:
Hello, i'm having trouble with a css type popup. It's not doing what i want in Mozilla 1.6 and in IE6.0 it's not working at all. The html code looks like this: <div class="themenkueche"...
2
by: Mike Button | last post by:
Hello all, I am really really desperate on what I should do, and I am asking for help from anyone in this newsgroup, here's the situation: I am creating a form that is being run on a server...
5
by: sk | last post by:
Hi, I'm trying to override the Render method of my Page class. Are there any standard guidelines for this? Thanks. Shardul
2
by: deko | last post by:
I have a popup form that has Start and Stop buttons to initiate a search for email messages. If the user's Inbox has thousands of messages, the Stop button will gracefully end the search without...
1
by: shameel | last post by:
Hi folks can anyone shed some light on how i might be able to create a popup style message in vb6. It should be something like the popup messages you get in msn. thanks
1
by: Orit | last post by:
I have a question regarding usage of AJAX Control Toolkit's Popup Control Extender . I am using the Popup Control Extender to display a popup dialog ( panel ) from my asp.net page on click of a...
2
by: wreed06 | last post by:
Hello, I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully...
5
by: wreed06 | last post by:
I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully validated my HTML...
4
by: fran_j_diaz | last post by:
Hi, I have a page with an Ajax modal popup. I would like to know when my Modal popup is opened, my page still able to modify. Is it possible ? (I use Visual Studio 2005, c# )
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
0
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
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...

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.