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!

Search results for query: *

  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

    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...
  3. 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...
  4. espositophp

    Cannot save to SQLITE database when user types in special characters

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

    Error exporting to MS Excel

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

    Update an XML file through File I/O

    Hello, I have a problem dealing with File I/O. Thanks to the help of this forum, I have been able to create a VB5 application that allows you to retrieve data from the fields of an XML file through pure VB code, i.e. without referring to any external objects. The application I'm talking about...
  7. espositophp

    How to send data from VB6 to an HTML page

    Hello, I would like to know if it is possible to send data from a VB5 app to a textbox contained in an HTML page. Of course, I do possess the source files of both the VB5 app and the Web pages. So, to make things extremely clear, I have a VB5 form containing a textbox (txtName) and a command...
  8. espositophp

    Reading data from an XML document through pure VB code

    Hello, I would like to be able to read from an XML file using pure VB5/VB6 code without making any reference to any external objects. Now, I have managed to retrieve the data relating to the first occurrence of a single field in the XML document by using the following code: Private Function...
  9. espositophp

    How to import data from an XML file without setting a reference to MSX

    Hello. I have a problem I would like you to help me sort out. It deals with the management of XML files through Visual Basic. First of all, a premise. So far I have been programming my software using VB5 instead of VB6 and what I really like about it is the fact that you don't even need to...

Part and Inventory Search

Back
Top