Click here to Skip to main content
16,006,768 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: BitMap to JPEG Pin
Christian Graus13-Sep-06 12:05
protectorChristian Graus13-Sep-06 12:05 
QuestionVB.Net Design Page Corruption Pin
skandaapriya12-Sep-06 19:24
skandaapriya12-Sep-06 19:24 
AnswerRe: VB.Net Design Page Corruption Pin
Guffa12-Sep-06 19:40
Guffa12-Sep-06 19:40 
Questioncrystal reports 8.5 continues Pin
slowbutsure2912-Sep-06 16:32
slowbutsure2912-Sep-06 16:32 
AnswerRe: crystal reports 8.5 continues Pin
Tushar Kothari13-Sep-06 3:18
Tushar Kothari13-Sep-06 3:18 
Questioncrystal reports 8.5 Pin
slowbutsure2912-Sep-06 16:26
slowbutsure2912-Sep-06 16:26 
AnswerRe: how to refresh data report? Pin
slowbutsure2912-Sep-06 17:20
slowbutsure2912-Sep-06 17:20 
GeneralRe: how to refresh data report? Pin
slowbutsure2912-Sep-06 17:39
slowbutsure2912-Sep-06 17:39 
do you mean linking your adodc to crystal or still in data report?

when closing your report make sure that the object is destroyed like in recordset where we issue "set rs = nothing"

then before opening your report refresh your adodc then
set your datareport as new datareport. likethis

Dim rep as datareport

set rep = new report

adodc.refresh
rep.viewreport

sorry cause im not using datareport but this is how i do it in crystal



geboy

QuestionHow to write code to play .wav file from DataBase(MS Access) ? Pin
poad12-Sep-06 15:03
poad12-Sep-06 15:03 
Questionchange folder icon Pin
projecthiphop12-Sep-06 10:32
projecthiphop12-Sep-06 10:32 
AnswerRe: change folder icon Pin
Christian Graus12-Sep-06 11:59
protectorChristian Graus12-Sep-06 11:59 
AnswerRe: change folder icon Pin
Christian Graus12-Sep-06 12:01
protectorChristian Graus12-Sep-06 12:01 
GeneralRe: change folder icon Pin
projecthiphop12-Sep-06 12:48
projecthiphop12-Sep-06 12:48 
QuestionHow to make a vb.net application multi- lingual? Pin
KaKa'12-Sep-06 6:33
KaKa'12-Sep-06 6:33 
AnswerRe: How to make a vb.net application multi- lingual? Pin
sa.Eish12-Sep-06 19:37
sa.Eish12-Sep-06 19:37 
AnswerRe: How to make a vb.net application multi- lingual? Pin
lmoelleb13-Sep-06 3:13
lmoelleb13-Sep-06 3:13 
QuestionI need to make automatic language translations Pin
Magno R. Vasquez12-Sep-06 5:33
Magno R. Vasquez12-Sep-06 5:33 
AnswerRe: I need to make automatic language translations Pin
lmoelleb13-Sep-06 3:10
lmoelleb13-Sep-06 3:10 
QuestionTesting SQL Connection String - Runtime Pin
sa.Eish12-Sep-06 3:49
sa.Eish12-Sep-06 3:49 
AnswerRe: Testing SQL Connection String - Runtime Pin
Kschuler12-Sep-06 9:37
Kschuler12-Sep-06 9:37 
GeneralRe: Testing SQL Connection String - Runtime Pin
sa.Eish12-Sep-06 19:16
sa.Eish12-Sep-06 19:16 
QuestionHelp Search Please Pin
FeRtoll12-Sep-06 3:38
FeRtoll12-Sep-06 3:38 
AnswerRe: Help Search Please Pin
sa.Eish12-Sep-06 5:55
sa.Eish12-Sep-06 5:55 
GeneralRe: Help Search Please Pin
FeRtoll14-Sep-06 3:22
FeRtoll14-Sep-06 3:22 
QuestionVB.Net Pin
skandaapriya12-Sep-06 1:34
skandaapriya12-Sep-06 1:34 

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.