N
nomit
Hiya I'm stumped
I've included a date picker control in my task form I'm customising
I can not get anything to register on clicking this control and then
found the below code posted as an aswer to someone else, that also
doesn't doi anything
I'm a bit flumuxed - I also know that only click events will work on
control but do not understand why I can't get anything from this
control?
cheeers for any help
Dim MyDate
sub DTPicker1_Click()
MyDate = item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Month
& "/"& item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Day
& "/" & item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Year
end sub
Sub CommandButton1_click()
MSGBOX MyDate
end Sub
I've included a date picker control in my task form I'm customising
I can not get anything to register on clicking this control and then
found the below code posted as an aswer to someone else, that also
doesn't doi anything
I'm a bit flumuxed - I also know that only click events will work on
control but do not understand why I can't get anything from this
control?
cheeers for any help
Dim MyDate
sub DTPicker1_Click()
MyDate = item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Month
& "/"& item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Day
& "/" & item.GetInspector.ModifiedFormPages("P.2").Controls("DTPicker1").Year
end sub
Sub CommandButton1_click()
MSGBOX MyDate
end Sub