Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense in the Command Window
Message
From
08/10/2002 17:02:02
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00708913
Message ID:
00709040
Views:
17
Larry-

>1. Type CDCV in the Replace textbox.
>2. Select Command from the Type combo.
>3. Select Add.
>4. Highlight the new entry and clcik on the Script button.
>5. Enter the following code:
>lparameters oFoxCode
>oFoxCode.ValueType = 'V'
>CD C:\CsiDev\VcPrgs
>return "~"
Returning tilde did the trick. Nothing echoed on the command window.

>This will execute the CD command and place the cursor at the beginning of the line deleting the keystrokes sequence used to trigger it. However, it will not display anything in the Command Window. You will just have to know that it worked.

LPARAMETER oFoxCode
oFoxCode.ValueType = 'V'
cd c:\temp
?curdir()
return "~"

Okay, that was fun. Back to work!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform