INFO: Placement of Screen Code with Functional Conversion

Last reviewed: April 29, 1997
Article ID: Q167679
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a

SUMMARY

This article explains where the code snippets for the Screen Code and the READ Clauses from a FoxPro version 2.x screen are copied with a Functional conversion in Visual FoxPro versions 3.0 or 5.0.

MORE INFORMATION

When a FoxPro version 2.x screen is converted to a Visual FoxPro Form with the Functional Conversion option, then the Code snippets for the Screen Code and the Read Clauses are transferred as follows:

   Before Conversion              After Functional Conversion
   -----------------              ---------------------------
   Screen Code:
      Setup                    Load Event of the Form in the FormSet
      Cleanup and Procedures   Procedures and Functions are copied to
                               a file with an .SPR extension and with the
                               same name as the screen. Any code that
                               is not part of a procedure or function
                               is copied to the Unload Event of the FormSet

   Screen Read Clauses:
      Show                     ReadShow Event of the FormSet
      Activate                 ReadActivate Event of the FormSet
      Deactivate               ReadDeactivate Event of the FormSet
      Valid                    ReadValid Event of the FormSet
      When                     ReadWhen Event of the FormSet

Note: Visual FoxPro version 5.0 cannot convert a FoxPro version 2.0 screen.

REFERENCES

For more information on Functional and Visual Conversion, please refer to the following topics in the FoxPro Online Help or the Online Documentation:

  • "Converting FoxPro 2.6 Screens"
  • "Changing Converted Screens to VFP Forms"
  • "Visual FoxPro Converter Dialog Box"


Keywords : FxinteropPrevfox kbtool kbusage VFoxWin kbinfo
Version : 3.0 3.0b 5.0 5.0a
Platform : WINDOWS
Issue type : kbinfo


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: April 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.