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 wOOdy-Soft 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 Dataman

  1. Dataman

    Visual Foxpro Combo Boxes

    If your combo box's list is based upon the contents of a table, you will need to update the table so that when the record is displayed later, the new choice will display. If updating the table is not ok, then you will need to handle building the combo box differently.<br> <br> i.e.:<br>...
  2. Dataman

    barcode

    By using a barcode reader with a &quot;keyboard wedge&quot;, you can scan barcodes. VFP (or any other program) sees the barcode as coming from the keyboard. Some barcode readers also have a serial connection that you can use.<br> <br> You have to set up an event handler to keep the EXE...
  3. Dataman

    fast printing?

    You can use the ??? statement to send text directly to the printer, and use ? and ?? to send text to the currently active form.
  4. Dataman

    Large Databases

    Hi,<br> Just another two-cents-worth...<br> The overhead introduced by ADO, is quite minumal, at least when working with a single query. The problem appears to be with the query itself. Two things would need to be addressed: <br> <br> 1) The design of your SQL statement - it should be...
  5. Dataman

    Does any one know of a database Model with a veiwable source code

    If you want to be able to test your SQL statements prior to using them in an ASP page, you can use several databases including MS Access, Visual FoxPro, or SQL Server. Each has an environment that allows you to create a SQL statement, and execute it. If instead you are looking for examples...

Part and Inventory Search

Back
Top