Click here to Skip to main content
15,905,877 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWarning 1: Unable to apply publish properties for item "axinterop.mscomctllib". ***HELP! Pin
vbDigger'z23-Sep-07 14:46
vbDigger'z23-Sep-07 14:46 
QuestionLost a .dll - VB 6.0 Pin
nnadams23-Sep-07 11:48
nnadams23-Sep-07 11:48 
AnswerRe: Lost a .dll - VB 6.0 Pin
prahlad198123-Sep-07 18:40
prahlad198123-Sep-07 18:40 
QuestionUpdate datagridview in vb.net Pin
Abbhie23-Sep-07 6:20
Abbhie23-Sep-07 6:20 
AnswerRe: Update datagridview in vb.net Pin
DigiOz Multimedia23-Sep-07 14:04
DigiOz Multimedia23-Sep-07 14:04 
GeneralRe: Update datagridview in vb.net Pin
Abbhie25-Sep-07 8:17
Abbhie25-Sep-07 8:17 
Questionupdating values at runtime... Pin
manni_n23-Sep-07 4:56
manni_n23-Sep-07 4:56 
QuestionReport gen.. Pin
SamRST23-Sep-07 4:40
SamRST23-Sep-07 4:40 
hi friends,
i'm new to reporting in win app.. so i need a great help.. my problem is..
i want to show a report that populate data from two tables. & i used the sql query like this.
dim _Ssql as string=""
_Ssql="Select d1.id, d1.name, c1.name from Dress d1, Color c1 where " _
& " c1.id=d1.c and d1.id=10 "

Hope u got my query...
i'm using the sql server , so i created a crystal report and add the fields from the two tables. now i used the below code to show the report

dim objds as new Dataset
dim _Cconnect as new GetConnection
objds=_Cconnect.GetAll(ssql)

dim crt as new Report1
crt.setDatasource(objds)
CrystalReportViewer1.ReportSource=crt

The main problem is when show the report it displays all the records.. but its not taking the data from dataset. ie it should show only 1 record.. How can i resolve this...
cheers...

Questiondatagridview [modified] Pin
gt223-Sep-07 4:20
gt223-Sep-07 4:20 
AnswerRe: datagridview Pin
Paul Conrad23-Sep-07 4:33
professionalPaul Conrad23-Sep-07 4:33 
GeneralRe: datagridview Pin
SamRST23-Sep-07 4:41
SamRST23-Sep-07 4:41 
GeneralRe: datagridview Pin
Paul Conrad23-Sep-07 4:57
professionalPaul Conrad23-Sep-07 4:57 
GeneralRe: datagridview Pin
SamRST23-Sep-07 5:01
SamRST23-Sep-07 5:01 
Questionprintdialog control in vb.net2005 Pin
nilam1123-Sep-07 3:08
nilam1123-Sep-07 3:08 
QuestionHow to pass ftp path to VLC media player remotely Pin
juli Paris22-Sep-07 22:49
juli Paris22-Sep-07 22:49 
AnswerRe: How to pass ftp path to VLC media player remotely Pin
Dave Kreskowiak23-Sep-07 7:10
mveDave Kreskowiak23-Sep-07 7:10 
Questioncrystal report..need help Pin
SamRST22-Sep-07 20:23
SamRST22-Sep-07 20:23 
Answercrystal report..need help Pin
SamRST23-Sep-07 4:33
SamRST23-Sep-07 4:33 
QuestionAdd a text label to an image Pin
tomsteven22-Sep-07 14:54
tomsteven22-Sep-07 14:54 
AnswerRe: Add a text label to an image Pin
Guffa22-Sep-07 15:30
Guffa22-Sep-07 15:30 
GeneralRe: Add a text label to an image Pin
tomsteven22-Sep-07 15:44
tomsteven22-Sep-07 15:44 
AnswerRe: Add a text label to an image Pin
Christian Graus23-Sep-07 0:13
protectorChristian Graus23-Sep-07 0:13 
GeneralRe: Add a text label to an image Pin
tomsteven23-Sep-07 4:18
tomsteven23-Sep-07 4:18 
GeneralRe: Add a text label to an image Pin
Luc Pattyn23-Sep-07 4:30
sitebuilderLuc Pattyn23-Sep-07 4:30 
GeneralRe: Add a text label to an image Pin
tomsteven23-Sep-07 5:12
tomsteven23-Sep-07 5:12 

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.