hi all,
can u tell me what is work of the function
what is the work of Declare Private Function NSFDbOpen?
if you are going to refer for any c help kindly tell me the URL path
hi all,
can u tell me what is work of the function
what is the work of Declare Private Function NSFDbOpen?
if you are going to refer for any c help kindly tell me the URL path
Subject: NNOTES.DLL
Oddly enough, the function opens a Notes database (NSF). See the C API documentation for more info. No URL path here – you are going to have to learn your way around the web site. It’s time to stop expecting to be spoon-fed.
Go to the menu on the left and click on “Downloads”. Click on the “Toolbars” tab, and look for the Lotus C API Toolkit in the table – there is a link there to the C API documentation (in the Documentation column).
You might also want to get Normunds Kalnberzins’ excellent book “LotusScript to Lotus C API Programming” at http://www.ls2capi.com – it will explain why the calls are structured the way they are and how to use things like handles in LotusScript.