Hi All I am facing very minor problem.I am having an application which works in Lotus client as well as in Lotus client.For both the platforms I am using 2 different forms.Once the user fills up the data no one is allowed to edit the forms,for that i have made one computed form.Fields of all the forms are same.
user fills up the form data got transfered using doc.form=“form name”.This is working fine with out any issue.
on my computed form i am having a comment button which opens a dialogue box using @DialogBox( “(comments)” ; [AutoHorzFit] : [AutoVertFit] : [NoNewFields] : [NoFieldUpdate] ; “Comments” );
@PostedCommand([FileCloseWindow]),user will put the comment and press the ok button.I am having docid id’s on all the forms(@text(@documentuniqueid).It is working fine if the user is filling the form from lotus client.but if the user is filling the form from web and the data is coming to computed form,all the fields are coming but if the user wants to put the comments it’s is giving the error “Invalid Universal ID” on
Set doc=db.GetDocumentByUNID(uidoc.FieldGetText("r_docid")),this coding is on my queryclose event of dialogue form.