Click here to Skip to main content
16,006,883 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralTextBox Issue Pin
soniasan8-Feb-08 0:21
soniasan8-Feb-08 0:21 
GeneralRe: TextBox Issue Pin
Syed Ali Raza8-Feb-08 3:01
Syed Ali Raza8-Feb-08 3:01 
GeneralExport Data In excel and do wrap text[modified] Pin
nishkarsh_k7-Feb-08 23:10
nishkarsh_k7-Feb-08 23:10 
GeneralObject and Threading Pin
splater7-Feb-08 23:07
splater7-Feb-08 23:07 
GeneralRe: Object and Threading Pin
super_kitten3-May-08 19:32
super_kitten3-May-08 19:32 
GeneralI wrote code to convert html to pdf by using iTextsharper.dll, but it is .pdf file is not opening.Any one please help me. Pin
sudhakar797-Feb-08 22:07
sudhakar797-Feb-08 22:07 
GeneralRe: I wrote code to convert html to pdf by using iTextsharper.dll, but it is .pdf file is not opening.Any one please help me. Pin
LloydA1119-Feb-08 2:19
LloydA1119-Feb-08 2:19 
QuestionAlways asking parameters in crystal report Pin
robinsimon_m7-Feb-08 19:48
robinsimon_m7-Feb-08 19:48 
I am using Stored Procedure for viewing crystalreportviewer in vb.net
and i am passing 3 parameters to the stored procedure tooo.

but when ever i run the page its always asking the parameters.


Dim myReportDocument As CrystalDecisions.CrystalReports.Engine.ReportDocument
myReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument
myReportDocument.Load(ReportAddress & "InvoiceRenewal.rpt")
objCmd = New SqlCommand("sp_InvoiceRenewal", objIDB.OpenConnection)
objCmd.CommandType = CommandType.StoredProcedure
objCmd.Parameters.Add(New SqlParameter("@intID", SqlDbType.Int, 10))
objCmd.Parameters("@intID").Value = Request.QueryString("ID")
objCmd.Parameters.Add(New SqlParameter("@NoOfEachPlan", SqlDbType.Int, 10))
objCmd.Parameters("@NoOfEachPlan").Value = NoOfEachPlan
objCmd.Parameters.Add(New SqlParameter("@Names", SqlDbType.VarChar, 2000))
objCmd.Parameters("@Names").Value = names
objDa.SelectCommand = objCmd
objDa.Fill(objDs)
myReportDocument.SetDataSource(objDs)
CrystalReportViewer1.ReportSource = myReportDocument
CrystalReportViewer1.DataBind()


here @intID,@NoOfEachPlan,@Names are the 3 parameters tat am using in SP

but whenever i run the page its always asking for the parameters again
Parameter Field(s)
(THe format that comes when i run the page is as follows)

The report you requested requires further information.

@intID
Value (Here a text box will appear)
(Here a checkbox will appear ) No Value


@NoOfEachPlan
Value (Here a text box will appear)
(Here a checkbox will appear ) No Value


@Names
Value (Here a text box will appear)
(Here a checkbox will appear ) No Value
GeneralFTP Problem Pin
Michael1017-Feb-08 17:53
Michael1017-Feb-08 17:53 
GeneralRe: FTP Problem Pin
_Fandango_8-Feb-08 1:23
_Fandango_8-Feb-08 1:23 
Questionvariable issue Pin
Tauseef A7-Feb-08 16:31
Tauseef A7-Feb-08 16:31 
AnswerRe: variable issue Pin
Guffa7-Feb-08 19:50
Guffa7-Feb-08 19:50 
QuestionRe: variable issue Pin
Tauseef A7-Feb-08 20:08
Tauseef A7-Feb-08 20:08 
GeneralRe: variable issue Pin
Guffa7-Feb-08 23:46
Guffa7-Feb-08 23:46 
QuestionUndo / Redo and Collections Pin
nosiller7-Feb-08 16:22
nosiller7-Feb-08 16:22 
GeneralRe: Undo / Redo and Collections Pin
Richard Blythe7-Feb-08 17:42
Richard Blythe7-Feb-08 17:42 
GeneralRe: Undo / Redo and Collections Pin
Dave Kreskowiak8-Feb-08 8:02
mveDave Kreskowiak8-Feb-08 8:02 
QuestionMultiple Projects in a solution using visual sourcesafe [modified] Pin
Jack Brando7-Feb-08 15:36
Jack Brando7-Feb-08 15:36 
QuestionMultiple Projects inside Visual SourceSafe Pin
Jack Brando7-Feb-08 15:12
Jack Brando7-Feb-08 15:12 
GeneralReading points in a Zed Graph Pin
loganj19997-Feb-08 12:19
loganj19997-Feb-08 12:19 
GeneralRe: Reading points in a Zed Graph Pin
Dave Kreskowiak8-Feb-08 7:51
mveDave Kreskowiak8-Feb-08 7:51 
GeneralRemoving Controls in Access forms using VB Pin
reegan417-Feb-08 11:09
reegan417-Feb-08 11:09 
GeneralWrong forum Pin
pmarfleet7-Feb-08 11:53
pmarfleet7-Feb-08 11:53 
GeneralRe: Wrong forum Pin
Christian Graus7-Feb-08 12:08
protectorChristian Graus7-Feb-08 12:08 
GeneralRe: Removing Controls in Access forms using VB Pin
ChandraRam8-Feb-08 0:48
ChandraRam8-Feb-08 0:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.