Hi All.
I have a view in web.
I have a $$ViewBody field in a form $$ViewTemplate.
Now when i try to open the documents in the view in web , i am not able to open.But if i do the same in Client, its working perfectly.
Also the expand and collapse functions work wel in web.
Could anyone help me out in solving this.
thanks for any help
Subject: Opening documents in a view in web
Hi,
-
$$ViewTemplate is used only for the web client
-
So, you can simply embedded your view into the form (menu Create > Embedded objects), $$ViewBody is useful if you still have a R4 servers…
You write:
“i am not able to open”
-You have a error message?
-You don’t have a link to open the document? > in this case, in column prperties, where you wish the link, last tab (special) check on “Display values like a link” (or something like this, I have a French version…)
- you use an HTML view (view properties > fifth tab (special) “Treated contents like HTML” is check on)? in this case you must put HTML tag to create a link, in column formula put something like this:
docUNID = @Text(@DocumentUniqueID;
“<a href=”+docUNID+“?OpenDocument” title="Open this document">Open document"
Regards,
Thierry