Error Messages/41000

< Error Messages
Revision as of 23:06, 7 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error message examples

 The User-Defined Function My_Function cannot be defined  as a self-indexed table. 
 UDFs cannot serve as indexes.

Cause

You have tried to define UDF as a self-indexed table which is not allowed. The following UDF definition would trigger this error.

Table(self)

Remedies

Please use an index or variable to define a self-indexed table.

See Also

Comments


You are not allowed to post comments.