Having spent 2 days searching for this answer I discovered the problem 10 minutes after posting the request. For the information of others here is what I think is a bug in Visual Studio.
Changing the property of the dataset to Case Sensitive = True doesn't do all the work. Searching through the...
I have an SQL server 200 table with 4 columns, the first 3 of which are primary key. The table is case sensitive so putting 'A,B,Test,1' in one row and 'A,B,TEST,1' in another is fine as far as sql is concerned. When I create a dataset in visual studio and select the records I get an error...
Many thanks,
I discovered I was just being stoopid and the change was working but then some other code was immediatley restting the datasource.
Sorry for wasting your time and thanks again.
Beeble
Hi,
Can anyone help me? I want to change the datasource of a combobox on the fly so that I get different data. I have tried :
combobox1.datasource = dataview1
combobox1.displaymember = "col1"
and then
combobox1.datasource = dataview2
combobox1.displaymember = "col2"
but...
I think the code got lost at some point in the template's history. I did try opening it in Word. Certainly interesting but nothing I could use.
Ah well, ce la vie. It looks as if the macro isn't doing what the user thinks it is anyway so it'll probably have to be rewritten.
Thanks for your...
The macros are (I think) in the template in that if I simply double click it to open it in Excel and then do Tools/Macros there they are named. However, clicking them gives the error and Alt/F11 or just going into the VBA editor shows no sign of any module!
It seems that excel is somewhat...
When I open an excel template and look in the 'macros' there are two of them but trying to edit either gives a
'Reference is not valid' msgbox and I can't get at the code.
The macros were written in about 1997.
Can anyone suggest how I might be able to access the code?
Once I can do this I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.