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: *

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

    Access 2003 - Suspect users

    Hi I am trying to get some code working as described on the Microsoft KB 285822 in order to identify recent Access 2003 users. ( Source: http://support.microsoft.com/?kbid=285822 ) I want to identify which users have been recently connected to the database, even if they are now disconnected...
  2. Roebuck

    25 second network delay before commands succeed

    I have a problem with one PC on a network that is always showing a delay with certain commands. This was first seen with the loading of IE and outlook, as a delay of about 25 seconds occurred between clicking the icon and the application appearing. Further investigation has shown that this...
  3. Roebuck

    Problem setting WHERE criteria in CR 8.5

    I have a problem getting a report to return the correct results in Crystal Reports 8.5 when using DISTINCT. I have set up the report to access the required tables and the SELECT...FROM... statement is correct. For example: SELECT DISTINCT A.1, B.2 FROM A LEFT OUTER JOIN B ON A.1 = B.1...
  4. Roebuck

    Raising Error From ExecuteSQL Task

    I have an ExecuteSQL task which calls a stored procedure then follow a success or fail path depending on the outcome. I need the stored procedure to make a few simple checks against data, and if the data is bad/missing, exit and raise an error. The DTS ExecuteSQL Task should then follow the...
  5. Roebuck

    Horizontal Bar Chart With MSChart

    Please could somebody tell me if (and how) it is possible to produce a horizontal bar chart using VB6 - I have tried the MSChart control but can only get a vertical bar chart. My aim is to show the groups on the y axis (e.g. months) and the values extending horizontally on the x axis (e.g...
  6. Roebuck

    Make + Test ADO connection to SQLServer

    I am trying to make & test an ADO connection to SQLServer7. The routine works fine if the details in the connection string are correct, or if either the uid/pwd is wrong. However if the server does not exist, the connection waits for approx 1 minute before returning the error...
  7. Roebuck

    Read cookie when form submitted

    I have a problem with a script which I want to read a previously set cookie when a form is submitted. The aim is to check the value of the cookie, then process the form depending on the result. The read cookie routine (example from script below) seems to work only when there is no form parse...
  8. Roebuck

    Create a Gantt Chart in VB6

    I need to create & show a Gantt chart within a VB application. I have done this before in Excel (with a modified bar chart) but can't get anywhere close with VB chart controls - I can't even get a chart to display horizontally. Any help/pointers greatly appreciated. Thanks!
  9. Roebuck

    Joining variables to point to an object...??

    A beginners query... I want to set up a generic function (see below) to set each column width on a Flexgrid in VB6. At the moment it should pass the form name, control name and up to 10 values (width), then set each column to the appropriate value. Please can someone help with how to...

Part and Inventory Search

Back
Top