Limitations of Accessing General Fields from RQBE (104346)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft FoxPro for Windows 2.5
  • Microsoft FoxPro for Windows 2.5a

This article was previously published under Q104346

SUMMARY

Accessing and using general fields with RQBE has a few limitations. Although general fields are available through the RQBE interface and for selection output, general fields cannot be used to set join conditions. The interface will allow it, but when the query is executed, the following error message appears:
Illegal operation for a general field
If an ORDER BY or GROUP BY clause is issued on a general field, it follows the same rules as above, but it gives one of the following error messages when executed:
SQL invalid ORDER BY

-or-

SQL invalid GROUP BY

Modification Type:MajorLast Reviewed:11/17/2003
Keywords:kberrmsg KB104346