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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sicohne

  1. sicohne

    Network randomly disconnects

    I think I have finally solved this issue! It was caused by the fact that the IEEE 802.1x autentication was enabled. See http://support.microsoft.com/kb/910387 for more details
  2. sicohne

    Network randomly disconnects

    i've tried a new nic. I guess, since I only repaired xp, it's a good idea to check for malware. failling that, a format might not be a bad thing. thanks for the suggestions
  3. sicohne

    Network randomly disconnects

    The cables are fine (tried using new cables and the old cables on another pc on the network to verify). The PC has a static IP address (tried another address, no change). The network layout is just 2 PC's connected via a 4 port hub. I added a 3rd PC to the network which worked without problems...
  4. sicohne

    Network randomly disconnects

    I have a pc running XP Pro and, completely randomly, it will lose connection to the network (though it claims it is still connected). The only way to reconnect is to reboot the PC. I have tried installing a new network card, tried using a different slot just in case and even tried repairing XP...
  5. sicohne

    Crystal Reports

    Creating a setup with nothing but the Crystal Reports merge modules does seem to work! Thanks for the suggestion. Must admit I never considered a Loader application.
  6. sicohne

    Crystal Reports

    Obviously not the answer I was hoping for, but thanks none the less
  7. sicohne

    Crystal Reports

    I have a winform with a Crystal Reports viewer. The application has to be installed on a networked drive. The trouble is that only the PC which installed the application can access the Crystal Reports viewer without error. Is there a depedancy which I can add to the installation or Crystal...
  8. sicohne

    MDIParent calling a MDIChild event

    Sorry, i'm new to c# and at the mo only have the internet as a guide (books on order). If I post the current code, can someone help with delegates as I have not used them yet. public class Form1 : System.Windows.Forms.Form { .... FrmNew frm3 = new FrmNew(); public Form1() ... [STAThread]...
  9. sicohne

    MDIParent calling a MDIChild event

    I have a toolbar in my parent form with 2 buttons. One button opens a new child form, the other saves the data in the child form to a database. The trouble is, the "save" event is stored in the child form. If I declare the child form in the "new" function, the save button cannot access the save...
  10. sicohne

    retrieve data from access database

    Thanks for that. I'm fairly new to this and have no idea what you mean by SQL parameters (time for a google search I guess).
  11. sicohne

    retrieve data from access database

    I have a table in an access database containing all long integers. Trying to retrieve the data brings up the error "data type mismatch in expression". The retrieval code is as follows Dim da5 As New OleDbDataAdapter("SELECT * FROM Charges WHERE lowamount <'" & CLng(AmountBox1.Text) & "'", cn)...
  12. sicohne

    printing a word document

    word.application.printout(false) worked a treat, thank you
  13. sicohne

    printing a word document

    My program opens a word document, prints it out then closes it. The trouble is that if the document hasn't finished printing by the time the program quits word, it finishes printing the page it's on and stops. Is there a way to check whether word has finished printing before closing it?
  14. sicohne

    Regular Expression Validator/IIS problem

    Recently I have transfered my IIS server to a new pc and since then all buttons on my asp.net webform have stopped working. If I remove the Regex validators the form start to work fine, but with them in place it will bring up the error messages if invalid and do absolutely nothing if valid! Can...
  15. sicohne

    what's wrong with my code?

    The web page is fine, it just that I have to access it through a proxy (which is where the NetworkCredentials bit comes in). The error message claims that the underlying network connection could not be established, which basically means that it is not passing my proxy details to the browser.

Part and Inventory Search

Back
Top