Saltar al contenido principal

Check date field is empty

Comentarios

2 comentarios

  • Geoff Booth
    • Step 1 is to find ut what the true value of your field is
    • Set @STORE2 = $[$BOYX_7.0.DATE]; // Capture the field into an @STORE for display purposes
    • MessageBox(@STORE2);  // Often a blank date field will display as 1899-12-30
    • Then code your if statement as required:
    • IF @STORE2 < '1900-01-01'

      BEGIN

        Action

      END

  • Jennifer Fink

    Hi Geoff.

    That worked. Thank you very much!

Iniciar sesión para dejar un comentario.