Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path not found for forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00983538
Message ID:
00983560
Vues:
15
For some reason, everything is now working.

Thanks,

Cecil

The following is what I have in my Application object:
WITH This
   IF FILE(CURDIR() + "DEV.TXT")
      .lDeveloper = .T. && Means that the developer file was found.
                        && Developer gets more menu choices.
   ELSE
      .lDeveloper = .F.	&& Normal User logging in at his workstation.
   ENDIF
   .cNameSystem = tcNameSystem		&& Name of the System.
   .cDefDataLoc = tcDefDataLoc		&& DEFAULT DATA Path.
   .cDefaultLoc = tcDefaultLoc		&& DEFAULT Path.
   .cDefDLLLoc  = tcDefDLLLoc		&& DEFAULT Path for DLL files.
   .cDefPRGLoc  = tcDefPRGLoc		&& DEFAULT PROGRAM LIBRARY location.
   .cDefFormsLoc = tcDefFormsLoc
   .cExitMethod = ""
   *.lPassedLogon = .F.
   * Set the PATH before going much further.
   .cPath = .cDefaultLoc  && This is the DEFAULT Path.
   .cPath = .cPath + ", " + .cDefPRGLoc
   .cPath = .cPath + ", " + .cDefFormsLoc
   SET PATH TO &This.cPath && Set the PATH, which will be
                           && used throughout this system.

   * FoxTools.FLL is need to do the screen print.
   * This is combined with the Obj2BMP.app.
   SET LIBRARY TO .cDefDLLLoc + "FoxTools.FLL" ADDITIVE
...more code follows in app object
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform