Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing variable to Local View
Message
From
18/09/2002 04:53:07
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00701291
Message ID:
00701662
Views:
16
Hello,
clmlist=["001","007","008"]
SELECT Suspense.policyno, Suspense.claim, Suspense.drftamt,;
  Suspense.dduedate, Suspense.claimname, Suspense.dol, Suspense.ssn,;
  Suspense.adjustor, Suspense.clmoffice, Suspense.ntlogin,;
  Suspense.controlnum, Suspense.susp_code, Suspense.den_code,;
  Suspense.accepted, Suspense.denied;
 FROM suspense;
 WHERE Suspense.clmoffice IN (?&clmlist.)
should work

(make sure that you're variable clmlist is not initialzed when you create the view)

Regards

Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform