Dateformula type

GabryGabry Member Posts: 48
edited 2013-07-23 in NAV Three Tier
I have to initializa dateformula type. I have tries with <dateformula_variable> = '' and <dateformula_variable> = 0D, but compiler does not accept.

Whicj is the right dateformula initilization?

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try EVALUATE(<dateformula_variable>,'');
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • MBergerMBerger Member Posts: 413
    Gabry wrote:
    I have to initializa dateformula type. I have tries with <dateformula_variable> = '' and <dateformula_variable> = 0D, but compiler does not accept.

    Whicj is the right dateformula initilization?
    Just use CLEAR() for that.
Sign In or Register to comment.