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.
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...
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...
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...
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...
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...
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...
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...
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.