Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CmCursor::cWhere
Message
 
To
04/06/2002 18:38:50
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00664766
Message ID:
00665110
Views:
19
Hi,

I am using Codemine 7.

I think, you don't have defined the view parameter (name + datatype) in the 'related' remote view in the dbc.

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')

The requery method declares private variables and stores the method parameters luvalue1-luvalue4 to that variables, so they are declared variables, when the requery is executed.

I hope that helps,

Andreas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform