Viewing 7 posts - 1 through 7 (of 7 total)
Here is a screen shot of my 2005 server options.
What I do not understand is how the same SQL code works in a query window but times out in...
August 5, 2008 at 12:09 pm
I have a different issue, when I close the program I get an error which is being caused by the "SelectedIndexChanged" event of the comboboxes. It seems when the program...
April 14, 2008 at 9:42 am
After further testing my original code did not work in all cases. Specifically selecting the first and the last comboboxes in that order. I had to change the code...
April 14, 2008 at 9:30 am
Here is the code that I used.
Note: I included the code from one combobox.
Private Sub PeriodComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PeriodComboBox.SelectedIndexChanged
...
April 14, 2008 at 6:26 am
Sorry for the abbreviation TC = Ten Centuries
April 12, 2008 at 7:34 pm
The code I used is very similar to what TC posted. Every time the user selected an item from one of the 4 comboboxes I built a string with the...
April 12, 2008 at 3:07 pm
Thank you for the replies, I did figure it out and it is quite simple. I remember doing this several years ago and the solution was not more that 6...
April 11, 2008 at 7:20 pm
Viewing 7 posts - 1 through 7 (of 7 total)