Click here to Skip to main content
15,886,096 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak15-Jun-09 4:01
mveDave Kreskowiak15-Jun-09 4:01 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod15-Jun-09 23:09
saxgod15-Jun-09 23:09 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak16-Jun-09 12:01
mveDave Kreskowiak16-Jun-09 12:01 
QuestionWindowstate Pin
JaganBR14-Jun-09 23:09
JaganBR14-Jun-09 23:09 
AnswerRe: Windowstate Pin
Christian Graus14-Jun-09 23:18
protectorChristian Graus14-Jun-09 23:18 
GeneralRe: Windowstate Pin
JaganBR14-Jun-09 23:52
JaganBR14-Jun-09 23:52 
GeneralRe: Windowstate Pin
Christian Graus15-Jun-09 0:48
protectorChristian Graus15-Jun-09 0:48 
Questionhow to pass two different record from different table in crystal report? Pin
JC.KaNNaN14-Jun-09 21:13
JC.KaNNaN14-Jun-09 21:13 
hi,
i am new developer in vb.net.
i have two table one is job,another one is party tables.
job
Id
jobNo
VechNo
joamt

party
id
VechNo
Name
Address
PhoneNo

both table common fields in Vechno.
i will pass both jobno and vechno fields.
when both fields same to display information of two tables to crystal report.
how will get information?

example for single field paramter,

cryRpt.Load(path1 & "\" & REP_NAME & ".rpt")
With crConnectionInfo
.ServerName = path
'.ServerName = path1 & "\SIMdb2003.mdb"
'.DatabaseName = "YOUR DATABASE NAME"
'.UserID = "YOUR DATABASE USERNAME"
'.Password = "YOUR DATABASE PASSWORD"
End With

CrTables = cryRpt.Database.Tables
For Each CrTable In CrTables
crtableLogoninfo = CrTable.LogOnInfo
crtableLogoninfo.ConnectionInfo = crConnectionInfo
CrTable.ApplyLogOnInfo(crtableLogoninfo)
Next

crParameterDiscreteValue.Value = PARAM_NUMBER
crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields
crParameterFieldDefinition = crParameterFieldDefinitions.Item(PARAM_NAME)
crParameterValues = crParameterFieldDefinition.CurrentValues

crParameterValues.Clear()
crParameterValues.Add(crParameterDiscreteValue)
crParameterFieldDefinition.ApplyCurrentValues(crParameterValues)

'crystal report viewwr CRV
CRV.ReportSource = cryRpt
CRV.Refresh()

Yours,
KaNNaN

-----------------------------------------------------------------
"Success is When Ur Signature Becomes An Autograph"

Mail To : foreverkans@gmail.com

Questionprintpreviewdialog Numeric up down button events Pin
VB 8.014-Jun-09 20:50
VB 8.014-Jun-09 20:50 
AnswerRe: printpreviewdialog Numeric up down button events Pin
Dave Kreskowiak15-Jun-09 3:59
mveDave Kreskowiak15-Jun-09 3:59 
QuestionVisual Basic Upgrade Wizard error Pin
i_kant_spel14-Jun-09 7:41
i_kant_spel14-Jun-09 7:41 
AnswerRe: Visual Basic Upgrade Wizard error Pin
Henry Minute14-Jun-09 10:16
Henry Minute14-Jun-09 10:16 
AnswerRe: Visual Basic Upgrade Wizard error Pin
Dave Kreskowiak15-Jun-09 1:00
mveDave Kreskowiak15-Jun-09 1:00 
AnswerRe: Visual Basic Upgrade Wizard error Pin
joaguilar16-Jun-09 5:45
joaguilar16-Jun-09 5:45 
GeneralRe: Visual Basic Upgrade Wizard error Pin
i_kant_spel16-Jun-09 6:43
i_kant_spel16-Jun-09 6:43 
AnswerRe: Visual Basic Upgrade Wizard error Pin
joaguilar16-Jun-09 10:31
joaguilar16-Jun-09 10:31 
GeneralRe: Visual Basic Upgrade Wizard error Pin
i_kant_spel18-Jun-09 6:16
i_kant_spel18-Jun-09 6:16 
QuestionSending Emails From VB.Net ? Pin
Paramu197314-Jun-09 5:12
Paramu197314-Jun-09 5:12 
AnswerRe: Sending Emails From VB.Net ? Pin
Luc Pattyn14-Jun-09 5:39
sitebuilderLuc Pattyn14-Jun-09 5:39 
GeneralRe: Sending Emails From VB.Net ? Pin
0x3c014-Jun-09 5:54
0x3c014-Jun-09 5:54 
Questioncontrolbox in messagebox in vb .net Pin
thermo_ll13-Jun-09 21:05
thermo_ll13-Jun-09 21:05 
AnswerRe: controlbox in messagebox in vb .net Pin
Mycroft Holmes13-Jun-09 21:13
professionalMycroft Holmes13-Jun-09 21:13 
AnswerRe: controlbox in messagebox in vb .net Pin
Dave Kreskowiak13-Jun-09 21:26
mveDave Kreskowiak13-Jun-09 21:26 
QuestionHow to check controls created at runtime in a windows form application? Pin
Amer Rehman13-Jun-09 20:39
Amer Rehman13-Jun-09 20:39 
AnswerRe: How to check controls created at runtime in a windows form application? Pin
Mycroft Holmes13-Jun-09 21:17
professionalMycroft Holmes13-Jun-09 21:17 

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.