Link to home
Start Free TrialLog in
Avatar of shwetaprabhudesai
shwetaprabhudesai

asked on

Sign a document in Notes Version 5

hi,
How can we sign a document in notes version 5 programmatically. I tried signing a document in version 6 with NSFNoteSign. It is working fine,but its failing in notes version 5. So whats the procedure to sign it in Version 5 of lotus notes.And the need is to do it programmatically.

Any help will be appreciated.
thanks in advance.

shweta
Avatar of HemanthaKumar
HemanthaKumar

You mean notes document ... Use Sign Method.

~Hemanth
Avatar of shwetaprabhudesai

ASKER

hi hemanth,
thanks for responding. I meant notes template by document. I need to sign a template (.ntf). i am using C api 6.0.3 NSFNoteSign. Does NSFNoteSign will work on Version 5 of notes? Pls explain what did u mean by Sign method. When i tried signing a template with NSFNoteSign and executed code on version 5, it is giving error "you and signer dont have certificates in common". Pls help.

shweta
hi all,
to make my question more clear, i am adding following.

I inserted a Computed Subform in  _CalenderEntry form using C++ API.
But when I open the _CalenderEntry form fron Notes 5 I get Signer Error showing options "Start trusting signer","abort"....

I found out that when _CalenderEntry form's WindowTitle formula is executed, above warning come for @GetProfileField(...) used in that formula.

I haven't changed the WindowTitle formula.
This error is not occuring in notes 6 as i signed computed subform with NSFNoteSign.But the same thing is not working on Notes 5.
Is there some other way to sign in notes 5.
pls help as soon as possible.

shweta
there is a similar question from my buddy let me get you the link...
i went through the link.Actually, they are doing it through scripting.What method we are following is:
I are opening a database using NSFDbOpen.
Then finding a note by NIFFindDesign..
and then I want to sign that particular note.
The need is to sign it using 6.0.2 C Api toolkit.

shweta
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zvonko
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I will leave the following recommendation for this question in the Cleanup topic area:
    Accept: HemanthaKumar {http:#11907246}

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

Zvonko
EE Cleanup Volunteer