Hi,
I'm using the following:
func=ll&objID=24557208&objAction=targetBrowse&sort=name
& selectLabel=Select&headerLabel=Select%20Document
&formName=InfoAttrsForm&containersOnly=0
Within my code to select a user within Livelink.
However I have come across an issue as within doSelect function in Livelink I get the error that
opener.document.InfoAttrsForm.txtBox is null or not an object. I have found that as I'm now using .Net 4.0 the name of the form is no longer being passed within the code and I belive that this is causing my issue.
Can anyone help?
Thanks