Creating The DNN Survey Module From Source Code?

Aug 25, 2010

creating the DNN Survey Module from source code

View 5 Replies


ADVERTISEMENT

.net - Creating The DNN Survey Module From Source Code?

Sep 18, 2010

My boss has asked me to set up DotNetNuke's Survey Module and make a few custom changes to it for a client. But I'm having trouble just getting the bare-bones code to run properly!Downloaded both the source & install folders from [URL] Created a new VB Web Application Project Took out all the default pages Copied the Survey source code into the VB Web Application Project in exactly the same structure Made a batch script that creates an installation folder identical to DNN's install folder (double-checked by running a folder-diff on it, and all files/folders were identical) Zipped up my installation folder using 7-zip The source code compiles perfectly. But even though the files/folders are identical, DNN's zipped package will work properly on my DNN site, and my own zipped package will fail with this famous error message:

Error: Survey is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'DotNetNuke.Modules.Survey.survey'. --->

[code]....

View 7 Replies

Create A New Version Of A Source Code Module?

May 20, 2012

Reasonably experienced programmer but newbie question on VB Express 2010: I have coded my 1st attempt at my project. I now want to save the work I have done and branch the code but be able to go back to what I did before if I screw up. What is the best practice? Do I get any help from Visual Studio. I could save a copy of the code in another directory or different file name

View 2 Replies

Salary Survey Code Verification?

Feb 1, 2011

I'm new with VB programming and would like to know if anyone can look/test this code I have written. I don't have the ability to test right now because I'm at work and can't get VB installed on my desktop. This program is supposed to display the amount of gross pay for employees based on their weekly sales (if $5000 or more times 9% + $200) while using a one dimensional array.

View 2 Replies

Survey: Including SQL In App Code Or Only In The DB / Procs?

Jan 22, 2009

Trying to start a discussion on what approaches forum members take when faced with the issue of writing code that calls SQL queries upon a DB. Do you tend to always put SQL in stored procedures and call the proc (and does that include basic CRUD operations) or always the opposite? Or do you prefer a mix of some procs and some coded sql? If its the latter then how do you determine which queries go where?I imagine the scale of a project can dictate some of the possible answers. I've done both and sometimes I find that quick and dirty apps that have little chance of changing or are easy to modify do not need procs. On the other hand, I generally will choose the mixed option where anything other than CRUD (i.e. workflows) will be sent to a proc. I have a particular interest in hearing about your experiences with larger projects (i.e. 100+ tables in the DB) that employ a Domain Model approach to a layered solution (has distinct UI, business, and data access layers.) However I'm interested in responses to all sizes and shapes of projects.Opinions?

View 1 Replies

VS 2010 Creating Dataset, Table Adapter, Binding Source(...) And Everything Else In Code?

Feb 14, 2011

Can you please explain me and/or show some good tutorials how to do it?It seems pretty complicated because visual studio usually does it all for you and that made me stupid and not to do anything about it.Things I don't know to do in code but I know VS does it for me:

[Code]...

I'm sure there is a good tutorial somewhere on the internet. I'm okay with doing it with designer, but now when I have a situation where I can't use MDI container but tabcontrol.Other solution would be to make a MDI container out of tabcontrol. Is it posible or only other form can be MDI container.

View 3 Replies

Go Into A Page Source Code And Extract A Link From The Source Code?

Dec 12, 2009

I want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :

http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-

This link is located just beside :

config=

That is:

config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-

How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .

View 15 Replies

Source File Is Different From When The Module Was Built

Feb 1, 2011

I have "added an existing project" to my solution. This item has been used in several different solutions but I am running into an issue for the 1st time w/ it.

I have 2 applications:

X & Y

