Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ParameterList
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
ParameterList
Divers
Thread ID:
00381479
Message ID:
00381479
Vues:
51
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?
Répondre
Fil
Voir

Click here to load this message in the networking platform