T
TonyP
I need to have operators enter dates in US mm/dd/yy format on a machine set
as UK_English. (Due to the format of the source data to copy)
I have tried using the SetThreadLocale to 1033 (US_English) which seems to
be successful, but the controls on forms still take input in UK_English
(2057) format.
This can be seen when entering say 09/10/05 (September 10th 2005), it gets
turned around in the control to 10/09/05( 9th October 2005 (wrong!)).
The Format string of the control is mm/dd/yy. Using now() function confirms
the ouptut format.
Can any one help please
as UK_English. (Due to the format of the source data to copy)
I have tried using the SetThreadLocale to 1033 (US_English) which seems to
be successful, but the controls on forms still take input in UK_English
(2057) format.
This can be seen when entering say 09/10/05 (September 10th 2005), it gets
turned around in the control to 10/09/05( 9th October 2005 (wrong!)).
The Format string of the control is mm/dd/yy. Using now() function confirms
the ouptut format.
Can any one help please