PRB: Migration Application Incorrectly Flags @...SAY as Error

Last reviewed: May 16, 1996
Article ID: Q109600
The information in this article applies to:
  • Microsoft FoxPro for Macintosh, version 2.5b

SUMMARY

When you are using the FB+Migration application on a FoxBASE+ for the Macintosh program, the Analyzer flags an @ ... SAY command as being incorrect when it actually is correct.

CAUSE

The error message occurs because the FONT clause has been added to the end of the @ ... SAY command.

RESOLUTION

If you choose the Replace button, no changes will be made to the program. The line of code will still function properly.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a program in FoxBASE+/Mac that contains the following line:

          @ 2,15  SAY "This is a test" FONT "Monaco",12
    

  2. Save the program and run the FB+Migration application in FoxPro for Macintosh.

  3. Choose Analyze Programs and select the program just created.

The line will be flagged as containing the following error:

   Incompatible Pixel coordinates, PICTURE/FUNCTION,SIZE,STYLE,FONT and
   COLOR clauses


Additional reference words: FoxMac 2.50b errmsg err msg
KBCategory: kbinterop kberrmsg kbtshoot
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 16, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.