Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Notes problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00382877
Message ID:
00403755
Vues:
31
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform