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

    Delphi 2009: TTCPServer and TTCPConnect

    I wish to transfer a small amount of data from one Win32 exe to another Win32 exe. The code I've written uses TTCPServer and TTCPConnect components. It works when compiled using Delphi 7 but fails when compiled using Delphi 2009. In both cases I've run the programs on Windows XP machines. To...
  2. towerbase

    Should I upgrade to Delphi XE?

    I am thinking of upgrading from Delphi 2009 to Delphi XE. As I am retired, I shall have to pay for it myself. Therefore, I would like to know the experiences of any Delphi XE users. Are the enhancements over Delphi 2009 worth having? Are the TMSControls offered with the upgrade any good? Is...
  3. towerbase

    Unable to connect to MySQL (running under Ubuntu)

    I am new to Linux and Java but have a few years MySQL experience; my ambition is migrate from Windows and Delphi to Linux and Java. However, I seem unable to get Connector/J working with Java and Linux. (I have got it to work with Windows and Delphi). I have saved...
  4. towerbase

    CLASSPATH environment variable disappears

    I am new to Linux and know very little about it. I have installed Ubuntu (8.04), MySQL and NetBeans (because I want to develop some database applications in Java under Linux). I have downloaded the MySQL Connector/J jar file into a directory I created called /jconnector. Java needs to...
  5. towerbase

    Delphi 2009 - Is it stable?

    Has anybody got any experience of using Delphi 2009? In particular, is it stable? Andrew Hampshire, UK
  6. towerbase

    Windows 98 and Canon pixma 1800

    A friend has bought a Canon pixma 1800 printer. Her computer is running Windows 98. When I attempted to install the software on the CD, it complained that The CD-ROM cannot be used with the current operating system. Has anyone got a pixma 1800 to work under Windows 98? Andrew Hampshire, UK
  7. towerbase

    How do I find out which button is pressed on a form?

    Using PHP, I produce an HTML page which contains several forms. There's one form for every record selected from a MySQL table. Typically 4 or 5 forms in a web page. Each form contains two buttons and a text area. One button is for 'Update' and the other button is for 'Delete'. The name (and...
  8. towerbase

    MIN function in a GROUP BY statement

    I have simplified my problem as follows: Imagine a table containing details of play performances: CREATE TABLE performances ( id INT PRIMARY KEY , when DATE , play VARCHAR(255) , theatre VARCHAR(255) ) The data might look like this 101 2001-03-01 Macbeth Stratford 456 2002-04-27 Hamlet...
  9. towerbase

    Toshiba Satellite Pro A10 CD Drive

    Can anyone tell me how to remove the CD drive from a Toshiba Satellite Pro A10 laptop, please? Andrew Hampshire, UK
  10. towerbase

    Delphi 2005 Service Packs

    I bought Delphi 2005 Professional shortly after it became available in the UK. It seemed to be a bit unstable. A few weeks afterwards my hard disk completely crashed and when I replaced the hard disk I only installed Delphi 7. I would now like to use Delphi 2005 Professional - it cost me...
  11. towerbase

    Session Ids not W3C valid

    I am trying to tidy up the HTML generated by my PHP script so that the W3C validator accepts it as okay. My application uses sessions. So PHP seems to append something like the following bold text to the <a> tags <a href='showstory.php?id=25&PHPSESSID=4abf43d6b17... The problem is that the...
  12. towerbase

    Borland license information - Delphi won't start

    I use Delphi 7 Professional on Windows XP Professional. A few hours ago my PC locked up and I rebooted. Now each time I try to start D7 I get the following message 'Exit' is the only button on the dialog and when this is clicked Delphi exits. I uninstalled D7 and reinstalled it (twice)...
  13. towerbase

    How do I stop people reading my PHP scripts

    I'm fairly new to PHP and have almost no knowledge of Unix as I develop under Windows. I've written a small application in PHP which I've uploaded to a (Unix based) web hosting site. About 500 people have used it. Today I received an email from someone commenting on my PHP scripts...
  14. towerbase

    How do I convert parameters for a URL

    I'm sure this will have been asked before but I couldn't find it in the FAQs. Is there a PHP function that will convert a string so it is suitable for a URL parameter? For example, if a string contains "I like beer" then I want a function that will return "I+like+beer". The function will also...
  15. towerbase

    TJpegImage and compression

    I have never been able to get Delphi to compress a jpeg image. I set CompressionQuality to any value and then call Compress but the file is always saved with a length of zero bytes. Can someone tell me what I'm doing wrong? (It fails, for me, with Delphi 5 and Delphi 7). uses jpeg...

Part and Inventory Search

Back
Top