﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2099	"Crash of script when using ""_GUICtrlDTP_SetSystemTimeEx()"" function"	uberis		"The script crashes when ""_GUICtrlDTP_SetSystemTimeEx()"" is used in combination with ""_GUICtrlDTP_SetFormat"" to set a date field as marked.

Worked fine in Version 3.3.6.1.

----

Example:

{{{
GUICtrlSetData($idDatum, $_idDatum)
$st1 = GUICtrlGetHandle($idDatum)
_GUICtrlDTP_SetFormat($st1, ""dd.MM.yyyy"")
_GUICtrlDTP_SetSystemTimeEx($st1, $_idDatum, False)
}}}
"	Bug	closed		AutoIt	3.3.8.0	None	Works For Me		
