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!

Search results for query: *

  • Users: aesseal
  • Content: Threads
  • Order by date
  1. aesseal

    Using the Windows Auto Document Preview Control

    Does anybody know if there's any way of implementing the windows document preview control in an application? I'd like to be able to select a file name from the directory structure and display a preview of it, in a similar way to the thumbnails windows shows of pdfs/images/office documents etc...
  2. aesseal

    Building Project Disconnects Users

    Does anybody know if there's a way to build an asp.net project without disconnecting any active users? Whenever I debug or release any of my asp.net projects any active sessions are destroyed and active users are sent back to the login page. There must be some way around this, or you can only...
  3. aesseal

    On Error Resume Next problem

    I have a problem with 'on error resume next', or indeed any other error handling routine. The problem is an error is thrown rather than the code entering the handler. The Code is here: Public Function printFile(fileToOpen As String, printerName As String) As Boolean On Error GoTo handler...
  4. aesseal

    Linked Table Memo Field Corruption

    I have an oracle table linked into as access 97 database. This all works fine, apart from a memo field in the table. The memo field shows only the first letter. When the cell is highlighted it shows all of the letters seperated by the little square character that means it doesn't recognise a...
  5. aesseal

    GMT/BST Date/Time Function

    I have a system that returns a date and time in GMT all year round. I need a function to find out if the date passed through is in BST or not and add an hour accordingly. Has anyone any idea if this sort of thing already exists? Thanks! Dan
  6. aesseal

    Shareware Licence

    Does anybody know where I can get a sample shareware licence agreement template from to add to the installer of my program? (All the agreements I've seen are between a company and an end user rather than an individual (i.e. me!) and the end user.) Thanks! Dan
  7. aesseal

    Network Ordering Problem

    I have a PC on my network that will only recognise any deviced that are present when it boots. If I turn on the pc and then turn, for example, my adsl router or another PC, the PC won't find it. If I turn on the router before the PC it works fine. Selecting 'repair' on the connection fixes the...
  8. aesseal

    Installer completes, then rolls back

    I have an XP machine that will not install or uninstall anything! The install or uninstall routine completes, rolls back and then reports that it was successful. It is logged in as an administrator, and I can't see anything wrong with it. Help!
  9. aesseal

    Query 2 Databases

    Does anybody know if it is possible to create a recordset based on a query across tables in different databases? I have one database with a table of customer details, one database with a table of customer visits and I want to get both customer details and visit details in a single query. Any ideas?
  10. aesseal

    Converting an Access Database

    Does anybody know how to programatically convert an Access database from 95 to 97 format?
  11. aesseal

    Find Access Database Version?

    Does anybody know how to find what version of Access a database is written in (95, 97 etc)? I need to upgrade some 95 databases to 97 at run time using visual basic, so I need to know whether it is already in the right version or not. The only way I have found so far is to open the database as a...
  12. aesseal

    How do I find the Database Version?

    Does anybody know how to find what version of Access a database is written in (95, 97 etc)? I need to upgrade some 95 databases to 97 at run time using visual basic, so I need to know whether it is already in the right version or not. The only way I have found so far is to open the database as a...

Part and Inventory Search

Back
Top