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 ListNew Data TypeNew Data Type
Previous
 
Next
New Post
10/12/2006 7:24 AM
 

Benicio:

1) you should not use DNN solution, UDT has its own solution, this increases developement speed and allows separate developement
4) after you compiled, you should be able to test the changes on your developement machine.
5) to create the zip I use a batch job, that first zips all files in resources.zip (have a look into the current UDT installtion package) and afterwards zips this with the other files into install.zip that can be used to install your version.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/13/2006 11:36 PM
 
OK got an additional datatype working.

I'll work on this during the weekend and post my experiences and findings.
 
New Post
10/19/2006 2:42 AM
 
I have not been able to get an additional procedure added to the database to fetch a list of UDT Modules and their respective data to populate the combos for my datatype.

I Updated DataProvider, SQLDataProvider, UserDefinedTableController, and EditMyType to get the info all the way up to the business layer, but upon installation of the module I get an SQL Error.

I would appreciate some further guidance.

I added the following lines at the end of 03.02.00.SqlDataProvider to get a list of the titles of the currently active UDT Modules:

CREATE PROCEDURE {databaseOwner}{objectQualifier}UserDefinedTable_GetTableModules()
AS
SELECT M.ModuleTitle
FROM {objectQualifier}Modules as M
INNER JOIN {objectQualifier}ModuleDefinitions as MD ON M.ModuleDefID = MD.ModuleDefID
WHERE     (MD.FriendlyName = 'User Defined Table') AND (M.IsDeleted = 0)
ORDER by M.ModuleTitle
GO



I get the following error when installing the module:
[L]SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Line 2: Incorrect syntax near ')'. Line 7: Incorrect syntax near 'GO'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) in C:\websites\UDTDev\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:line 148 at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in C:\websites\UDTDev\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:line 282 CREATE PROCEDURE dbo.dnn_UserDefinedTable_GetTableModules() AS SELECT M.ModuleTitle FROM dnn_Modules as M INNER JOIN dnn_ModuleDefinitions as MD ON M.ModuleDefID = MD.ModuleDefID GO


Thanks again,
Benicio
 
New Post
10/19/2006 4:40 AM
 
I Installed the module and added the Stored Procedure Manually to the database, I am getting the correct data all the way to the business layer.

However, even though It works properly, I named my type ReferencedString and it is shown as RESX: ReferencedString.Text

Any ideas on why this is happening?

Thanks!
Benicio

 
New Post
10/19/2006 6:33 AM
 
It seems that you did not update your rescx files (App_LocalResources/SharedResources.resx etc).
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListNew Data TypeNew Data Type


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