Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Between 2 dates
Message
From
13/11/2023 20:24:41
 
 
To
13/11/2023 20:11:53
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01687236
Message ID:
01687237
Views:
56
Likes (1)
Hi Luis.

>I have the following problem, because the command don´t return records between my 2 dates:
>lcSQLCmd = [SELECT * FROM DOCUMENTOS WHERE ( FECHA BETWEEN DATE(Year(FECHA), Month(FECHA), Day(FECHA)) and DATE(Year(date()), Month(date()), Day(date())) ) ;
> and tipodocu = 'F' And !DELETED() ORDER BY ID_ISO, FECHA, numdocu ASC ]

The problem here is that you are asking for all records where the FECHA date is between the FECHA date and today, which will always be true.
What date range are yop trying to use?

Ian Simcock.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform