Click here to Skip to main content
15,888,733 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: printing data to report in crystal report Pin
Eddy Vluggen18-Mar-18 9:09
professionalEddy Vluggen18-Mar-18 9:09 
AnswerRe: printing data to report in crystal report Pin
Gerry Schmitz18-Mar-18 15:49
mveGerry Schmitz18-Mar-18 15:49 
Questionpattern printing Pin
Member 1372813915-Mar-18 3:06
Member 1372813915-Mar-18 3:06 
SuggestionRe: pattern printing Pin
Richard MacCutchan15-Mar-18 4:00
mveRichard MacCutchan15-Mar-18 4:00 
QuestionEntity framework : refreshing a single object from database. Pin
desanti10-Mar-18 15:10
desanti10-Mar-18 15:10 
AnswerRe: Entity framework : refreshing a single object from database. Pin
Dave Kreskowiak11-Mar-18 13:10
mveDave Kreskowiak11-Mar-18 13:10 
AnswerRe: Entity framework : refreshing a single object from database. Pin
Gerry Schmitz12-Mar-18 12:11
mveGerry Schmitz12-Mar-18 12:11 
QuestionI have a question about Visual Basic and Databases... Pin
D. Doulas10-Mar-18 10:29
D. Doulas10-Mar-18 10:29 
Hi, I'm new here and just recently found this great messageboard. I'm working on a peice of code that requires a program to link to a database with multiple tables in it. I'm trying to link the program to the database and then use a combo box (or some other GUI object) "point" to the different tables in the database but I can't seem to figure it out. Here is the following code I'm using...

Private Sub cmbloadMasterSchedule_click()
dlgcommonDialog.Filter = "Microsoft Access Database Applications(*mdb)"
dlgCommonDialog.ShowOpen
AdoTeamStatsInputUtility.ConnectionString = dlgCommonDialog.InitDir

End Sub

Private Sub ClickEvent()
AdoTeamStatsInputUtility.RecordSource = AdoTeamStatsInputUtility.ConnectionString
cmbListTablesInRecordSet.ItemData (adoTeamStatsInputUtility.RecordSource)

End Sub


I just can't seem to make the combo box display the tables of the Database or allow it to point to a particular Table within the Database. Does anyone have any advice on this?
QuestionRe: I have a question about Visual Basic and Databases... Pin
Richard MacCutchan10-Mar-18 22:21
mveRichard MacCutchan10-Mar-18 22:21 
AnswerRe: I have a question about Visual Basic and Databases... Pin
D. Doulas11-Mar-18 10:35
D. Doulas11-Mar-18 10:35 
GeneralRe: I have a question about Visual Basic and Databases... Pin
Richard MacCutchan11-Mar-18 22:20
mveRichard MacCutchan11-Mar-18 22:20 
GeneralRe: I have a question about Visual Basic and Databases... Pin
Eddy Vluggen12-Mar-18 1:14
professionalEddy Vluggen12-Mar-18 1:14 
GeneralRe: I have a question about Visual Basic and Databases... Pin
D. Doulas12-Mar-18 9:06
D. Doulas12-Mar-18 9:06 
AnswerRe: I have a question about Visual Basic and Databases... Pin
Eddy Vluggen12-Mar-18 11:27
professionalEddy Vluggen12-Mar-18 11:27 
GeneralRe: I have a question about Visual Basic and Databases... Pin
D. Doulas19-Mar-18 10:13
D. Doulas19-Mar-18 10:13 
GeneralRe: I have a question about Visual Basic and Databases... Pin
Eddy Vluggen19-Mar-18 10:42
professionalEddy Vluggen19-Mar-18 10:42 
AnswerRe: I have a question about Visual Basic and Databases... Pin
Eddy Vluggen11-Mar-18 2:08
professionalEddy Vluggen11-Mar-18 2:08 
GeneralRe: I have a question about Visual Basic and Databases... Pin
D. Doulas11-Mar-18 10:43
D. Doulas11-Mar-18 10:43 
GeneralRe: I have a question about Visual Basic and Databases... Pin
Eddy Vluggen11-Mar-18 10:58
professionalEddy Vluggen11-Mar-18 10:58 
QuestionI am trying to change code from vb6 to vb.net but I am getting error Pin
Member 107545958-Mar-18 8:30
Member 107545958-Mar-18 8:30 
AnswerRe: I am trying to change code from vb6 to vb.net but I am getting error Pin
Maciej Los8-Mar-18 9:05
mveMaciej Los8-Mar-18 9:05 
GeneralRe: I am trying to change code from vb6 to vb.net but I am getting error Pin
Member 107545959-Mar-18 3:03
Member 107545959-Mar-18 3:03 
GeneralRe: I am trying to change code from vb6 to vb.net but I am getting error Pin
Dave Kreskowiak9-Mar-18 9:37
mveDave Kreskowiak9-Mar-18 9:37 
AnswerRe: I am trying to change code from vb6 to vb.net but I am getting error Pin
Eddy Vluggen9-Mar-18 4:11
professionalEddy Vluggen9-Mar-18 4:11 
QuestionHow to display an image in a center of a form Pin
desanti7-Mar-18 9:51
desanti7-Mar-18 9: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.