Hi Friends,
Have you tried this customized IntelliSense script?
What is “zProc” IntelliSence snippet?
The “zProc” is a customized script to alert the VFP editor to brigs up defined/native procedures, while coding. You can activate this custom script by just type “zproc” in your code editor window.

“zproc” script will display the following information
- Procedures/Functions defined in the current program
- Procedures/Functions defined in the program which is set in procedure stack (using SET PROCEDURE TO) command.
- VFP native functions.
- Declared API functions( in current program and in procedure stack)
- Parameter list for each functions/procedures
- Parameter, Function type, API library name for API functions.
Installing zProc
You can install this script by simply unzipping the zip file to VFP root directory and enter the following command in your VFP command window.
CD HOME()
DO install_zproc
How to uninstall zproc script?
You can uninstall this script by entering following command in your VFP command window.
USE (_foxcode)
DELETE FOR ALLTRIM(LOWER(abbrev)) == "zproc"
Download this script from following locations
http://www.foxite.com/uploads/6cc79fe8-f9b7-4d01-9380-7ba8dd6b6a1b.zip
Please let me know your comments..
Please find the updated script here
http://www.foxite.com/uploads/f606979d-a024-4c69-a4d1-f86118b0c3b5.zip
Thanks,
Jijo