Difference between revisions of "Error Messages/40316"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function Dictionary while checking: (X: number: Y: ascending text descending) …') |
AManandhar (talk | contribs) (→Cause) |
||
Line 10: | Line 10: | ||
The ordering qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter. | The ordering qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter. | ||
− | Please go to the following link for more information on [[Function_Parameter_Qualifiers# | + | Please go to the following link for more information on [[Function_Parameter_Qualifiers#Ordering_Qualifiers|ordering qualifiers.]] |
= Remedies = | = Remedies = |
Revision as of 20:12, 27 January 2010
Error Message Examples
Error encountered in the parameter declaration for Function Dictionary while checking: (X: number: Y: ascending text descending) ^ The ordering for parameter is specified twice.
Cause
The ordering qualifier for a UDF is specified twice for the same parameter.
Please go to the following link for more information on ordering qualifiers.
Remedies
Specify only one ordering qualifier.
Comments
<comments />
Enable comment auto-refresher