View Single Post
  #4  
Old September 22nd 06, 06:09 PM posted to microsoft.public.outlook.program_forms
Bill
external usenet poster
 
Posts: 31
Default UserProperties Date/Time format

"Hollis Paul [MVP - Outlook]" wrote...

As far as I know there are no simple solutions to this. I don't think
getting the values from the controls will produce anything different.


Actually the Text property of the control gives me what I want:

Set objPage = Item.GetInspector.ModifiedFormPages("Travelers")
Set txtControl = objPage.Controls("txtTraveler1DepartTime")
strTime = txtControl.Text

Thanks, Hollis.


Ads