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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation between modules?Navigation between modules?
Previous
 
Next
New Post
2/12/2013 4:47 PM
 
*BUMP*
 
New Post
2/12/2013 5:50 PM
 
Could you try building the URL out with NavigateURL instead of EditURL and see if you have the same result?

In debugging, what is the URL that gets generated

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
2/13/2013 10:07 AM
 
This also produces the same results.
The Home page url is http://localhost/ostwo/
The View/Delete Holds url is http://localhost/ostwo/Default.aspx?t...
The code was changed to:

Public Sub btnlckResident_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnlckResident.Click
    'Response.Redirect(EditUrl("InactivityManager"))
    Response.Redirect(DotNetNuke.Common.Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "InactivityManager", "mid=" & CStr(ModuleId)))
End Sub

Thanks again for all the help.

 
New Post
2/13/2013 5:39 PM
 
The other URL for the edit control still works?

I would have to think that it is something with the configuration of the Module Definition, either a permission issue or a typo


Do you get anything in the eventlog?

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
2/15/2013 9:37 AM
 
If I comment out the EditURL and use NavigateURL it returns the same results and there are no errors in the Event Log. You're probably right about the module definition, I will try to give some more info on the issue. 
The Home page has a View/Delete Holds button that should link you to a facility's Inactivity Manager (the code for this is in the previous post).  Now to the best of my understanding, for this to even work there has to be a module control that defines the particular control "InactivityManager" in the sCare Home extension.  There was none.  So I added the control (the info I added is also in said previous post). 
Before the control was added the problem was that when any user, be it anonymous, admin, or host, clicked the View/Delete Holds button it simply refreshed the home page.
After I added the Inactivity Manager control module to the sCare Home extension the button produced the same results.  And of course all efforts after this are already documented in the previous posts.  This is probably more of an issue about me not completely understanding the way module controls interact with the actual code than anything else and I apologize in advance for my extreme ignorance, I am a cisco/windows guy just trying to tread water in this ocean of code. 

Thanks again Chris for all your help and patience, I will continue to read up as much as possible.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation between modules?Navigation between modules?


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