Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call a VFP COM method from Excel
Message
De
10/02/2003 17:12:26
 
 
À
10/02/2003 14:41:03
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00751581
Message ID:
00751674
Vues:
18
Juan,

You can just use it in an Excel macro like so:
Set myMult = CreateObject("MyServer.MyClass")
MsgBox " 5 times 4 is " & CStr(myMult.Multiply(5,4)), vbOKOnly + vbInformation, "Multiplication"
You can also add the VFP component to the VBA project's references to use it early-bound, but this is the simplest method.

HTH,

>Hi
>
>I have been reading VFP and Excel help system in order to add optional functions in excel but I can't get sucess at all. This is what I've done:
>
>1. I Created a Custom Olepublic class with an example Method to multiply numbers. I want further to seek and return values from VFP tables.
>
>2. In Excel, I went to Tools - Add-Ins - Automation and I selected MyServer.MyClass from the available servers list.
>
>3. But I get this error:
>Cannot find Add-in 'c:\comserver\myserver.exe /automation'. Delete from list ? YES/NO
>
>
>Any specific guidelines, white papers or books to build this VFP server ?
>
>How to implement help to be displayed when, in Excel, I click on Insert - Function - Category MyServer.MyClass ?
>
>
>
>
>Thanks
>
>Juan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform