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 espositophp

  1. espositophp

    Deleting a record in a random access database file

    Hello everybody, I have a serious problem deleting a record within a random access database. If the records in the database are few, the deletion is successful. On the contrary, when the records are more than a few hundreds, the deletion does not take place and I don't get any error message...
  2. espositophp

    Cannot copy object to Clipboard

    Thanks for your replies. I am not using any Clipboard extenders and even when I reboot my system the problem remains. I have formatted my hard disk and reinstalled Delphi and the problem disappeared for a while. Nevertheless, as soon as I opened an existing project, the problem came back...
  3. espositophp

    Cannot copy object to Clipboard

    Hello, I have a serious problem dealing with the Delphi IDE. When I select an object in the Delphi IDE (version 2005), the items of the Edit popup window appear disabled. Consequently, I am unable to copy and paste any objects in the forms at design time. Please note that I can copy and paste...
  4. espositophp

    SQLITE memory crash

    Thank you very much indeed for your reply. You can download the original Delphi source code I have used clicking on this link: http://www.espositosoftware.it/sqlite_db.zip Please consider that my app works just fine with a small quantity of records, but when the DB size increases, you get an...
  5. espositophp

    SQLITE memory crash

    Hello, I am in hot water using SQLITE. My film database is now more than 70 megabytes big and when I run the statement sl3tb := sl3db.GetTable('SELECT * FROM film'); it gives me an error message telling me there's a memory overflow. So, I think I should sort out the problem by limiting the...
  6. espositophp

    Error exporting to MS Excel

    Thank you very much indeed, whosrdaddy. My error was to embed the SQL3 library in the executable instead of deploying it as an external file. Any further confirmation will be appreciated.
  7. espositophp

    Error exporting to MS Excel

    Hello, I have made significant changes to my software in order to allow it to export to Excel. I would very much appreciate it if those who gave me a helping hand downloading the software and getting the error message while exporting to Excel would be so kind as to download the updated version...
  8. espositophp

    Error exporting to MS Excel

    Thanks for your code. I'm very sorry if I didn't understand that mine was already late binding. I thought the problem may be due to the ComObj that I put in Uses. I hoped I could get rid of that declaration as the error message my users get says that the Class is not registered (ProgID...
  9. espositophp

    Error exporting to MS Excel

    Thanks again for your help. I am sure that the solution to my problem lies in late binding, as you said. Unfortunately, I don't know what changes I have to make to my code in order to switch from early binding to late binding. The following is the original function I use in my application to...
  10. espositophp

    Error exporting to MS Excel

    Thanks. Honestly, I don't think that the problem may be due to the cell formatting. Excel doesn't start at all and the reason for it seems to be connected with the absence of some key in the Windows Registry. I would also not exclude that my locale may be responsible for it, as you suggested...
  11. espositophp

    Error exporting to MS Excel

    Thank you very much indeed for your help. Is there anybody there who could export to Excel without getting the error message? Thanks again.
  12. espositophp

    Error exporting to MS Excel

    Thanks for the tip about the additional VB app. The incriminated application can be downloaded from my Website at the following address: http://www.espositosoftware.it/videotecapro.htm I would appreciate it very much if you could tell me whether the export function causes the same problem on...
  13. espositophp

    Error exporting to MS Excel

    That was the first question I had asked the users. They swear Excel is installed on their PCs and works fine. The error message "Class not registered, ProgID: Excel.Application" speaks clearly: some key is not properly registered in the Registry of the user's computer, but I don't know what it...
  14. espositophp

    Cannot save to SQLITE database when user types in special characters

    Thanks a lot. You've solved my problem.
  15. espositophp

    Cannot save to SQLITE database when user types in special characters

    Thank you very much indeed for your help. I have tried to use your code that should allow me to do a character replace on each of the SQLITE strings before I go into the statement, but I get an error message telling me that the left part of the line cannot be changed. The code I have used is...

Part and Inventory Search

Back
Top