Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lotus notes automation
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Lotus notes automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01260172
Message ID:
01260172
Vues:
74
Dear Friends,

I need some help to translate VB code in VFP code below!

VB

Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Call uidoc.GotoField("Body")
Call uidoc.Import("BMP Image", "c:\path\image.bmp")

FOX
how do I write the VB block in VFP?

workspace = CreateObject("Notes.NotesUIWorkspace")
...
Thanks in advance!
Marcos
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform