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...
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...
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...
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
Hello, I have a huge problem when saving data to an SQLITE database.
When the user types special characters such as quotation marks or commas in an EditBox, the record cannot be saved since those characters interfere with the SQL code.
Is there any way I can modify the code below so as to...
Hello, thanks for your reply.
Yes, I am using SQLITE but the database works without any problems.
When I use the above function, I only export to Excel the content of a StringGrid without making any reference to SQLITE.
The message "Class not registered, ProgID: Excel.Application" makes me...
Hello, I have developed a program that exports the content of a StringGrid to MS Excel.
On my computer it works just fine but a lot of users who have installed my app told me they got the following error message:
Class not registered, ProgID: "Excel.Application".
This is the code I have...
If it is true that I may have asked this question three times, it is also true that so far I haven't received any answer that could sort out my problem.
Any help will be greatly appreciated.
My application must be used in a local area network, so I can't implement any setup procedure.
The lack of external objects allows my VB5 to work as a standalone executable.
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.