Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ParameterList
Message
De
08/02/1999 11:22:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
ParameterList
Divers
Thread ID:
00185087
Message ID:
00185087
Vues:
61
Hi!

Any idea why the "ParameterList" cProperty of
DBGETPROP() is not returning the correct string?

I have a P-View (Remote)

DBGETPROP("v_customer", "view", "sql")returns the correct string
[SELECT * FROM customer Customer WHERE Customer.id_customer = ?m.id_customer]

but DBGETPROP("v_customer", "view", "ParameterList") returns an empty string Why?

According to help it should return ["m.id_customer","I"]

*******An extract from Help
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.
*******An extract from Help

Thanks

Sarosh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform