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 strongm 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: chronics
  • Content: Threads
  • Order by date
  1. chronics

    Connection Terminated Locally by the client

    Hi I keep getting a Connection Terminated Locally by the Client error when attempting to connect to my work VPN. This seems to happen after I have switched to another windows user account, then logged off that account and logged back into my main account. If i reboot then it works fine again. I...
  2. chronics

    DateTime Problem

    Hi I have a Windows Forms single threaded application in which i have set the CurrentCulture and CurrentCultureUI to en-GB. UK dates are input dd/mm/yy but for some reason my datatable that takes a datetime only accepts the us format of mm/dd/yy. I have even tried specifically setting the...
  3. chronics

    Saving Messages in Outlook

    Hi all Client = Outlook 2003 with Exchange When i open a message in inbox and click file save 1 - Where does it save the message 2 - What extension is it saved with. I have searched and cant find any html or eml files that it would have saved as and it doesnt make sense to me to save it in...
  4. chronics

    Null Datacolumns

    Hi Can anyone help explain to me why I get an exception when i run the following code. I have a datatable that has a number of columns of type int. When I add in a new row I can pass in a value of null to these rows and no exception is generated. When I proceed to iterate through the rows if...
  5. chronics

    linq or rowfilter?

    I am attempting to write a query against a datatable in linq. There are 5 comboboxes, each of which have a number of values that can be used to filter the datatable. One of the options for each of the five comboboxes is to not filter the datatable based upon any of the values in that particular...
  6. chronics

    datarow filter

    Hi I just have a simple question. is it better to use a dataview with a rowfilter or to use linq as a datasource for a datagridview. When i say better i mean performance wise as im not bothered about syntax. Thanks
  7. chronics

    updates failure after SP3 Installation

    I have just installed SP3 on my Asus X51RL laptop which originally came with Vista HP. The install was actually through Windows Updates but since then I have been unable to perform any other updates. I had to manually install IE7. Is this normal? I know this problem existed with the Beta...
  8. chronics

    BSOD on startup

    Hi Can anyone tell me if there is a way to view a BSOD message that occurs before pc boots into windows. I cannot get into safe mode, so I cant disable automatic restarts. I know that the crash control key can be altered in the registry but how to I edit the registry. BartPE desnt seem to have...
  9. chronics

    Open form in within container control

    Hi I am trying to open a new form within a container control, is this possible. Specifically I am trying to open a new form depending upon what is selected in a listbox that is on the same tabpage. Thanks for any info
  10. chronics

    primary keys

    When i use the code below to add a datarelation to 2 tables named 'Category' and 'Product' and then try to find a row within the tables using the find method shown below I get the error 'Table doesnt have a Primary Key'. DataRelation catAndProdDataRelation = new...

Part and Inventory Search

Back
Top