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 strongm 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. patwadd

    Intermittent error on printing

    My thanks to all who replied. This is the code in the first page: function Autoprint() { window.print(); location.replace("RentalAgreement2.asp"); } . . <body oncontextmenu="return false;" onLoad="Autoprint()"> and this is the code in the second page (RentalAgreement2.asp) function...
  2. patwadd

    Intermittent error on printing

    I have two pages that run one after the other, both of which automatically print on load without any user intervention (except their printer box). Very occasionally the following message appears on the second page: Error: The caller (server[not server application]) is not available and...
  3. patwadd

    Error opening a recordset

    Can anyone tell me what is wrong with this code? ------------------------ Private Sub Form_Load() Dim db As Database Dim rsControl As Recordset Dim strDownload As String Set db = CurrentDb Set rsControl = db.OpenRecordset(&quot;Control&quot;) strDownload = rsControl(&quot;LastDownload&quot;)...
  4. patwadd

    Converting .tbl files

    Thank you for your replies. Regretfully, I do not have the source, only the files. However, looking at the file structures (they appear to be records of different length in some of the files), I would say they are reandom access. Thank you Pat Waddington
  5. patwadd

    Converting .tbl files

    I have a number of valuable archive files which were created using QBasic programs (supplier now out of business) and they all have a .tbl extension. My user wants the data transferred to an Access database or an Excel worksheet. The files contain compressed numeric data. Can anyone suggest how...
  6. patwadd

    Import Quickbasic files

    My user has a number of valuable archive files that were written in Quickbasic, contain compressed numeric data and have a .tbl extension. Does anyone have any suggestions as to how I can convert/import these files to gain access to the data they contain, and ulimately store it in an Access...

Part and Inventory Search

Back
Top