Results 1 to 5 of 5

Thread: Being consitent

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    1,270

    Default Being consitent

    If you enter in the dd interface of the studio a validation call it get generated as

    Code:
      Set Field_Validate_msg Field Staff_Ot.Ot_1 to get_Validate_Number_Hours_Minutes
    is it not about time to change it to "new way"

    Code:
      Set Field_Validate_msg Field Staff_Ot.Ot_1 to (reffunc (Validate_Number_Hours_Minutes))
    Maybe a compiler warming ?

    Peter
    Last edited by phvwijk; 20-Jan-2021 at 10:38 AM.
    Peter H. van Wijk
    X-Sources International B.V.
    X-Organize Consultancy N.V.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •