Ashutosh Nagle 13.Jan.06 08:53 AM a Web browser Applications Development6.5.1Windows 2000
Hi,
I am trying to register a user without creating an id file for him/her. Part of my code looks as shown below. m_reg is a Registration's object, set appropriately. However when I run this code I get a notes exception saying "NotesException: Required registration argument not provided". I have also tried switching the order of statement 2) and 3), but no success. Can anyone please help?
Also, "m_reg.setRegistrationServer(sServer);" call is done before this code and I have verfied that RegistrationServer property is set.