Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CmCursor::cWhere
Message
De
05/06/2002 16:39:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00664766
Message ID:
00665141
Vues:
25
Andreas,

The problem is solved...I describe it earlier in this thread in Message #664989.

>
>Codemine tries to get the parameter(s) by reading the property 'parameterlist' of the 'view' (or in your case SQLPT):
>(cmdataacess.getviewparameter: m.cParamList = DBGETPROP(m.cView, 'View', 'ParameterList')
>

dbgetprop() is the method used to retrieve the parameters for a remote view.

For SQLPT, the parameters are extracted out of the SQL statement. cmDataAccesSQLPT::getViewParameters() contains the following call, and _ExtractParameters() does the actual parsing of tokens.
RETURN THIS._ExtractParameters(m.lReturnAll)
Thanks for your reply,
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform