dyanmic input

  1. P

    Answered Can I use a For Each for dynamic input in some circumstances

    Hi All, I have a code that goes ASSIGN dtLastUpdate = TODAY - 30. FOR EACH ORDER WHERE depot-num = currentDepot AND last-update >= dtLastUpdate NO-LOCK: EXPORT ORDER. END. I have a new request to give the user the option to choose all date as well as the...
Top