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 ListMangled OutputMangled Output
Previous
 
Next
New Post
1/10/2006 8:25 PM
 

I suggest an upgrade to UDT 3.2.0, it has many additional features and enhancements as well as an improved layout for editing rows and field definitions. There is also optional paging for data display, if turned of, displayed view should be the same as before.

Please note: UDT 3.02.00 is compatible with DNN 3.1.1 and above only, use UDT 3.01.00 for all previous DNN3 versions!


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/10/2006 9:15 PM
 

cluworks wrote
Can you give me the SQL Statement?

sure. Just log in as host, goto "Run SQL", enter the following text into the text box, check "Execute Script" and hit "Run".

if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}GetUserDefinedRows]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
 drop procedure {databaseOwner}{objectQualifier}GetUserDefinedRows
GO

create procedure {databaseOwner}{objectQualifier}GetUserDefinedRows

@ModuleId int

as

select
 {objectQualifier}UserDefinedRows.UserDefinedRowId,
    {objectQualifier}UserDefinedFields.FieldTitle,
    {objectQualifier}UserDefinedData.FieldValue
from {objectQualifier}UserDefinedRows
left outer join {objectQualifier}UserDefinedData on {objectQualifier}UserDefinedRows.UserDefinedRowId = {objectQualifier}UserDefinedData.UserDefinedRowId
inner join {objectQualifier}UserDefinedFields on {objectQualifier}UserDefinedData.UserDefinedFieldId = {objectQualifier}UserDefinedFields.UserDefinedFieldId
where  {objectQualifier}UserDefinedRows.ModuleId = @ModuleId
ORDER BY {objectQualifier}UserDefinedRows.UserDefinedRowID

GO


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListMangled OutputMangled Output


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