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 Wanet Telecoms Ltd 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: rossmcm
  • Content: Threads
  • Order by date
  1. rossmcm

    Suddenly Can't get Table of Contents in Word

    I have a word doc - around 100 pages. I have a TOC based on Heading 1, 2, 3 etc and all was well until suddenly I get the message "Error! No table of contents entries found." where the TOC should be. I have tried messing with the TOC dialog to no avail. Help! Please.
  2. rossmcm

    Can't see components after installing into D2005

    I have a component that was written for D5 and is derived from the TSpinEdit component that was supplied on the Samples tab of the D5 component palette. I am trying to get this component installed and available for D2005 and having no end of problems. I figure I need to create a package and...
  3. rossmcm

    Ethernet-based COM ports get slower and slower with time

    I have an app written in Delphi 5 that talks to up to 30 COM ports. Most of the COM ports are implemented with Moxa NE4110S units, there is also one 'real' COM port that is local to the machine. These Moxa units implement a COM port and digital I/O at the end of an IP address, so the COM ports...
  4. rossmcm

    Exception when a thread terminates

    I have a multithreaded app that talks to serial ports. Occasionally I get an exception - I installed MadExcept hoping it would give me more of an idea than D5's reporting: The stack dump I got was: thread $c58: 0043c63d tad.exe Classes TThread.Synchronize 0043c5ed tad.exe Classes...
  5. rossmcm

    Recovering from TCP/IP errors gracefully

    I have a delphi app that needs to communicate regularly with several (about 30) ethernet-based Serial and Digital I/O nodes made by Moxa. These nodes (Moxa NE 4110S) implement a COM port and 2 inputs and 2 outputs at the end of an IP address. I talk to the serial port via standard COM port API...
  6. rossmcm

    Adding VB routine breaks report calculated field with #NAME?

    I want to be able to write a numeric value in a report, but not write anything if the value was zero. So I was going to make the control source for the text box: =ShowNumberIfNonZero ([Quantity]) and ShowNumberIfNonZero was to be a VB function that returned the number if non-zero, or a null...
  7. rossmcm

    Session variables getting trashed for no reason

    I have an ASP/Jscript site that uses session variables to remember a users login name and password. I also store these in cookies so the user can get logged in silently when they return. Occasionally, the session variables get trashed. One moment they are fine and the next they are filled...
  8. rossmcm

    JScript Short Date format from Access database field

    I have an access 2000 database that generates asp pages. One of the table fields is a date. If I display: write (RecordSet ("Date")) ; I get the date in the format: Tue Feb 24 21:39:29 CST 2004 but I want to display the date in short form 24-2-2004 21:39 but If I pass the recordset field...

Part and Inventory Search

Back
Top