Click here to Skip to main content
15,894,017 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question[Message Deleted] Pin
patricemburu1-Apr-09 21:46
patricemburu1-Apr-09 21:46 
AnswerRe: vb 6.0 Pin
Tom Deketelaere1-Apr-09 23:47
professionalTom Deketelaere1-Apr-09 23:47 
AnswerRe: vb 6.0 Pin
0x3c02-Apr-09 5:50
0x3c02-Apr-09 5:50 
AnswerRe: vb 6.0 Pin
Christian Graus3-Apr-09 0:00
protectorChristian Graus3-Apr-09 0:00 
QuestionHow to get the open file dialog size right ? Pin
fd97501-Apr-09 21:07
professionalfd97501-Apr-09 21:07 
AnswerRe: How to get the open file dialog size right ? Pin
Mycroft Holmes1-Apr-09 23:19
professionalMycroft Holmes1-Apr-09 23:19 
GeneralRe: How to get the open file dialog size right ? Pin
fd97502-Apr-09 5:05
professionalfd97502-Apr-09 5:05 
Questionhow to print Pin
sathyan_82941-Apr-09 19:36
sathyan_82941-Apr-09 19:36 
hai all,
i am using dotnet 2005 and sql server2000.i have 2 table as follow

table name as bill
cutomercode billno capacity unitmodel rate
act 101 1 ton elite plus 10
act 122 1.5 ton vertix 32

tablename as unit
cutomercode billno capacity unitmodel indoorunit outdoorunit
act 101 1 ton elite plus 232 146
act 101 1 ton elite plus 258 231
act 122 1.5 ton vertix 465 521
act 122 1.5 ton vertix 112 101
act 122 1.5 ton vertix 178 104

here cutomercode,billno,capacity,unitmodel,indoorunit,outdoorunit,rate are columns.
i wrote a command in database expert in crystal report.i passed the parameter values of customercode and billno.
i have coming as follow in crystal report print page.

SLNO capacity unitmodel
1 1 ton elite plus
indoorunit:232
outdoorunit:146

2 1 ton elite plus
indoorunit:258
outdoorunit:231

3 1.5 ton vertix
indoorunit:465
outdoorunit:521

4 1.5 ton vertix
indoorunit:112
outdoorunit:101

5 1.5 ton vertix
indoorunit:178
outdoorunit:104

the above print is wrong.mistake is repeated datas.my client expect print like 1,2,3,4 for each data as follow.i want to display as follow in crystal report print page.

SLNO capacity unitmodel
1 1 ton elite plus
indoorunit:232,258
outdoorunit:146,231

2 1.5 ton vertix
indoorunit:465,112,178
outdoorunit:521,101,104

how to print these datas in crystal report.
AnswerRe: how to print Pin
Anubhava Dimri2-Apr-09 1:00
Anubhava Dimri2-Apr-09 1:00 
QuestionCalling a dll from vb.net Pin
Harks91-Apr-09 19:33
Harks91-Apr-09 19:33 
AnswerRe: Calling a dll from vb.net Pin
Jon_Boy2-Apr-09 1:31
Jon_Boy2-Apr-09 1:31 
GeneralRe: Calling a dll from vb.net Pin
Harks92-Apr-09 11:50
Harks92-Apr-09 11:50 
GeneralRe: Calling a dll from vb.net Pin
Jon_Boy3-Apr-09 2:09
Jon_Boy3-Apr-09 2:09 
QuestionWindows Message API problem for LVM_GETITEMTEXT Pin
Joshi, Rushikesh1-Apr-09 19:26
professionalJoshi, Rushikesh1-Apr-09 19:26 
QuestionCompare Two ListBoxes [modified] Pin
kjalandoon1-Apr-09 18:05
kjalandoon1-Apr-09 18:05 
AnswerRe: Compare Two ListBoxes Pin
DaveAuld1-Apr-09 21:24
professionalDaveAuld1-Apr-09 21:24 
GeneralRe: Compare Two ListBoxes Pin
kjalandoon1-Apr-09 21:42
kjalandoon1-Apr-09 21:42 
Questionvb.net dataset object being exported and formatted in excel Pin
jazzgirl1-Apr-09 17:13
jazzgirl1-Apr-09 17:13 
Questionserious problem need serious help Ö Pin
udikantz1-Apr-09 16:42
udikantz1-Apr-09 16:42 
AnswerRe: serious problem need serious help Ö Pin
Luc Pattyn2-Apr-09 5:08
sitebuilderLuc Pattyn2-Apr-09 5:08 
GeneralRe: serious problem need serious help Ö Pin
Mehdi_S3-Sep-09 4:03
Mehdi_S3-Sep-09 4:03 
GeneralRe: serious problem need serious help Ö Pin
Luc Pattyn3-Sep-09 5:13
sitebuilderLuc Pattyn3-Sep-09 5:13 
QuestionsGrid2: Stop Resizing the Header when Column Width is out of range of Max width or Min Width Pin
VBAdvisor1-Apr-09 15:42
VBAdvisor1-Apr-09 15:42 
AnswerRe: sGrid2: Stop Resizing the Header when Column Width is out of range of Max width or Min Width Pin
VBAdvisor1-Apr-09 20:49
VBAdvisor1-Apr-09 20:49 
GeneralRe: sGrid2: Stop Resizing the Header when Column Width is out of range of Max width or Min Width Pin
VBAdvisor4-Apr-09 13:46
VBAdvisor4-Apr-09 13:46 

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.