RE: Hyperlink Syntax for Web Optimus Prime 27.Jan.04 02:07 AM a Web browser Domino Designer -- @Formulas 5.0.4aWindows 2000, Windows XP
I believe that the Server_Name field is a CGI variable that returns the host name of IP address of the web server. Though I’m currently testing my application using a local test environment (localhost), there should not be any problem with that right? The value returned by the field is: “localhost”.
The field DBPath contains this formula: @ReplaceSubstring(@Subset(@DbName; -1); " " : "\\"; "+" : "/")
The DocID field has this formula: @Text(@DocumentUniqueID)
I’ve also tried explicitly identifying a view name instead of 0, which is one of the most suggested method in the forum, but it also failed. The view that I’ve created contains several columns but the first column (sorted) displays the document ID. The formula looks like this:
When you tried to click the hyperlink that was created, I get a general error in my browser. Domino does not seem properly to translate the hyperlink that I’ve formulated.