Click here to Skip to main content
15,922,166 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Producing xml file from schema Pin
nitin_ion5-Apr-05 20:14
nitin_ion5-Apr-05 20:14 
GeneralRe: Producing xml file from schema Pin
Christian Graus5-Apr-05 20:17
protectorChristian Graus5-Apr-05 20:17 
GeneralRe: Producing xml file from schema Pin
nitin_ion5-Apr-05 20:23
nitin_ion5-Apr-05 20:23 
GeneralRe: Producing xml file from schema Pin
Christian Graus5-Apr-05 20:26
protectorChristian Graus5-Apr-05 20:26 
GeneralRe: Producing xml file from schema Pin
nitin_ion5-Apr-05 20:29
nitin_ion5-Apr-05 20:29 
GeneralProblem with databound combobox Pin
kutz95-Apr-05 12:50
kutz95-Apr-05 12:50 
QuestionHow to use "Joins" in Crystal Reports. Pin
eshban2845-Apr-05 12:13
eshban2845-Apr-05 12:13 
AnswerRe: How to use "Joins" in Crystal Reports. Pin
vertig07308-Apr-05 4:05
vertig07308-Apr-05 4:05 
good news it can be done bad news is I dont use querys like that. In the report designer if you add the 2 database and link the like fields like a user ID or a author name they will show the information form both databases.

second to do the selectionformula call the like id from one of the fields I would use the one with the most fields called from it.

use the fllowing

CrystalReportViewer1.SelectionFormula ="{Customer.Cust_No } = " & CInt(txtCustNo.Text)

for string you have to use

CrystalReportViewer1.SelectionFormula ="{Customer.Cust_Name } = ' " & CInt(txtCustNo.Text) & "'"

you can put anything where txtCustno.text i normally name my strings and put them there.

James Kennelly
GeneralExchange using VB.NET Pin
Ryan McCauley5-Apr-05 11:26
Ryan McCauley5-Apr-05 11:26 
GeneralRe: Exchange using VB.NET Pin
Anonymous5-Apr-05 11:42
Anonymous5-Apr-05 11:42 
GeneralRe: Exchange using VB.NET Pin
Ryan McCauley5-Apr-05 12:01
Ryan McCauley5-Apr-05 12:01 
GeneralRe: Exchange using VB.NET Pin
Anonymous5-Apr-05 17:39
Anonymous5-Apr-05 17:39 
GeneralVB6 supported until 2008 Pin
David Crow5-Apr-05 11:22
David Crow5-Apr-05 11:22 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 13:03
protectorChristian Graus5-Apr-05 13:03 
GeneralRe: VB6 supported until 2008 Pin
Dave Kreskowiak5-Apr-05 16:41
mveDave Kreskowiak5-Apr-05 16:41 
GeneralRe: VB6 supported until 2008 Pin
David Crow5-Apr-05 16:41
David Crow5-Apr-05 16:41 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 16:45
protectorChristian Graus5-Apr-05 16:45 
GeneralRe: VB6 supported until 2008 Pin
Mitch F.5-Apr-05 19:26
Mitch F.5-Apr-05 19:26 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 19:43
protectorChristian Graus5-Apr-05 19:43 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham5-Apr-05 19:58
rwestgraham5-Apr-05 19:58 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus5-Apr-05 20:03
protectorChristian Graus5-Apr-05 20:03 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham5-Apr-05 22:21
rwestgraham5-Apr-05 22:21 
GeneralRe: VB6 supported until 2008 Pin
Christian Graus6-Apr-05 13:15
protectorChristian Graus6-Apr-05 13:15 
GeneralRe: VB6 supported until 2008 Pin
rwestgraham6-Apr-05 14:19
rwestgraham6-Apr-05 14:19 
GeneralRe: VB6 supported until 2008 [edit] Pin
Mitch F.6-Apr-05 7:21
Mitch F.6-Apr-05 7:21 

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.