-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: thajeer
Message 8 in Discussion



No change at all from you code , but
remember for this to work you have to change the focus from that control
to another , say a text box or button .. 



and can u check if the bug is fixed
in the framework 1.1 .. coz I am using 1.0 still. 

else anyways report this bug .. 



Private
Sub
dtpShipmentDate_Validating(ByVal
sender As
Object,
ByVal
e As
System.ComponentModel.CancelEventArgs) Handles
dtpShipmentDate.Validating

        Try

         
  Dim
strShipmentDate As
String

         
  Dim
dtShipmentDate As
DateTime

         
  Dim
drPartsSupplier As
DataRow

         
  dtpShipmentDate.Refresh()

         
  dtShipmentDate = dtpShipmentDate.Value.Date

         
  strShipmentDate = dtShipmentDate.ToString("dd/MM/yyyy")

         
  MsgBox(dtpShipmentDate.Value)

        Catch
ex As
Exception

         
  MessageBox.Show("Error while getting the Data" & ex.Message)

        End
Try

    End
Sub





-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to