Click here to Skip to main content
15,885,979 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I open multiple tabs on an existing I.E. from vb.net Pin
Bernhard Hiller14-Feb-12 21:18
Bernhard Hiller14-Feb-12 21:18 
QuestionNeed Code of VB to fetch report from QC 10 Pin
shrikant73113-Feb-12 6:53
shrikant73113-Feb-12 6:53 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Dave Kreskowiak13-Feb-12 9:35
mveDave Kreskowiak13-Feb-12 9:35 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Nagy Vilmos14-Feb-12 22:41
professionalNagy Vilmos14-Feb-12 22:41 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Reiss15-Feb-12 2:39
professionalReiss15-Feb-12 2:39 
QuestionBindingSource Position Pin
Framework .l.12-Feb-12 21:08
Framework .l.12-Feb-12 21:08 
AnswerRe: BindingSource Position Pin
Eddy Vluggen13-Feb-12 5:01
professionalEddy Vluggen13-Feb-12 5:01 
QuestionProblems with default DataGridView Pin
Member 860517711-Feb-12 4:36
Member 860517711-Feb-12 4:36 
I'm just starting to learn VB 2010 (old VB6 programmer trying to learn new stuff) and I'm having a problem with the DataGridView control.

I've created a datasource to my Access database. It connects to a table in the database. The "Fill,GetData()" tableadapter command produces the appropriate number of rows when I preview the data. However, when I show the form that contains the DGV control no rows are displayed. The form_load event is the default code created by Visual Studio, namely:
VB
Private Sub frmSetAwards_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
     'TODO: This line of code loads data into the 'YingexpoDataSet.JR' table. You can move, or remove it, as needed.
     Me.JRTableAdapter.Fill(Me.YingexpoDataSet.JR)
end sub


Can anyone suggest what might be the problem?

Thanks
AnswerRe: Problems with default DataGridView Pin
Luc Pattyn11-Feb-12 4:54
sitebuilderLuc Pattyn11-Feb-12 4:54 
GeneralRe: Problems with default DataGridView Pin
Member 860517711-Feb-12 5:00
Member 860517711-Feb-12 5:00 
AnswerRe: Problems with default DataGridView Pin
Luc Pattyn11-Feb-12 5:10
sitebuilderLuc Pattyn11-Feb-12 5:10 
AnswerRe: Problems with default DataGridView Pin
Sonhospa13-Feb-12 2:13
Sonhospa13-Feb-12 2:13 
QuestionSpareRoom(VBPmanan15) Pin
manan112211-Feb-12 3:00
manan112211-Feb-12 3:00 
AnswerRe: SpareRoom(VBPmanan15) Pin
Eddy Vluggen11-Feb-12 3:33
professionalEddy Vluggen11-Feb-12 3:33 
QuestionSynchronized controls logic Pin
Sonhospa11-Feb-12 0:41
Sonhospa11-Feb-12 0:41 
AnswerRe: Synchronized controls logic Pin
Luc Pattyn11-Feb-12 2:17
sitebuilderLuc Pattyn11-Feb-12 2:17 
QuestionRe: Synchronized controls logic Pin
Sonhospa11-Feb-12 15:18
Sonhospa11-Feb-12 15:18 
AnswerRe: Synchronized controls logic Pin
Luc Pattyn11-Feb-12 15:47
sitebuilderLuc Pattyn11-Feb-12 15:47 
QuestionRe: Synchronized controls logic Pin
Sonhospa11-Feb-12 23:36
Sonhospa11-Feb-12 23:36 
AnswerRe: Synchronized controls logic Pin
Luc Pattyn12-Feb-12 0:04
sitebuilderLuc Pattyn12-Feb-12 0:04 
GeneralRe: Synchronized controls logic Pin
Sonhospa12-Feb-12 1:35
Sonhospa12-Feb-12 1:35 
QuestionOLE Automation error 438 when registering a XLL using custom action Pin
tagad10-Feb-12 6:17
tagad10-Feb-12 6:17 
QuestionHow do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Jörgen Andersson9-Feb-12 22:33
professionalJörgen Andersson9-Feb-12 22:33 
AnswerRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Luc Pattyn9-Feb-12 23:36
sitebuilderLuc Pattyn9-Feb-12 23:36 
GeneralRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Jörgen Andersson9-Feb-12 23:47
professionalJörgen Andersson9-Feb-12 23:47 

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.