Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - PARAMETERIZED VIEWS - using a string
Message
From
24/03/1997 11:57:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Vfp50 - PARAMETERIZED VIEWS - using a string
Miscellaneous
Thread ID:
00025409
Message ID:
00025409
Views:
65
I am trying to REQUERY() my VIEW using a PARAMETERIZED VIEW. I need to set this up on my WHERE clause,
but my WHERE clasue is a string of conditions.
example.. m_filter = 'lastname = thisform.lastname'
m_filter = m_filter + 'acctnum = thisform.acctnum'

SELECT *;
FROM table;
WHERE &m_filter

How can I PARAMETERIZED the WHERE clause?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Next
Reply
Map
View

Click here to load this message in the networking platform