Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter for deleted in view
Message
From
07/09/1997 23:21:33
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
04/09/1997 09:35:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00048107
Message ID:
00048914
Views:
33
How about trying...
SELECT Memb.nickname, Memb.lname, Histcode.histdesc, History.histyear,;
Memb.mcampus, History.histtype, Memb.membnum, Memb.address1, ;
Memb.address2, Memb.city, Memb.st, Memb.zipcode, Memb.tel,;
deleted("history") as isdeleted ;
FROM temptest!memb INNER JOIN temptest!history;
INNER JOIN temptest!histcode ;
ON History.histtype = Histcode.histcode ;
ON Memb.membnum = History.hmembnum;
WHERE Memb.mlocalnum = ?m.mlocalnumber;
AND LEFT(History.histtype,3) = "OFL";
HAVING isdeleted= .F. ;
ORDER BY History.histyear DESC, History.histtype
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform