Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

How to show the date and time in screen maker?

ConfusedHello,

How to show the date and time in screen maker?

I defined the rapid as below,

VAR string SshowDate;
VAR string SshowTime;

proc aa()
..........
SshowDate:=Cdate();
SshowTime:=Ctime();

....

endproc


Then I creat a TPSlabel ,But the stirng date don't be binded.

How can I do??Confused

BR


Comments