Did you follow the Installation Instructions in the User Manual?
Error "MAINTITLE_LOC not found": The include files could not be found. Make sure that the current directory is the directory of the project you are working with! Tip:Try this in the command window: CD GETDIR() or in VFP 6.0: CD ?. Shut down, restart, set directory to your application directory, open project, select rebuild all, run.
Error "Menu has not been defined..." The Menu Program (MAIN.MPR) is not in the same language as the Library you are currently using in your Application. Make sure that the Library (in the \LIB Directory of your Application) is in the same Language as the currently used Menu (in the \MENU Directory of your Application). NOTE THAT EVERY APPLICATION HAS A PRIVATE COPY OF THE VFX LIBRARY AND OTHER SUPPORT FILES, LIKE THE MENU! See also the notes under Attention in Getting Started.
Changes in include files don't go through:Make a change in the file which includes the Include file, quit Visual FoxPro, delete the compiled FXP's, restart, select the correct project directory, rebuild your project. Tip: Try also the CLEAR PROGRAM command which clears all compiled programs from memory. If you make changes in an include file which affect a form, make sure to open the form and save it, otherwise the changes in the include file may not affect the form.
Current working directory, again and again...:Make sure that the current Directory is the Directory of the Project you are working with! Try this: CD GETDIR(). NOTE: In Version 3.5 of Visual Extend you better use the VFX Application Manager.
Created forms are based on the library in the VFX directory rather than on the library of my application: This is only a problem if you are creating multilingual applications (see above). To solve the incorrect links, temporarely rename your VFX home directory and open all of your forms. Locate the correct library from your application and rebuild of your project
Incremental Search and other VFX Power Grid Features do not work: Make sure you called the Grid Builder as described in the User Manual. Watch out for our Video Clips!
OneToMany Form does not refresh the childtables when I move the record in the parent: Make sure that you setted the OneToMany Relation correctly in the form's Data Environment!
OneToMany Forms are slow...: Make sure that you did NOT set the OneToMany propety of your OneToMany relation in in the form's Data Environment to true. Setting this property to true mimics the SET SKIP TO command and therefore is NOT at all what we want...
My picklist does not work with numeric fields: Make sure to set the CPickfield class property cReturnExpr to STR(Field) rather than Field. The rest will work as with character fields.
Changes in PRG’s do not go through: Issue CLEAR PROGRAM and retry. Or, better yet, set the edit option to “Compile after save”!
Project Rebuild failed: If you have some library elements in another language than the desired or have general concerns that the project did not recompile correctly, start the rebuild all option from the VFX application manager. NOTE: The include files and the menu files must be checked manually!!! Don’t expect a german version if the includes are in english, …
File foxpro.h not found: Note that in the cdbkmgr.vc* and dbcxmgr.vc* the include files have been set to c:\vfp\foxpro.h!!! Since these files do not come from Devigus Engineering, we cannot change this. Of course you can patch this in your copies of the above lib’s, so did we…