Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make use of the driveinformation from file Sectio
Message
From
27/07/1997 22:41:11
 
 
To
27/07/1997 20:44:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00041894
Message ID:
00041900
Views:
31
SET PROCEDURE can be used with fxp files as well as with prg files. Ie: it accepts compiled files as well as program files.

So, as I specified in the Help file, use:

SET PROCEDURE TO DrivInf3 ADDITIVE

The ADDITIVE is necesary if you already have one SET PROCEDURE command. If you ommit the ADDITIVE word, any previous SET PROCEDURE command will be lost.

BTW, if you take the code provided in the Help file, it should work from the first time. You can modify after that what you need.

Please note that if you use VFP5, you should use

SET PROCEDURE TO DrivInf5 ADDITIVE

instead of the previous SET PTOCEDURE command.

You must also include the DrivInf3.fxp (or DrivInf5.fxp if you use VFP5) file in the project as a program.

If you have any other problems, just ask me.

HTH,
Vlad

>I have download the driveinformation class but how do i implement this to my project bacause the driinf3.fxp is a compiled file. How do i access the compiled FXP file ?
>
>From the sample coding that provide from the help file, it is required to set procedure to the Source file, Driinf3.prg ?
>
>Could anybody help me on this ?
Previous
Reply
Map
View

Click here to load this message in the networking platform