I am running DNN 5.1 and form and List Module 5.1. My concept was to allow the client to edit 1 table and then display that data in 2 or 3 different ways. It seems like I should be able to do this and I got it working partially.
Manage - page that allows the user in role to view/edit/manage the data in the table (form and List Module).
http://live.fpparks.com/Programs/TeamStandingsScheduleManagement/tabid/106/language/en-US/Default.aspx
View - page that allows the public to see the output.
http://live.fpparks.com/Programs/AthleticLeaguesandStandingsdynamic/tabid/107/language/en-US/Default.aspx
To accomplish the above I added 1 FnL module to the Manage page (106) and configured things as you see. Then on the View page (107) I used Add Existing module. This worked twice as you can see. On the View page I have two more copies of the FnL module properly showing the output from the module on the Manage page. All 3 modules point to the same UDT.
Now the problems. DNN only let me do the "Add Existing Module" routine twice. When I try it a third time, it appears to work - I switch to (x) Add Existing, select the Manage page, select the FnL module and click Add; it then appears to be doing something - but when the page displays, there is no new module on the page.
My expectation is that I would be able to keep adding copies of the FnL module from the Manage page to the View page and configure the output of each to show different cross-sections of the data.
Is this a bug in DNN or FnL? Is this a limitation of either (only 2 copies of a module allowed)?
After trying a number of times to get another copy of the module on to the page unsuccessfully, I got on the server and in to SMS and took a closer look at the Modules, TabModules and related tables... maybe it was being added elsewhere; to another page/tab or something? Nope. Add existing just keeps failing with no report of an error in the UI or the Event Viewer.
Additional Question - so it occured to me that there might be another module that will display output from an existing FnL/UDT. I found that the Reports used to do this and will again someday. Does anyone know of another solution to what I am trying to do? Are there other modules (including ones that cost money) that can use the FnL/UDT as a DataSource?