macheshmeh
3 years agoContributor
the value in calendar change to default value
[ Spoiler ] in one of the test i have to save the date and time and use them to another form 1) i use the getPropertyValue for store the object value (date and time) in a variable ProjectSu...
- 3 years ago
The Keys method doesn't mind different characters. It just inserts whatever you give as if it was being typed in.
- 3 years ago
i changed the format of date and time and then instead of store in a variable i used the direct in test
date_fin_constant = aqObject.GetPropertyValue(Aliases.....DateEdit.TextBoxMaskBox, "wText");
and i used the keys methode and worked 🙂