Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Sharepoint Forums
Overview on Installing Sharepoint 2007
DNN Modules
SnowCovered Top Sellers

Ultra Media Gallery 5.3
Ultra Media Gallery is the most popular photo gallery and media gallery module for DotNetNuke, the major purpose of this module is to allow you create unlimited pictures and medias to your gallery and organize them by albums, your albums and medias are browsed in flash interface.

Flex By DrNuke
The Flex skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 8 great colours, each with 15 banner images, 2 menu types and a choice of 3 background styles. The entire pack features a total of 2448 skins!

Ultra Video Gallery 2.3
Ultra Video Gallery is a brother product of Ultra Media Gallery, The major purpose of this product is to provide an easy way to add videos in various formats to your website by and play them in a unique flash gallery.

Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Engage: Publish 5.1
Content Workflow + Versioning + Categorization + Multiple Display Options = Truly Advanced DotNetNuke Content Management (Requires DNN 4.5.1 or later)

Form Master 1.6 For DNN 4
Form Master 1.6 improves on the success of version 1.5 with new features in Function, and Presentation, while maintaining the Intuitive User Interface. Form Master 1.6 delivers visual form design where input fields can easily be created, modified, and moved.

XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

CATALooK.netStore Pro & Booking Tools w/source DNN4
Powerful multilingual, search engine optimized ecommerce store and renting/letting system including a concept utilizing many business models in one application integrates:Catalog,Media gallery,Configurator,Packages,Data entry forms,Subscriptions,Recurring billing,40+ CC Gateways,UPS and USPS support

DNNMasters SEO Suite Enterprise w/Source
If you want better Search Engine ranking you need KeepAlive, URL Rewrite, Custom 404 error, Custom Redirect, Friendly URL's, Sitemap, Google Sitemap.DNNMasters SEO Suite delivers all of it and more!

Document Exchange Professional 4
Edit documents directly on your server using the latest iteration of the premier document management solution for DotNetNuke (DNN). With a completely revised Ajax-enabled UI.
    |   Register   |   vrijdag 29 augustus 2008   
Data Springs Product Forums...
Subject: User guides for Dynamic Forms
Prev Next
You are not authorized to post a reply.

Author Messages
agazibara
Posts:0


08-16-2006 2:34  

User guides for Dynamic Forms module in DOC, PDF and CHM formats can be downloaded from the following locations:

Tim
Posts:18
wading in the water
wading in the water

09-05-2006 6:38  
My client wants to be able to Export the Questions and Answers to an Excel spreadsheet if possible, any help would be appreciated.
Chad
Posts:1863
river guide
river guide

09-11-2006 10:45  
Hi. Right now there is no easy import/export feature but we will look to add that in the next release. One thing you can do is create a Dyanmic Event within the module that is a SQL event and will insert all of the questions,answers into a table then you can then export them from? Its pretty easy to export from MS SQL to CSV or Excel.
Tim
Posts:18
wading in the water
wading in the water

09-12-2006 6:27  

Can you provide any type of example, i'm not a coder.

thank you.

Chad
Posts:1863
river guide
river guide

09-12-2006 11:21  
Well until we implement the export feature you would at least have to have some experience working with SQL (at a minimum acess to the SQL Server to be able to access query analyzer or run reports).

Steps would be:
1. Create a table called 'YourTable', within your table create a column for each question within Dynamic Forms.
2. Within Dynamic Forms create a dyanic SQL event. The SQL Event would insert data into your table and the SQL would be similar to:

INSERT INTO YOURTABLE(Question1, Question2, Question3) Values($(DynamicFormField1), $(DynamicFormField2), $(DynamicFormField3))

Once the user submits the form the data would be inserted into your custom table.

3. Within query analyzer you can 'select * from your table' and export that to CSV or Excel.

Again, ill try and see if we can implement a quick Export featuer within the coming weeks though since it doesn't sound like too much work.

Tim
Posts:18
wading in the water
wading in the water

09-14-2006 9:05  

That would be excellent, i'm looking forward to this.

 

thank you.

Tim
Posts:18
wading in the water
wading in the water

10-12-2006 12:47  
Has there been any progress on this new feature?
Tim
Posts:18
wading in the water
wading in the water

10-12-2006 7:47  
Any word on this, we'd really like to be able to implement this feature/
Chad
Posts:1863
river guide
river guide

10-12-2006 3:50  
Tim,

Along with many other enhancements and easier export feature will be part of the next release. We hope to release 2.2 for Dynamic Forms by the middle of November. Ill let you know if we have a pre-release or beta ready before then to see if you are interested.

-Chad
Tim
Posts:18
wading in the water
wading in the water

10-13-2006 7:05  
Awaiting patiently, thank you.
Chad
Posts:1863
river guide
river guide

10-18-2006 11:47  
Hi. I just wanted to let you know that this has been released as a feature in 2.1 of Dynamic Forms.
Felix
Posts:1
new to the springs
new to the springs

05-24-2007 2:17  
Is it possible to use stored procedures when you create a dynamic SQL event ?

Is it possible to have multiple sql-statements in one dynamic SQL event ( purpose : using a normalized table with 3 columns, 1 row for each question => a column wherin a unique id to identify the whole query form, a column for the question, a column for the answer ) ?
Chad
Posts:1863
river guide
river guide

05-24-2007 9:28  

Yep. You can pass the properties to the stored procedure from the SQL event and you can execute the SQL directly.

i.e.
exec stp_your procedure '$(FirstName)', '$(LastName)'

IF you wanted to do multiple queries or hit multiple stored procedures you can just add GO to the end of each statement. I.e.
exec stp_your procedureOne '$(FirstName)', '$(LastName)'
GO
exec stp_your procedureTwo '$(FirstName)', '$(LastName)'
GO
exec stp_your procedureThree '$(FirstName)', '$(LastName)'

Hope this helps!

Dante
Posts:1
new to the springs
new to the springs

05-28-2007 1:46  
I need to import users from another instance of DNN. Why product to use?
You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement