Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCode to create folder on FTP Server using VB.Net 2005? Pin
hgs24shravgi20-Sep-07 19:52
hgs24shravgi20-Sep-07 19:52 
AnswerRe: Code to create folder on FTP Server using VB.Net 2005? Pin
Dave Kreskowiak21-Sep-07 5:00
mveDave Kreskowiak21-Sep-07 5:00 
GeneralRe: Code to create folder on FTP Server using VB.Net 2005? Pin
hgs24shravgi25-Sep-07 19:12
hgs24shravgi25-Sep-07 19:12 
GeneralRe: Code to create folder on FTP Server using VB.Net 2005? Pin
Dave Kreskowiak26-Sep-07 0:59
mveDave Kreskowiak26-Sep-07 0:59 
QuestionSave the File With Picture Pin
Wlink20-Sep-07 19:25
Wlink20-Sep-07 19:25 
AnswerRe: Save the File With Picture Pin
Ajay.k_Singh21-Sep-07 1:24
Ajay.k_Singh21-Sep-07 1:24 
GeneralRe: Save the File With Picture Pin
Wlink22-Sep-07 18:57
Wlink22-Sep-07 18:57 
Questionhow? Pin
marvinmichael20-Sep-07 18:23
marvinmichael20-Sep-07 18:23 
Private Sub bttnGenerate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bttnGenerate.Click

Using Connection As New SqlClient.SqlConnection(ConnectionString)
Connection.Open()
SqlCmd.Connection = SQLConnection
SqlCmd.CommandType = CommandType.StoredProcedure
SqlCmd.CommandText = "Execute spr_ADB ('" & txtBranchCode.Text & "','" & txtGroup.Text & "','" & txtAccount.Text & "', '" & txtFrom.Text & "','" & txtTo.Text & "', ' ', ' ', ' ', ' ', ' ')"
SqlCmd.Connection = Connection

frmADBViewer.Show()

End Using
End Sub

i'm using this code to pass parameters for my stored procedure....
it work but cyrstal report is asking parameters and login credentials.

please help me on this...

what should i do...

AnswerRe: how? Pin
Colin Angus Mackay20-Sep-07 23:05
Colin Angus Mackay20-Sep-07 23:05 
GeneralRe: how? Pin
Paul Conrad23-Sep-07 11:39
professionalPaul Conrad23-Sep-07 11:39 
QuestionWhat is .resx Pin
Widgets20-Sep-07 14:46
Widgets20-Sep-07 14:46 
AnswerRe: What is .resx Pin
Dave Kreskowiak20-Sep-07 15:00
mveDave Kreskowiak20-Sep-07 15:00 
GeneralRe: What is .resx Pin
Widgets21-Sep-07 15:01
Widgets21-Sep-07 15:01 
GeneralRe: What is .resx Pin
Dave Kreskowiak21-Sep-07 16:10
mveDave Kreskowiak21-Sep-07 16:10 
QuestionAsynchronous queue handling? Pin
Duncan Edwards Jones20-Sep-07 10:42
professionalDuncan Edwards Jones20-Sep-07 10:42 
AnswerRe: Asynchronous queue handling? Pin
Guffa20-Sep-07 11:15
Guffa20-Sep-07 11:15 
QuestionDynamic Images in a Grid Pin
cisco210320-Sep-07 4:52
cisco210320-Sep-07 4:52 
AnswerRe: Dynamic Images in a Grid Pin
Dave Kreskowiak20-Sep-07 6:20
mveDave Kreskowiak20-Sep-07 6:20 
QuestionHow to avoid flickering Pin
Kurian_Kurian20-Sep-07 4:23
Kurian_Kurian20-Sep-07 4:23 
AnswerRe: How to avoid flickering Pin
Dave Kreskowiak20-Sep-07 5:55
mveDave Kreskowiak20-Sep-07 5:55 
QuestionMDI Child changes size Pin
PabloGM20-Sep-07 4:02
PabloGM20-Sep-07 4:02 
AnswerRe: MDI Child changes size Pin
Dave Kreskowiak20-Sep-07 5:42
mveDave Kreskowiak20-Sep-07 5:42 
GeneralRe: MDI Child changes size Pin
PabloGM20-Sep-07 6:33
PabloGM20-Sep-07 6:33 
GeneralRe: MDI Child changes size Pin
Dave Kreskowiak20-Sep-07 7:31
mveDave Kreskowiak20-Sep-07 7:31 
GeneralRe: MDI Child changes size Pin
Dave Kreskowiak20-Sep-07 12:38
mveDave Kreskowiak20-Sep-07 12:38 

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.