Re: Installing Lebans Calendar

From: Stephen Lebans (ForEmailGotoMy.WebSite.-WWWdotlebansdotcom_at_linvalid.com)
Date: 03/30/04


Date: Mon, 29 Mar 2004 21:55:58 -0400

I did not modify the logic for selecting dates.

When more than 10 people request a change to the functionality of any
project of mine I will take a look at the issue. In this case many
people felt, rightfully so, that the Calendar function should be able to
indicate when the user did not select a date. Honestly, I do not know
why I did not incorporate this functionality from the start.
:-)

--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Jeff Conrad" <jeffc@ernstbrothers.com> wrote in message
news:u0c51CfFEHA.1512@TK2MSFTNGP11.phx.gbl...
> > Thank you for helping out Jeff. I get so many Email requests for
support
> > every day that I do not always find the time to answer them here. I
> > think I'll take your post and place it on the MonthCalendar Web site
if
> > that is OK with you.
>
> <please excuse the following>
> That's it, my life is now over and complete; my name will appear on
Master
> Leban's site!!!!
> And people thought I'd never amount to anything.
> HA!! I say!
> <end silly dance around the desk/>
>
> <begin serious side>
> That would be just fine with me kind sir.
> A thankful bow in your honor.
> <end serious side/>
>
> > Last night I posted a new version of MonthCalendar.
>
> Something new?!
> Why did my Lebans Automatic Update Utility not notify me this morning?
> Strange.
>
> > There is a major modification to the calling function logic
including
> calling Parameter
> > order.  Changed function to return Boolean FALSE and
"StartSelectedDate
> > =0"  if user did not select a date from the MonthCalendar.  The
hWndForm
> > param is no longer optional.
> >
> > Here is the updated calling code to be placed behind the Click event
of
> > a TextBox control named "txtDateMed".
> >
> > Dim blRet As Boolean
> > Dim dtStart As Date, dtEnd As Date
> >
> > dtStart = Nz(Me.txtDateMed.Value, 0)
> > dtEnd = 0
> >
> > blRet = ShowMonthCalendar(mc, Me.hWnd, dtStart, dtEnd, , True)
> > If blRet = True Then
> >     Me.txtDateMed = dtStart
> > Else
> >     MsgBox "Hey - You forgot to select a Date!", vbOKOnly, "Did you
> > forget to select a date?"
> > End If
>
> Well I know what I'll be doing tonight!
> Have to check that out for sure.
> Did you still leave in the coding for double-clicking a date instead
of
> single click?
> Just curious.
>
> Jeff Conrad
> Access Junkie
> Bend, Oregon
>
>


Relevant Pages

  • Re: Simple Ajax
    ... request is in progress. ... server connection will be active. ... In what way would calling ajax_updaterepeatedly ... complete, not using any additional global variables, and canceling the ...
    (comp.lang.javascript)
  • Re: Winsock -> Out of stack space
    ... there is a calling to same routine again and again. ... Regarding removing loop from dataarrival event: ... > remove it from the buffer. ... If no complete request is found let the event ...
    (microsoft.public.vb.controls)
  • Re: Difference between system() and exec() and ``
    ... But you can't seriously mean that we should accept that as a persistent state instead of calling his attention to it?? ... Yes, but considering the wording of the original post, that's highly unlikely, so the OP couldn't reasonably be offended by a request to make use of the docs. ...
    (perl.beginners)
  • Re: Vundo Trojan Problems
    ... Withholding an explanation could also mean that there is nothing to add ... to the request or that there is nothing the person is willing to state ... Calling an illegal alien an "undocumented worker" is like calling a ...
    (microsoft.public.security.virus)
  • SqlCeReplication.Synchronize() error
    ... I've completely removed replication from the publisher/distribution server ... and reconfigured a number of times, however my Windows CE 4.21 4.21 ... error on calling: ... "A request to send data to the computer running IIS has failed. ...
    (microsoft.public.sqlserver.replication)

Quantcast