Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
De
11/11/2008 05:18:01
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
11/11/2008 05:07:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Select
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01361027
Message ID:
01361028
Vues:
12
Mohammed,

would
SELECT trans1
*brow

SELECT;
 TAlias1.time1, TAlias1.date1,;
 TAlias1.roomno, TAlias1.place1,;
 TAlias2.mobile, TAlias2.tel,;
 TAlias2.empname, TAlias1.discerror,;
 TAlias1.sno, TAlias1.mark1,;
 talias3.empname;
 FROM trans1       ALIAS TAlias1,;
 INNER JOIN emp1   ALIAS TAlias2,;
 ON TAlias1.empno = TAlias2.empno;
 INNER JOIN empdep ALIAS talias3 ;
 ON TAlias1.fexerno=talias3.empno;
 WHERE TAlias1.fexerno=0;
 ORDER BY date1,sno ;
 NOFILTER;
 INTO CURSOR TAliascursor1

BROW
work for you?

Agnes
>hi all,
>
>i need your help to fix this code under,
>(incloude TAlias1.fexerno=0 )
>
>
>If Not Used('trans1')
>    USE trans1.dbf Alias trans1 Again In 0 Shared
>Endif
>
>SELECT trans1
>*brow
>
>      SELECT  TAlias1.time1,TAlias1.date1,TAlias1.roomno,TAlias1.place1,TAlias2.mobile,TAlias2.tel,;
>      TAlias2.empname, TAlias1.discerror,TAlias1.sno,TAlias1.mark1,TAlias3.empname ;
>        FROM trans1 TAlias1, emp1 TAlias2, empdep talias3 ;
>       WHERE  TAlias1.empno = TAlias2.empno   ;
>          and TAlias1.fexerno=TAlias3.empno ;&&and TAlias1.fexerno=0
>    ORDER BY date1,sno ;
>    nofilter;
>        INTO cursor TAliascursor1
>        brow
>
>
>
>thanks
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform