Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListForm ConfigurationForm Configuration
Previous
 
Next
New Post
5/9/2011 12:47 PM
 
Hello..
I'm trying to get a form configured to work properly.  Here's the setup:

Indictment Date - Date: Required, Display on List; Users enter the indictment date here
Case Name - Text: Required, Display on List, Searchable; Users enter the case name here
Case - Text: Required; Users enter the case number here
CaseURL - URL: setup with a default location to an external site URL ("...ViewCase.asp?CaseIn=")
Case Number - Calculated Column: '<a target="_blank" href="" + CaseURL_UDT_URL +  Case + "">' + Case + ' </a>'; Display on List, Searchable

After entering information, all appears good.  I see the Indictment Date, Case Name and the Case; Case is a hyperlink in the table listing.

But, the URL for the Case points to the page which the Form and List module is on; Indictments.aspx.  It doesn't appear to be combining the two fields together as I would hope; e.g. "...ViewCase.asp?CaseIn=09E111214".  When I click on the link, it opens it in a new window, just not to the correct URL.

What am I missing to get this working properly?  Thanks.. -Jeff



 
New Post
5/9/2011 3:29 PM
 
I even tried configuring a calculated column using an expression as below, but for the link it's creating, its still pointing to the .aspx page which the F&L is part of; e.g.  http://%dnnwebsite%/pressreleases.aspx.  It opens it in a new window as well which is 50% correct.

Why isn't this accepting this in the expression field to create the URL?

I want it to create the following link:  http://%externalwebsiteurl%/subfolder/Docket/ViewCase.asp?CaseIn=09E111214

Calculated Column Expression:
'<a target="_blank" href=""http://%externalwebsiteurl%/subfolder/Docket/ViewCase.asp?CaseIn='+ Case +'"">' + Case + '</a>'
 
New Post
5/9/2011 3:35 PM
 
OK.. Now this is VERY interesting..

Looking at the table within Firebug, this is what is being reported as the URL being generated by F&L..

<a ViewCase.asp?casein="09E111214&quot;&quot;" Docket="" %subfolder1%="" %externalURL%="" http:="" href="" target="_blank">09E111214</a>

What the heck??!
 
New Post
5/9/2011 4:10 PM
 
Jeff Maze wrote:
OK.. Now this is VERY interesting..

Looking at the table within Firebug, this is what is being reported as the URL being generated by F&L..

09E111214""" Docket="" %subfolder1%="" %externalURL%="" http:="" href="" target="_blank">09E111214

What the heck??!

Ok.. I figured it out; too many double-quotes.  Below is the final expression which works correctly:

'<a href="http://%externalwebsiteurl%/subfolder/Docket/ViewCase.asp?CaseIn='+ Case +'" target="_blank" >' + Case + '</a>'

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListForm ConfigurationForm Configuration


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out