Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CmCursor::cWhere
Message
From
05/06/2002 16:39:36
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00664766
Message ID:
00665141
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform