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:33:25
 
 
To
28/09/2001 04:22:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00561819
Message ID:
00561821
Views:
24
I just found out that this effect happens with all

ON KEY LABEL assignments and is not related to the script at all.

This is a PITA because I use ON KEY LABEL a lot.

Anyone got an idea of whats going on.




>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'
>
Previous
Reply
Map
View

Click here to load this message in the networking platform