Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Chance1234
  • Content: Threads
  • Order by date
  1. Chance1234

    SQL Server 2008 Express cannot connect

    When I try to connect to a SQL server 2008 express server, either through code or via ODBC I get the following errors Microsoft SQL Server Login --------------------------- Connection failed: SQLState: '01000' SQL Server Error: 10060 [Microsoft][ODBC SQL Server Driver][TCP/IP...
  2. Chance1234

    Where has the locking Key entries gone

    Just looking at the registry entries on SMB 2008 premium and can not see anything relating to opportunistic locking.Ie these http://support.microsoft.com/kb/296264 Where have they gone or are they no more ? Chance, F, G and Skipper www.rs-js.com
  3. Chance1234

    AS IF Analysis

    Has anyone heard this phrase before ? came up in a meeting the other day and not familiar at all with it. Is it part of UML ? Chance, F, G and Skipper
  4. Chance1234

    dynamic select case ?

    I have two arrays which look like the following; arrSplit1 arrSplit2 both are identical , have two dimensions and look like the following AUD,0.4237 BMD,1.6613 BRL,0.4481 BGN,2.4389 CAD,0.9845 CNY,1.116 COP,835.1 DKK,0.415 EGP,9.0769 EUR,0.2666 .. etc I am at this moment in time only...
  5. Chance1234

    Command Line Switches

    There is a VB.net windows form application currently in use which checks a FTP site for ceratain files. The application runs perfectly ok and does it Job. The user starts the app, hits a button on the form and they get the results. We want to run this via a scheduled task. The structure of...
  6. Chance1234

    Look Up last Previous Value where condition Met..

    I have a table called investors which looks like the below ID, Investor New Record , Investor Name, Contact 1 ,Yes ,PS1 ,John 2 ,No , ,Jack 3 ,No , ,Joe 4 ,No , ,Chris 5 ,No , ,Kate 6 ,Yes ,PS2 ,John 7 ,No , ,Lisa 8 ,No , ,Kate 9 ,No , ,Jack 10 ,No , ,Jim 11 ,Yes ,PS3 ,Joe 12 ,No , ,Jim 13 ,No...
  7. Chance1234

    Clearing the Immediate window with code

    Been working on and off in VBA for 12 years and never thought of doing this before until stumbling across http://chrisrae.com/vba/routines.html One note about the third routine, is stick a doevents after calling the sub Chance, F, G and Skipper
  8. Chance1234

    Programmer career tree

    Just wondering what would be the "normal generic" career tree for a programmer is ? I see it starting as 1)Junior Programmer 2)Programmer 3)Senior/Lead Programmer Where does it lead from there ? Chance, F, G + yeah reached 50
  9. Chance1234

    Problems using Click Once Deployment

    I have a C# windows application. It works fine and I have no problems installing it on XP based machines, and the windows 2003 box that it was developed on. I am trying to install it on another windows 2003 box and I am running into problems. First of all I was getting an error box with the...
  10. Chance1234

    Striping out alpha characters

    private void button3_Click(object sender, EventArgs e) { string strip = "84;#Tim nTest;#57;#Diana Piece;#85;#Ian Acme;#88;#Matthew MadeUp"; for (int i = 57; i <= 127 ; i++) { strip = strip.Replace((char)i,''); //second...
  11. Chance1234

    Moving Files and Freeing up space (automator?)

    I have run out of room on my macbook, so have just bought an external drive. I have 15 gb of video which I can move over to instantly free up space. This has a imovie project associated with it. Can I move everything over by copying pasting or is there a smarter way to do it ? I also want to...
  12. Chance1234

    Just passing one parameter on a SP in reporting services

    I have a SP which accepts 3 values, @dtStart @dtEnd @dtDept I want to be able to pre fill in teh dtDept but leave the dtStart and dtEnd as parameters which the user can defined. I ahve tried adding this informatoin to the parameters tab on the datasource, but this does not seem to have the...
  13. Chance1234

    XQUERY retur

    <recurrence><rule> <firstDayOfWeek>su</firstDayOfWeek> <repeat><monthly monthFrequency='2' day='3' /></repeat> <repeatInstances>5</repeatInstances> </rule></recurrence> <recurrence><rule> <firstDayOfWeek>su</firstDayOfWeek> <repeat><daily dayFrequency='2'...
  14. Chance1234

    Caaaaaaaaaaaaab

    http://www.theregister.co.uk/2008/04/11/cab_innit/ Chance, F, G + 1MSTG
  15. Chance1234

    Working with recurring events

    I have a table containing data with the following Nvarchar1,DateTime1, DateTime2,ntext3 Funds Weekly Dealing,2008-04-01 00:00:00.000,2027-05-18 23:59:00.000,see below the value of ntext3 in code quotes recurrence><rule><firstDayOfWeek>mo</firstDayOfWeek><repeat><weekly tu="TRUE"...
  16. Chance1234

    Formating a entire column on Matrix

    I have my data which is like the following; Client, Title, Dayname, Day, bCount ABC, Chase clients, Monday, 1, 1 Null,Null, Tuesday, 2, 0 Null,Null, Wednesday, 3, 0 ABC, Finalise Cilent, Thursday, 4, 1 etc etc etc I then have a matrix control In then have as my rows Client, Title...
  17. Chance1234

    Include all dates when there is no value ...

    I have a table which has data like the following client, start, title , BCount ============================== Bob, 1/2/2004, Send Reports ,1 Bob, 12/2/2004, Chase Reports ,1 Sid, 3/2/2004, Send Reports,1 Sid, 12/2/2004, Chase Reports,1 etc etc I then have a view from this table , something...
  18. Chance1234

    Underlying query not updating

    In my Database i have a query which i have recently changed the source of two of the columns. Ie AllUserData.datetime1 AS Start Is now AllUserData.SQLVariant1 AS Start However when using the report designer on my reports, I am still getting the old value appear. Chance, F, G + 1MSTG
  19. Chance1234

    Rank In Array to Reference Other Array

    I have two string arrays //Folders to look at string[] fnames = new string[6]; fnames[0] = Fwatches.Default.fpath1.ToString(); fnames[1] = Fwatches.Default.fpath2.ToString(); fnames[2] = Fwatches.Default.fpath3.ToString()...
  20. Chance1234

    Sharepoint WSS SDK new version availiable

    http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394-402B-8936-A07FE8AFAFFD&displaylang=en thought i would post this up as have just spent the last few days getting a machine ready for development, only to discover there was a new version this week ! Chance, F, G + 2MSTG

Part and Inventory Search

Back
Top