Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Notes problem
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00382877
Message ID:
00403755
Views:
25
OK I ran the code and received the class definition not found error.

So that didnt work and I cant find the Help4.NSF I seem to always find the greatest places to work LOL...

Any other ideas?

Thanks again...

Ron

>>OK where can I find that LOL... I am working with version 4.5a

>You should find it in the same directory as Notes.exe. With version 4.6, it's called Notes32.TLB. The following code will list all the Notes objects along with their parameters.

>oTypeinfo = createobject("tli.tliapplication")
>oTypelib = oTypeinfo.TypeLibInfoFromFile("notes32.tlb")
>for each oInterface in oTypeLib.Interfaces
> ? oInterface.Name
> for each oMember in oInterface.Members
> ? ' ',oMember.Name
> for each oParam in oMember.Parameters
> ? ' ',oParam.Name
> endfor
> endfor
>endfor

>
>The Help file (Help4.NSF) will give you more detail than this.
Ronald L. Thorp
http://www.Fox-Pros.com
Fox-Pros, Inc.
Office 407-498-0100
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform