Installing Intellisense
To install Intellisense support for the functions in VFP2C32 execute the program "vfp2cinstallintelli.prg" from the subdirectory "vfp2c32\help".
Special scripts
To popup a list of all functions inside the library type "vfp2c" followed by a space.
Particularities
These functions exceed the intellisense limit of 26 characters:
- AbortRasConnectionNotification
- CreatePublicShadowObjReference
- RasClearConnectionStatistics
- RasConnectionNotificationEx
- RegisterObjectAsFileMoniker
- ReleasePublicShadowObjReference
When intellisense pops up for these function only the first 26 characters are displayed,
just don't mind and specify the parameters and when finished instead of typing the final ")" to close the function call type another ","
the script will then correct the functionname for you.
Context sensitive help
There's also a context sensitive help script for the functions in VFP2C32 which integrates seemlessly with the VFP help system.
Whenever a function contained in the library is highlighted in an editor window you're directly taken to the help topic inside this CHM file when pressing F1.
Installing context sensitive help
The context sensitive help script is dependent on the Intellisense script so install this first,
then copy the files "vfp2c32_help.prg" and "vfp2c32.chm" from the subdirectory "vfp2c32\help" into your VFP installation directory.
The script needs to be executed at every start of VFP, to achive this add this line to you _STARTUP script:
DO (HOME() + 'vfp2c32_help.prg') WITH 'install'
If you don't have a _STARTUP script yet, you can just copy the file "_startup.prg" into your VFP installation directory and
select it at "Tools" -> "Options" -> "File Locations" -> "Startup program".