Well i guess the e-mail from the lord has gone to a black hole or something
cause i never received it
however for those of you looking for a better way of entering dates , i have
permission from my boss to release the control i made for our company
This control is especially made for fast date data entry ( data typists )
It supports also shortcuts for entering dates 1-1 . 1.1 1 jan etc etc etc
etc everything that is accepted by the VB cdate function can be used
it also suports all designer options like aligning , databinding etc etc
, has a calendar , suports dbnull values etc etc etc
is capable of returning on empty entry Dbnull , Nothing pointer ,
string.empty or today date
and is really much much better as everything i have seen on the web ( some
of them even commercial ) , and ...... really simple made and 100% managed
code
you may download it here and try it out ( DLL , + source + test project )
http://www.vbdotnetcoder.com/Downloads/Examples/AuthorMP/dateentry.zip "Michel Posseth [MCP]" <MSDN@posseth.com> schreef in bericht
news:ubp9S32WHHA.3972@TK2MSFTNGP03.phx.gbl...
[quoted text, click to view] > >The customer was very picky over
>> how the data should be entered and the DateTime control didn't do it
>> to their liking
>
> I am currently in this situation ,,, :-(
>
>
> Well i would be verry thankfull if you could send me the code , this will
> probably save me from inventing the wheel myself
>
> you could send it to
>
> datetime@posseth.com ( i own the domain so if someone decides to spam
> me on this adress it just delete the account )
>
> thanks in advance
>
> Michel
>
>
>
> <lord.zoltar@gmail.com> schreef in bericht
> news:1172686959.099375.175500@v33g2000cwv.googlegroups.com...
>>I haven't tried reproducing it, but yeah I've seen some weird
>> behaviour with the date time control. The customer was very picky over
>> how the data should be entered and the DateTime control didn't do it
>> to their liking. I found that rather than try to modify the DateTime
>> control, I just wrote my own control that had the proper data entry
>> fields with the client's desired behaviour, and then validated the
>> date inside itself. Actually, I ended up writing a couple variations.
>> This was a pretty easy way of working around it. I could send code if
>> you want.
>>
>
>