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: adale
  • Content: Threads
  • Order by date
  1. adale

    OraOLEDB open crashing Access

    The following code attaches to an Oracle database to draw data into Access. It works about 25% of the time and crashes the rest. The crash is horrible as it doesnt show me an error message, but instead closes the database pops up a window saying "Microsoft Office Excel has encountered a problem...
  2. adale

    VB .Net using Crystal ActiveX Report object

    Has anybody managed to get the ActiveX reporting object to work. We have the regular CrystalReporting object working, but it lacks the cool search/filter function. We're using CR10 with VB.Net to a SQL server. Here's the code we used in VB6 that worked. Dim secSecurity As...
  3. adale

    AxCRViewer - Crystal Report

    Has anybody every seen example code for the active X viewer that comes with CR10. The examples on the Business Object site are all for the Crystal Report Viewer which doesn't have the funky data filter function. Thanks
  4. adale

    Windows API to get the PID

    We are trying to write code to interogate which application a user has running on their PC prior to our code attaching to that application. We tried different ways like using error codes, so if one app isn't there the code would try the next one, but that didn't work. So we are now looking at...
  5. adale

    Index problems

    I am experiencing loads of issues with indexes breaking on heavily used tables. Is there a known bug that requires indexes to be rebuilt almost on a daily basis?
  6. adale

    VB6 Crystal10 DSR ADO stored procedure issue

    I am trying to connect to a a stored procedure, then attached it to a Crystal Report already built, to update the data. This code almost gets there, but gives me a popup "Crystal Report Viewer"..."This field name is not known." and the report is blank. I can't see the data in the locals, but the...
  7. adale

    One table, one query, two lines

    Is it possible to show records from a single table more than once in each line of the resulting query. I need to do this to work out interest on entries up until the next date. Here's the table. How can I tell there are 5 days between the first and second record so I can work out accrued...
  8. adale

    Audit of linked tables

    Over time we have built a spider web of databases connected via linked tables. Now we are about to build a new SQL application to replace the hub of the old spider web, I hae to determine what Access databases are linked to the old hub. Maybe I'm lazy, but i'd rather not look at all 40+...
  9. adale

    Paradox 11 - Were has Intersolv gone

    I have recently installed Paradox 11 on WinXP which will be an upgrade to the current Paradox 8 I am using on WinNT. On Paradox 8 I had the ability to link Access and VB apps to the Paradox data via a DSN using Intersolve's ODBC driver. However it doesn't seem to be in Paradox 11. Can that be...
  10. adale

    Hard Drive access light on constantly

    The hard drive light is on constantly, except when occasionaly the pc is crashing whilst trying to run Battlefield 1942. Does the hard drive light stay on when the Pc goes through the initial BIOS test/boot up stage with other people as I'm starting to think it has something to do with a...
  11. adale

    Run App as Service using Kernel32 instead of SRVANY

    Is there a NT version equivalent of this code that runs in Win95 and hides applications from the task manager ? And will it make applications run regardless of whether a user is logged in or not. I would rather use code instead of the SRVANY.EXE. Private Declare Function GetCurrentProcessId Lib...

Part and Inventory Search

Back
Top