I copied the "existing project" from the X folder to the Y folder (so I would not be altering the same "existing project". Then I "added" the project from the new Y location. I also added reference to the DLL file in location Y. However when I debug from program Y it keeps running the code from location X. Everything that I know to look at looks correct. Any ideas on what is causing the issue and how to resolve it?

FYI, To prove the point I changed the folder name for testing in the X folder. When I then debug program Y i get this error:

Source file: C:VB_FIlesYY"ExistingLibrary""Existing".vb
Module: C:VB_FilesYYinRelease"ExistingLibrary".dll
Process: [4416] Y.vshost.exe

The source file is different from when the module was built. Would you like the debugger to use it anyway?

View 4 Replies

Source File Is Different From When The Module Was Built?

Mar 29, 2010

When I start the debugger,there is a message that contain the source file is different from when the module was built. would you like the debugger to use it anyway? how to solve that thing? and also, i can not use the breakpoint there is a sign like triangle and "!" and it says that"the breakpoint will not currently be hit. the source code is different from the original version."

View 7 Replies

Convert A VB4 Source Code To VB10 Source Code?

Jun 5, 2012

How do I convert a VB4 source code to VB10 source code?

View 3 Replies

C# - Add A Reference To Some Source Code To Include In A Source File In .net, Winforms?

Jan 26, 2010

I don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.

(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?

View 6 Replies

Spacing HTML Source - Way To Space Out The Source Code Of A Web Page

Jan 6, 2011

Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.

My code for obtaining the source code is:

CODE:

Also if anyone knows a way to colour the tags.

View 1 Replies

Creating A Publick Function In Module?

Jun 11, 2011

I want to Create a Publick Function But Geting problems with last Line

"MyBase.OnKeyUp(e)"
Private Sub _KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs)
Dim dg As DataGridView
Dim txt As TextBox

[code]....

View 3 Replies

VS 2005 Creating Module In Access .mde?

Jun 27, 2010

with vb.net05 + access03 .mde file is it possible to create a module ( function ) in side a password protected access .mde file from ado.net?

View 2 Replies

Inheriting A Class With Useful Methods Or A Creating A Module?

Nov 27, 2009

What is neater / better in your opinion? Inheriting a Class with useful methods or a creating a module?

For example:

vb Module Tools_Module
Public Sub Print(ByRef text As String)
Console.WriteLine(text)
End Sub
End Module

[Code]...

View 2 Replies

Gtalk Source Code - Software Development Dream.In.Code?

Aug 4, 2010

i am searching for gtalk open source code if anybody knows please let me know I need it urgently

View 1 Replies

What Is The Source For Creating A .txt File When Debug

Feb 7, 2009

What is the source for Creating a .txt file when debug

Quote:

Originally Posted by Example

Like when i click button1 it will create a .txt file on my destop or C:

View 10 Replies

First Time Using VB 2008 IDE Creating Data Source Of AN?

Feb 14, 2011

Error: "An Error Occured while retieving information fron the database: Selecting Objects of type 'Procedure' is not supported." This is the first time I have used this install of Vista Visual Studi 2008 VB

View 3 Replies

Apply The Code In The Module?

Aug 20, 2011

how to apply the code in the module?

this is my code:

sqlstr = "update StudentGraduateTable set LastName ='" & txtlastname.Text & "'," _
& "FirstName ='" & txtfirstname.Text & "'," _
& "MiddleName ='" & txtmiddlename.Text & "'," _

[code]....

View 11 Replies

Creating Unique Id On Sql Data Source Inserting Event?

Mar 13, 2009

On SqlDataSource_Insert, I'm grabbing the users unique MemberID and adding to the db. Adding the MemberID works great. I also want to add a unique EventID for the event they are submitting, but the code that I'm using below just inserts a guid with all zeros.

Protected
Sub SqlDataSource1_Inserting(ByVal
sender As

[Code]....

View 3 Replies

Code For The Email Sending Module

Apr 5, 2010

i am in the process of developing a school project(Restaurant management system) I am adding misc tools and modules to it and i need code for the email sending module i.e. just one which sends an email to a specified address. [Code]

View 3 Replies

Load Powershell Module Via .NET Code?

May 18, 2012

I have to call PS commands from a VB.NET program. This works fine if I'm calling standard PS commands, but if I have to call a command that lives in a 3rd party module I can't seem to make it work. At the PS console I can type Import-Module MyModule and then I can call the commands in that module. I tried the following but it doesn't work, I still can't access my command from within the module:

Dim PowerShell As Management.Automation.PowerShell = PowerShell.Create()
Dim PowerShellCommand As New PSCommand()
Dim PowerShellCommandResults As Object

[code].....

View 1 Replies

MDI-update The MDI's ToolStripStatusLabel From The Module Code?

Apr 19, 2010

I've created an MDI application, on which I launch a macro using a tool bar button. The Sub is located in a module and I don't manage to udpate ToolStripStatusLabel from that sub.My MDI form is called "MDIParentMain"and I use the following code to make changes on oolStripStatusLabel (called "statuslabelMDIProgressbar"):

Sb test
Dim myform As MDIParentMain

[code].....

View 2 Replies

For Next Statment For Salary Survey?

Mar 28, 2011

A company pays its salespeople on a commission basis. The salespeople receive $200 per week, plus 9% of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9% of $5000, or a total of $650. Develop a console program (using a one-dimensional array of counters) that determines how many of the salespeople earned salaries in each of the following ranges (assume that each salesperson?s salary is truncated to an integer amount):

a)$200-$299
$300-$399
c)$400-$499

