Click here to Skip to main content
15,908,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSpeech to text Pin
Bismark Appah6-Nov-07 3:12
Bismark Appah6-Nov-07 3:12 
AnswerRe: Speech to text Pin
Guffa6-Nov-07 6:10
Guffa6-Nov-07 6:10 
GeneralRe: Speech to text Pin
Paul Conrad6-Nov-07 18:16
professionalPaul Conrad6-Nov-07 18:16 
QuestionVlookups in Excel Pin
nick46-Nov-07 0:57
nick46-Nov-07 0:57 
QuestionRegistry Accessing Pin
SekharOne5-Nov-07 22:37
SekharOne5-Nov-07 22:37 
AnswerRe: Registry Accessing Pin
AliAmjad5-Nov-07 23:08
AliAmjad5-Nov-07 23:08 
GeneralRe: Registry Accessing Pin
SekharOne11-Nov-07 20:06
SekharOne11-Nov-07 20:06 
QuestionCrystal Report 9 VB6 Pin
aqui_i5-Nov-07 22:01
aqui_i5-Nov-07 22:01 
I'm using crystal report and vb6. how can i change the connection properties of the crystal report in vb6?

In my crystal report i used stored procedure to create the report. What if i change my database name how can i change the properties in vb6 so i wouldn't change the crystal report anymore. im using ms sql server.

this is my code...

Global crxReport As CRAXDRT.Report

With crxReport.Database.Tables

For intCount = 1 To .Count
.Item(intCount).ConnectionProperties.Item("Data Source") = sServer
.Item(intCount).ConnectionProperties.Item("Initial Catalog") = sDBName_
.Item(intCount).ConnectionProperties.Item("User Id") = sUserName
.Item(intCount).ConnectionProperties.Item("password") = sPassword
Next

End With

the reports are working fine but if i change my database name it doesn't work anymore...
QuestionIs OOPS concept in Visual Basic 6? Pin
KETAN K.5-Nov-07 21:27
KETAN K.5-Nov-07 21:27 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Christian Graus5-Nov-07 22:09
protectorChristian Graus5-Nov-07 22:09 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Guffa6-Nov-07 6:06
Guffa6-Nov-07 6:06 
Questionmy oledbdataadapter in not refreshing [modified] Pin
Motajo Tolu5-Nov-07 21:18
professionalMotajo Tolu5-Nov-07 21:18 
AnswerRe: my oledbdataadapter in not refreshing Pin
Vimalsoft(Pty) Ltd5-Nov-07 23:09
professionalVimalsoft(Pty) Ltd5-Nov-07 23:09 
GeneralRe: my oledbdataadapter is not refreshing Pin
Motajo Tolu6-Nov-07 6:58
professionalMotajo Tolu6-Nov-07 6:58 
GeneralRe: my oledbdataadapter is not refreshing Pin
Vimalsoft(Pty) Ltd6-Nov-07 20:04
professionalVimalsoft(Pty) Ltd6-Nov-07 20:04 
GeneralRe: my oledbdataadapter is not refreshing Pin
Motajo Tolu7-Nov-07 5:39
professionalMotajo Tolu7-Nov-07 5:39 
GeneralRe: my oledbdataadapter is not refreshing Pin
Vimalsoft(Pty) Ltd7-Nov-07 18:51
professionalVimalsoft(Pty) Ltd7-Nov-07 18:51 
QuestionFiltering a DataGridView Pin
furjaw5-Nov-07 18:52
furjaw5-Nov-07 18:52 
AnswerRe: Filtering a DataGridView Pin
N a v a n e e t h5-Nov-07 19:34
N a v a n e e t h5-Nov-07 19:34 
AnswerRe: Filtering a DataGridView Pin
Mr.PoorEnglish5-Nov-07 21:32
Mr.PoorEnglish5-Nov-07 21:32 
GeneralRe: Filtering a DataGridView Pin
furjaw6-Nov-07 8:39
furjaw6-Nov-07 8:39 
QuestionOutlook Add-In to Enhance Send Functionality Pin
John Thelen5-Nov-07 16:20
John Thelen5-Nov-07 16:20 
QuestionSave File Pin
Socheat.Net5-Nov-07 16:06
Socheat.Net5-Nov-07 16:06 
GeneralRe: Save File Pin
Mitch F.5-Nov-07 18:53
Mitch F.5-Nov-07 18:53 
QuestionChanging Mouse Cursor Pin
Widgets5-Nov-07 13:51
Widgets5-Nov-07 13:51 

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.