Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense acting in a strange & mysterious manner
Message
From
28/09/2001 04:22:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Intellisense acting in a strange & mysterious manner
Miscellaneous
Thread ID:
00561819
Message ID:
00561819
Views:
65
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'
Next
Reply
Map
View

Click here to load this message in the networking platform