[code]....

My gross salary formula works fine but im confused about my For Next Statement. Not sure if im doing it right. i forgot one thing.... i'm not sure if my increment counter should be where i put it. I think it needs to be in my for next statement?

View 9 Replies

Module Code Not Working When Attached To Button?

May 13, 2009

I have a Excel - VBA problem that I can't seeem to get around. I have written some code to search through excel sheets and return the values it finds. The code is written in a module, and when I run it by clicking the play button at the top of the VB editor it works perfectly.

However I have noticed that I need to link it to a button (on_Click) in sheet1, I have tried copying the code into the button sub, it throws up an error: "Method 'Range' of Object '_Worksheet' Failed" When it gets to the 'UpCount' line. This piece of code steps across a worksheet and when a "y" is found it copies the values form a cell at the top of the worksheet (which uses the upcount formula as the cell to be copied changes), and then it also copies some values to the right of the cell containing the "y" value.This code all worked fine when it was ran from the module2 window using the play button a tthe top of the VB editor page, it is just now it is attached to the commandbutton I am experiancing problems!

Sorry I use ActiveCell as I don't really know how to use anything else! And being new at the coding game it helps me to 'see' what is going on..

View 4 Replies

Create A Feed Back Survey?

Feb 22, 2011

I have a user control form with two text boxs, three radio buttons, and a text box for a description, but i need help trying to lik together and when the user hits the send button it sends it to a email,

View 5 Replies

Create A Multiple Choice Survey?

May 13, 2012

I'm currently quite new to VB and am trying to create a multiple choice questionnaire for work. This is a depression survey in which there are 23 groups of statements with 4 options per group. Every time a patient clicks an option, the next set of 4 questions comes up on the screen.

I'm trying to convert the old VB4 code into the new VB 2010 code. Before we were using a control array and the code looks a little something like this[code]...

View 2 Replies

Php - Get Data From A Survey Paper Document?

Feb 24, 2012

i know it could sound as a silly question but i was wondering if there's a way to get data from a survey on paper though: i mean, let's say i have a survey on paper with questions and some checkbox that the user will tick and i want to get its data scanning the document and save it as pdf, if it's possible, or jpg or doc, whatever. Then with PHP or whichever language you suggest, try to get the data in some way from the scanned document and put it to a DB.

View 2 Replies

Microsoft Reporting ReportViewer - Manually Creating Data Source & Dynamic Assignment

May 5, 2010

I am using .rdlc Microsoft Reporting reports. I have a form with one reportviewer on it. What I want to use is a combo box where they select the report and then click generate, and it shows a specific report. I have this code so far that changes the report:

[Code]...

View 2 Replies

Forms :: Send Text To Label From Code Module

Mar 17, 2010

Have a label on a form which I want to show run time status, and have a code module which stores some functions. How do I send text from code module functions to this label on form?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved