08-15-2015, 03:57 AM
Dialogue field 6 is :
I need to display in it variable :
DateTime x
I can do it with the following code.
Function tempf03
I am wondering whether this is the best practice. Any advice is welcome. Many thanks in advance.
Quote: 6 SysDateTimePick32 0x54000000 0x204 56 199 58 14 ""
I need to display in it variable :
DateTime x
I can do it with the following code.
Function tempf03
SYSTEMTIME- t_st1
DateTime x
;Calculate value of x
DATE y=x
y.tosystemtime(t_st1)
SendMessage(id(6 hDlg) DTM_SETSYSTEMTIME 0 &t_st1)
I am wondering whether this is the best practice. Any advice is welcome. Many thanks in advance.