Re: Installing Lebans Calendar
From: Stephen Lebans (ForEmailGotoMy.WebSite.-WWWdotlebansdotcom_at_linvalid.com)
Date: 03/30/04
- Next message: TC: "Re: tab control & user level security"
- Previous message: SteveS: "Re: Dev Ashish's Search Form"
- In reply to: Jeff Conrad: "Re: Installing Lebans Calendar"
- Next in thread: Pete Merenda: "Re: Installing Lebans Calendar"
- Reply: Pete Merenda: "Re: Installing Lebans Calendar"
- Reply: Jeff Conrad: "Re: Installing Lebans Calendar"
- Messages sorted by: [ date ] [ thread ]
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 > >
- Next message: TC: "Re: tab control & user level security"
- Previous message: SteveS: "Re: Dev Ashish's Search Form"
- In reply to: Jeff Conrad: "Re: Installing Lebans Calendar"
- Next in thread: Pete Merenda: "Re: Installing Lebans Calendar"
- Reply: Pete Merenda: "Re: Installing Lebans Calendar"
- Reply: Jeff Conrad: "Re: Installing Lebans Calendar"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|