Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense acting in a strange & mysterious manner
Message
De
28/09/2001 04:46:48
 
 
À
28/09/2001 04:31:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00561819
Message ID:
00561822
Vues:
28
Many Thanks Daniel

That sorted it out just fine.



>Mark,
>This is because the program is in a wait state and continues the code once you close the project manager. Simply add the NOWAIT clause to MODIFY PROJECT.
>
>FWIW, you may want to check out PathMgr from COB at http://www.cobsystem.com/freetool.htm.
>
>It's a nice little utility that adds itself to the menu. It allows you to specify the default directory and path per project. You can also call a program and specify whether you want to open the project.
>
>HTH
>>I have set up Intellisense so that it establishes the desired development environment for my app.
>>
>>To do this, I have set up a command called IJCCOM (the name of the app) and given it the following script to execute. The script is stored in the Foxcode DATA memo field.
>>
>>One of the lines is.
>>
>>on key label f12 modi proj T:\DEV\IJC\IJCCOM\ijccom
>>
>>After running the script below if I press F12 then the project opens as desired.
>>
>>However if I now click off the project to go back into the command window the project disappears.
>>
>>Can anyone explain this odd behaviour and suggest how I can code around it.
>>
>>
>>
>>LPARAMETER oFoxCode
>>do findlib in T:\DEV\IJC\IJCCOM\PROGRAMS\IJCCOM.PRG
>>oApp=newobject('appstart','IJC')
>>oApp.exe_folder='T:\DEV\IJC\IJCCOM\IJCCOM.EXE'
>>oApp.START()
>>on key label f8 do whatobject
>>on key label f12 modi proj  T:\DEV\IJC\IJCCOM\ijccom
>>set proc to
>>set proc to t:\dev\ijc\common\proc_vfp
>>set proc to T:\DEV\IJC\IJCCOM\PROGRAMS\proc_com addi
>>set proc to T:\DEV\IJC\IJCCOM\PROGRAMS\WWUTILS.PRG addi
>>set classlib to T:\DEV\IJC\IJCCOM\LIBS\ijc ADDI
>>set classlib to T:\DEV\IJC\IJCCOM\LIBS\MAPIMAIL\MAPIMAIL ADDI
>>set classlib to T:\DEV\IJC\IJCCOM\LIBS\WWIPSTUFF addi
>>SET PATH TO (set('path')+' ;t:\dev\ijc\ijccom\libs\mapimail\') addi
>>set path to  (set('path')+'; t:\dev\ijc\ijccom\libs\wwipstuff') addi
>>set proc to T:\DEV\IJC\IJCCOM\PROGRAMS\DYNAZIP.PRG addi
>>on error
>>
>>RETURN '* IJCCOM'
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform