Hi all,
I have two forms, a parent and a response document. In my parent document I want an action to open his response (child). The parent can only have one child.
I created a view with two columns, first one @Text($Ref), second one @Text(@DocumentUniqueId).
In my parent form I get this values in fields via a dblookup.
So far, no problems. But I don’t know how I can open this response document. I tried:
@Command([OpenDocument];“0”;DocIDLookup_1)
DocIDLookup_1 is the field that has the UNID of the response. Unfortunately this action doesn’t work, the internet explorer doesn’t find the page.
Does anyone know what I might have done wrong?
Regards