Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql clause
Message
From
24/12/2005 12:57:54
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080241
Message ID:
01080722
Views:
11
Berhart,

Arrete, tu vas me faire rougir

Tu pourrais avoir une table Dates qui ne contient que les jours ou on travaille (ie sans les weekend et les jours feries

Temps d'aller a table et de manger ta dinde

Gregory
_______________________
>Gregory,
>
>pendant que la dinde "marinne" , je regarde ton code....à chaud
>
>
> && (2) create date cursor
>  LOCAL i, DateFromTo[2]
>
>  SELECT	MIN(MinDate), ;
>    MAX(MaxDate) ;
>    FROM Accord ;
>    INTO ARRAY DateFromTo
>
>  CREATE CURSOR Dates ( dDate D)
>
>  FOR i = 0 TO DateFromTo[2] - DateFromTo[1]
>    INSERT INTO Dates VALUES ( DateFromTo[1] + m.i )
>  ENDFOR
>
>
>
>C'est joli et bien écrit !
>
>
>bernhart
>
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform