[stackoverflow] [progress Openedge Abl] Progress 4gl - Get Today + 1 Day

Status
Not open for further replies.
B

Baked Inhalf

Guest
Today keyword gives me today's date, but how can add one (or more) days so I can compare it? I've tried the following code.

FOR EACH foo
where date(today) + 1 > end_date
NO-LOCK


The error I get is "PREPARE syntax is {FOR|PRESELECT} EACH..."

Continue reading...
 
Status
Not open for further replies.
Top