Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text and endtext
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01064104
Message ID:
01064425
Vues:
21
The macrosubstittution could be the best solution in this case.
TEXT To lcSQL NOSHOW TEXTMERGE PRETEXT 15
SELECT T.Cnomteleph , T.iid FROM
Employee AS 'E' INNER JOIN TELEPH AS 'T' ON E.iTelephoneid = T.iid
    INNER JOIN Horaire AS 'H' ON E.iid = H.iEmployeeId
    WHERE H.ddate BETW  THISFORM.ddebut AND THISFORM.dfin
    GROUP BY 1 , 2 INTO ARRAY taSelectedList
ENDTEXT

&lcSQL
>I did not know that one could put a parameter!
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform