Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lotus notes automation
Message
From
10/10/2007 18:09:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Lotus notes automation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01260172
Message ID:
01260172
Views:
73
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
Next
Reply
Map
View

Click here to load this message in the networking platform