Click here to Skip to main content
15,923,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow To Stretch Picture Box Manually Pin
Member 28202610-Jan-05 0:42
Member 28202610-Jan-05 0:42 
GeneralProblem with using multiple comboboxes Pin
Paul Izzo9-Jan-05 21:59
Paul Izzo9-Jan-05 21:59 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous9-Jan-05 22:43
Anonymous9-Jan-05 22:43 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo9-Jan-05 23:00
Paul Izzo9-Jan-05 23:00 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous9-Jan-05 23:18
Anonymous9-Jan-05 23:18 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo10-Jan-05 1:20
Paul Izzo10-Jan-05 1:20 
GeneralRe: Problem with using multiple comboboxes Pin
Anonymous11-Jan-05 18:07
Anonymous11-Jan-05 18:07 
GeneralRe: Problem with using multiple comboboxes Pin
Paul Izzo11-Jan-05 20:23
Paul Izzo11-Jan-05 20:23 
I tried your suggestions but when I run the program I get an error message of "invalid pointer" and the report doesn't display at all.

Here's a copy of what I added:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
<br />
        Dim myParameterFields As New ParameterFields<br />
        Dim myParameterField As New ParameterField<br />
        Dim myParameterField1 As New ParameterField<br />
<br />
        Dim myDiscreteValue As New ParameterDiscreteValue<br />
        Dim myDiscreteValue1 As New ParameterDiscreteValue<br />
<br />
        myParameterField.ParameterFieldName = "Lagerort_von"<br />
        myDiscreteValue.Value = ComboBox1.Text<br />
        myParameterField.CurrentValues.Add(myDiscreteValue)<br />
<br />
        myParameterFields.Add(myParameterField)<br />
<br />
        myParameterField.ParameterFieldName = "Lagerort_bis"<br />
        myDiscreteValue.Value = ComboBox2.Text<br />
        myParameterField1.CurrentValues.Add(myDiscreteValue1)<br />
<br />
        myParameterFields.Add(myParameterField1)<br />
<br />
        CrystalReportViewer1.ParameterFieldInfo = myParameterFields<br />
        CrystalReportViewer1.ReportSource = New Lager_best_XL<br />
        CrystalReportViewer1.Refresh()<br />
<br />
<br />
    End Sub

GeneralChange raw data string's Font and size in printing Pin
Greeky9-Jan-05 21:13
Greeky9-Jan-05 21:13 
GeneralRe: Change raw data string's Font and size in printing Pin
Dave Kreskowiak10-Jan-05 3:35
mveDave Kreskowiak10-Jan-05 3:35 
GeneralRe: Change raw data string's Font and size in printing Pin
Just Greeky Creek11-Jan-05 21:09
Just Greeky Creek11-Jan-05 21:09 
Generaladding date Pin
GaryKoh9-Jan-05 19:01
GaryKoh9-Jan-05 19:01 
GeneralRe: adding date Pin
Robert Rohde9-Jan-05 20:04
Robert Rohde9-Jan-05 20:04 
GeneralRe: adding date Pin
GaryKoh10-Jan-05 3:15
GaryKoh10-Jan-05 3:15 
GeneralRe: adding date Pin
Robert Rohde10-Jan-05 3:21
Robert Rohde10-Jan-05 3:21 
GeneralRe: adding date Pin
Sebastien Lachance10-Jan-05 3:45
Sebastien Lachance10-Jan-05 3:45 
GeneralOpenFileDialog Pin
G-Viking9-Jan-05 9:38
G-Viking9-Jan-05 9:38 
GeneralRe: OpenFileDialog Pin
Robert Rohde9-Jan-05 20:07
Robert Rohde9-Jan-05 20:07 
GeneralRe: OpenFileDialog Pin
G-Viking9-Jan-05 22:19
G-Viking9-Jan-05 22:19 
GeneralCollectionEditor Pin
vocaris9-Jan-05 6:22
vocaris9-Jan-05 6:22 
Generalrow addition Pin
Makniteasy8-Jan-05 21:55
Makniteasy8-Jan-05 21:55 
GeneralRe: row addition Pin
Briga9-Jan-05 21:52
Briga9-Jan-05 21:52 
GeneralRe: row addition Pin
Makniteasy10-Jan-05 20:57
Makniteasy10-Jan-05 20:57 
GeneralRe: row addition Pin
Briga11-Jan-05 23:51
Briga11-Jan-05 23:51 
Generaltool tip for list combo box Pin
casino japan8-Jan-05 21:21
casino japan8-Jan-05 21:21 

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.