'Time' not working

manjusreemanjusree Member Posts: 79
Hi,

What could be the reason for 'TIME' function not working?. I gave it as SourceExp to print it in report, but only getting blank. FORMAT also doesn't help.

Regards,
Manjusree

Comments

  • vaprogvaprog Member Posts: 1,141
    edited 2013-03-05
    A field with the name Time in the default record (Rec or Dataitem or ...)?
  • GRIZZLYGRIZZLY Member Posts: 127
    TIME is not a function, it is a data type.
    May be, you've meant CURRENTDATETIME function?
    Sincerely yours, GRIZZLY
    Follow my blog at http://x-dynamics.blogspot.com
  • ppavukppavuk Member Posts: 334
    I believe TIME is function, which returning current time
      MyTime := TIME;
      message(format(mytime));
    

    If time is not displayed - I would bet for filed called time in current record.
Sign In or Register to comment.