LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Problems with SecAttachFileToDB

Problems with SecAttachFileToDB (by Normunds Kalnberzins, 09/16/2006 03:37:23 PM)

Obvious thing is -- the values you need to pass NULL such as "UserName" or "pReserved" must be passed as NULL not as an empty string. Hence you need to define:

ByVal UserName As Long, .... ByVal pReserved As Long

and when calling pass 0.

I hope there are no other problems. Does not seem so on the first glance.

Good luck

Normunds