Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ParameterList
Message
From
16/06/2000 12:23:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
ParameterList
Miscellaneous
Thread ID:
00381479
Message ID:
00381479
Views:
52
What is the ParameterList in dbsetprop used for?
Here's what the help file says but when I set this it has no effect on what I think of as parameters in views (ID=?nID)
__
The WHERE clause parameters. The format for the parameters is ''ParameterName1, 'Type1'; ParameterName2, 'Type2'; ...'' where Type is a one of the following characters specifying the parameter type:
C - Character
D - Date
T - DateTime
N - Numeric
F - Floating
B - Double
I - Integer
Y - Currency
L - Logical

For example, ''MyParam1, 'C' '' specifies a single character type parameter named MyParam1.

For more information about creating parameterized views, see Chapter 8, Creating Views, in the Programmer's Guide.
Read-Write.
__

It gets set as can be proved with dbgetprop,"view","parameterlist")
but what effect does it have?
Reply
Map
View

Click here to load this message in the networking platform