Re: scheduler
From: lofepramine (depression-sucks_at_deep.org)
Date: 11/27/04
- Next message: NEWS: "vb - list of all programs running on pc ?"
- Previous message: Marcus: "Re: User control & Form copy to other project"
- In reply to: Jeff Johnson [MVP: VB]: "Re: scheduler"
- Next in thread: lofepramine: "Re: scheduler"
- Reply: lofepramine: "Re: scheduler"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 27 Nov 2004 11:46:53 -0000
i am sorry for the mistake.
here is better explanation
we have to maintain a large database on a regular basis
but because we don't have a regular person to do the
updating, we need to create some kind of reminder.
like a list box filled with the sections that need updating
this month.
once any section has been updated, i need to calculate
the date in 6 months time, so that section can be updated again
the database has 26 individual sections that need to be
updated every six months.
so what i essentially need to be able to do is
get todays date tDate = FormatDateTime(Date, 2)
then calculate what the date will
be in six months time. when i have that date, i'll store it
in either an INI file or in the registry, when the program
is started every morning, the program will read each Date
and determine which record needs to be updated.
if a date needs to be updated, the section name will be
added to a listbox
thanks for any help
"Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message
news:%23iaizZE1EHA.3108@TK2MSFTNGP12.phx.gbl...
>
> "lofepramine" <depression-sucks@deep.org> wrote in message
> news:u6kR8V$0EHA.1308@TK2MSFTNGP09.phx.gbl...
>
> > i need to create an application that calculates a date
> > in six months time, then lists some database entries
> > that would need to be updated.
> >
> > could someone point me to a usefull URL please
>
> I doubt anyone can help you given the vague requirements you have set
forth.
> Please be more specific.
>
>
- Next message: NEWS: "vb - list of all programs running on pc ?"
- Previous message: Marcus: "Re: User control & Form copy to other project"
- In reply to: Jeff Johnson [MVP: VB]: "Re: scheduler"
- Next in thread: lofepramine: "Re: scheduler"
- Reply: lofepramine: "Re: scheduler"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|