Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying view problem
Message
From
18/11/1998 16:30:55
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00158938
Message ID:
00159009
Views:
25
John ---

Whoops. Sorry about the blank...here goes again
CREATE VIEW vSOrders AS ;
   SELECT orders.*,pubs.pubname,areas.clname,campaign.campaign ;
     FROM spacead!orders ;
      INNER JOIN spacead!pubs ON orders.pub_id = pubs.pub_id ;
      INNER JOIN spacead!aras On orders.areacode = areas.areacode ;
      LEFT OUTER JOIN spacead!campaign ON orders.campcode = campaigns.campcode ;
   WHERE Orders.job_no = ?cJobNo ;
   GROUP BY Orders.job_no
This will work. Note that the JOIN and ON clause are one statement. This is where the View Designer craps out.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform