Click here to Skip to main content
15,920,632 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIgnoring Text Entered into a ComboBox Pin
td298511-Jun-08 12:25
td298511-Jun-08 12:25 
AnswerRe: Ignoring Text Entered into a ComboBox Pin
BDEz (Member 3919223)12-Jun-08 10:18
BDEz (Member 3919223)12-Jun-08 10:18 
QuestionOT: remove write protection of a file via vbs Pin
stephan_00711-Jun-08 10:41
stephan_00711-Jun-08 10:41 
AnswerRe: OT: remove write protection of a file via vbs Pin
jzonthemtn11-Jun-08 10:56
jzonthemtn11-Jun-08 10:56 
GeneralRe: OT: remove write protection of a file via vbs Pin
stephan_00711-Jun-08 11:17
stephan_00711-Jun-08 11:17 
QuestionVbscript Class Problem Pin
SteveS83200111-Jun-08 5:25
SteveS83200111-Jun-08 5:25 
AnswerRe: Vbscript Class Problem Pin
SteveS83200111-Jun-08 5:52
SteveS83200111-Jun-08 5:52 
QuestionDraw a Rhombus Pin
Mohammad Al Hoss11-Jun-08 5:11
Mohammad Al Hoss11-Jun-08 5:11 
AnswerRe: Draw a Rhombus PinPopular
Christian Graus11-Jun-08 5:23
protectorChristian Graus11-Jun-08 5:23 
AnswerRe: Draw a Rhombus PinPopular
Christian Graus11-Jun-08 6:01
protectorChristian Graus11-Jun-08 6:01 
Questionform question Pin
sa_runner11-Jun-08 4:59
sa_runner11-Jun-08 4:59 
AnswerRe: form question Pin
Mohammad Al Hoss11-Jun-08 5:09
Mohammad Al Hoss11-Jun-08 5:09 
AnswerRe: form question Pin
John_Adams11-Jun-08 5:12
John_Adams11-Jun-08 5:12 
AnswerRe: form question Pin
sa_runner11-Jun-08 5:46
sa_runner11-Jun-08 5:46 
Questionchatting in lan Pin
pekhaleyogesh11-Jun-08 3:59
pekhaleyogesh11-Jun-08 3:59 
AnswerRe: chatting in lan Pin
John Ad11-Jun-08 4:16
John Ad11-Jun-08 4:16 
AnswerRe: chatting in lan Pin
~Khatri Mitesh~11-Jun-08 4:26
~Khatri Mitesh~11-Jun-08 4:26 
QuestionTranslating .rdlc reports Pin
FvanLog11-Jun-08 3:15
FvanLog11-Jun-08 3:15 
QuestionReports help - new to VS2008 Standard Pin
penguin500011-Jun-08 2:10
penguin500011-Jun-08 2:10 
Hello all,
I've just installed a copy of VS2008 Standard, and I'm looking at the MicrosoftReportViewer, and the ability to design a new report from it. To get started with it, I'm using the wizard.

What I'm finding is that the report doesn't display anything (data), although it is displaying the header text, and field names.

The way I'm firing the report is via a button on form MultipleLicenceResponse.vb. This form has a DataGridView (dgvResponseData) on it, which gets its data from tblResponseData.
This is opening LicenceReportPreview.vb via ...

Dim frmReport As New LicenceReportPreview

With frmReport
    .Licence = "Display anything in this field for now"
    .LicenceTable = tblResponseData ' Just to see if I can access this instead - which I can't!
End With

frmReport.ShowDialog()


The report wizard gets its object data from the LicenceReportPreview.vb class, where I'm selecting the LicenceReportPreview as the object and, for now, just the Licence property (which should be the string, "Display anything in this field for now") .... just to get something on the report!

What am I missing? Does anybody know of a good tutorial that I can follow which shows me how to get the contents of my table onto the report?
QuestionCheck box getting unchecked while sorting column in datagridview Pin
hisuman10011-Jun-08 1:18
hisuman10011-Jun-08 1:18 
AnswerRe: Check box getting unchecked while sorting column in datagridview Pin
C1AllenS11-Jun-08 5:08
C1AllenS11-Jun-08 5:08 
GeneralRe: Check box getting unchecked while sorting column in datagridview Pin
hisuman10013-Jun-08 0:45
hisuman10013-Jun-08 0:45 
QuestionVBA (Excel) filter by date Pin
progDes11-Jun-08 0:13
progDes11-Jun-08 0:13 
AnswerRe: VBA (Excel) filter by date [modified] Pin
~Khatri Mitesh~11-Jun-08 0:57
~Khatri Mitesh~11-Jun-08 0:57 
GeneralRe: VBA (Excel) filter by date Pin
progDes11-Jun-08 1:06
progDes11-Jun-08 1:06 

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.