Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
11/11/2008 05:07:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Select
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361027
Message ID:
01361027
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform