Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: direct x Pin
Blikkies14-Mar-13 0:30
professionalBlikkies14-Mar-13 0:30 
GeneralRe: direct x Pin
Richard MacCutchan14-Mar-13 0:35
mveRichard MacCutchan14-Mar-13 0:35 
GeneralRe: direct x Pin
Dave Kreskowiak14-Mar-13 1:31
mveDave Kreskowiak14-Mar-13 1:31 
QuestionMultiple Column combobox and list box Pin
JohnGreen459513-Mar-13 6:26
JohnGreen459513-Mar-13 6:26 
AnswerRe: Multiple Column combobox and list box Pin
Richard MacCutchan13-Mar-13 7:35
mveRichard MacCutchan13-Mar-13 7:35 
GeneralRe: Multiple Column combobox and list box Pin
JohnGreen459514-Mar-13 6:58
JohnGreen459514-Mar-13 6:58 
GeneralRe: Multiple Column combobox and list box Pin
Richard MacCutchan14-Mar-13 7:24
mveRichard MacCutchan14-Mar-13 7:24 
Questioncrystal report with vb.net and sql server database Pin
tonifirnandes12-Mar-13 20:29
tonifirnandes12-Mar-13 20:29 
XML
hello dear all the best programmer,

this is my first posting or maybe a question but hopely although i am the beginner and newbie in vb .net you would like to help for solving my problem.

i get some problem when i was making a report application with crystal report in vb.net using sql server database. i make simple application that consist one button "show report" and one crystal report viwer. i put code to the button "show report" :
<pre lang="vb">Imports CrystalDecisions.CrystalReports.Engine

Public Class Form1

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim cryRpt As New ReportDocument
        cryRpt.Load(&quot;Data Source=(localdb)\Projects;Initial Catalog=crystaldb;Integrated Security=True&quot;)
        CrystalReportViewer1.ReportSource = cryRpt
        CrystalReportViewer1.Refresh()

    End Sub

End Class</pre>



and when i run the program, actually there is no problem but why i must first ly to do an action login. the action login consist of some field , they are server name, databse , id and pasword. the server name was automatically filled and the database field was empty and but i can't fill in it. and for id and password that were empty to and i must and able to fill that.

for the id and pasword field, i don't know what thing i must to fill in that field. hopely anybody can understand my question and problem clearly and as soon as possible would like to help me.


thanks and best regards,


toni firnandes.

AnswerRe: crystal report with vb.net and sql server database Pin
Dave Kreskowiak13-Mar-13 1:13
mveDave Kreskowiak13-Mar-13 1:13 
QuestionHow to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 3:55
Martijnn12-Mar-13 3:55 
AnswerRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
David Mujica12-Mar-13 4:46
David Mujica12-Mar-13 4:46 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 4:53
Martijnn12-Mar-13 4:53 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Bernhard Hiller12-Mar-13 5:07
Bernhard Hiller12-Mar-13 5:07 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 5:18
Martijnn12-Mar-13 5:18 
QuestionClass Losing Data? [Solved] Pin
Member 990376112-Mar-13 0:26
Member 990376112-Mar-13 0:26 
AnswerRe: Class Losing Data? Pin
GuyThiebaut12-Mar-13 2:55
professionalGuyThiebaut12-Mar-13 2:55 
GeneralRe: Class Losing Data? Pin
Member 990376112-Mar-13 3:09
Member 990376112-Mar-13 3:09 
QuestionVB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 4:43
Central_IT11-Mar-13 4:43 
AnswerRe: VB.Net & 7-Zip File Manager Pin
David Mujica11-Mar-13 5:26
David Mujica11-Mar-13 5:26 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:07
Central_IT11-Mar-13 23:07 
AnswerRe: VB.Net & 7-Zip File Manager Pin
Richard Deeming11-Mar-13 6:40
mveRichard Deeming11-Mar-13 6:40 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:06
Central_IT11-Mar-13 23:06 
Questionhi am bharat Pin
Member 989980611-Mar-13 3:25
Member 989980611-Mar-13 3:25 
AnswerRe: hi am bharat Pin
David Mujica11-Mar-13 3:52
David Mujica11-Mar-13 3:52 
AnswerRe: hi am bharat Pin
Eddy Vluggen11-Mar-13 3:59
professionalEddy Vluggen11-Mar-13 3:59 

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.