How To Add 10 Minutes in TfrxMemoView
Hi All,
I am using Fast Report 4.15.
I am displaying a time ex. "01:15:22" in HH:mm:ss format. I need to add 10 minutes in the time displayed in the TfrxMemoView component named as Memo35.
I am completely new to Fast Report, so need very basic level help, if needed.
Please help.
With Best Regards.
Vishal
I am using Fast Report 4.15.
I am displaying a time ex. "01:15:22" in HH:mm:ss format. I need to add 10 minutes in the time displayed in the TfrxMemoView component named as Memo35.
I am completely new to Fast Report, so need very basic level help, if needed.
Memo35.Text := TimeToStr(StrToTime(Format('HH:mm:ss',[Memo35.Text])) + StrToTime('00:10:00'));
Please help.
With Best Regards.
Vishal