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 Mike Lewis 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. dsoutherland

    User locks on Access DB

    I have a weird problem with a VB6 app that fronts an Access 2000 database. Occaisionally, a user will experience a record lock on a table when a new record is being created. The message indicates the machine that has the table locked and it has always been the same machine. That user on the...
  2. dsoutherland

    Unmonitored "Exception occurred" error on Request

    Thanks for the explanation, Sheco! So, what does that mean: "a 'server-safe' version of the object named "MSXML2.ServerXMLHTTP." for me and my problem? How would I make the changes necessary to correct the situation? Incidentally, I have been monitoring this pretty closely today and I can...
  3. dsoutherland

    Unmonitored "Exception occurred" error on Request

    Okay, but this exact code has been working until about 3 days ago (Don't you hate to hear that?). We went out of a test situation and into a production situation then (same everything only allowed all users to use the feature) and the only change I could tell you would be would be volume. The...
  4. dsoutherland

    Unmonitored "Exception occurred" error on Request

    am so new to ASP I'm not sure I am breathing. A company one of my clients deals with provides information over the web. They provided the ASP code for a default web site that is used to communicate with them and I have installed it and coded a VB6 app to provide the interface. Here is the...
  5. dsoutherland

    MDI Child form problems

    Works now. Thanks!! Why should this be necesary - Me.Enabled = True ???
  6. dsoutherland

    MDI Child form problems

    I have a simple VB6 app that I was asked to make some mods to. The app merely displays data out of a database through a series of prompted steps on several MDI Child forms. A final form is displayed with the requested information for the user. The only active control on the final form is a...
  7. dsoutherland

    Installing Windows 2000 onto 98 probs

    Did this problem get resolved? I am running into the same problem trying to upgrade a Win98SE machine here and have pulled my hair out trying to get this to work. Any help would be appreciated to keep from doing a reformat and clan install. There are some applications here that I cannot...
  8. dsoutherland

    W2K Upgrade 0167:bff88396

    Okay, I have chased this one all over the web with no results, so if anyone can help they will be a hero. I keep getting this same error message on a WIN98SE to W2K upgrade. I have done all that is listed in the Microsoft Support article #252725 for the files in QuickBooks, Oracle, etc. I...
  9. dsoutherland

    Problems with memo field on Access 2000

    I seem to have a solution though I do not know why. I changed the recordset cursor type to be adStatic rather than adForwardOnly and the code now handles the memo field correctly. Can somebody explain this, please? I have read the doc about the cursor types and it does not explain.
  10. dsoutherland

    Problems with memo field on Access 2000

    I just converted a VB6 application/Access 97 database to Access 2000. Now code that used to retrieve data from memo fields in the tables only returns NULL. Any ideas? Interesting point is that when I run the code in debug and the data is retrieved from the table, using the immediate window I...
  11. dsoutherland

    Changing number of copies in Word mail merge

    Is there a way in code to set the number of copies of a Word mail merge document without the user having to respond to the Printer Dialog control? I want to automate this for the user as much as possible.
  12. dsoutherland

    SSTab1 control

    Yes. That is what I meant on the previous answer. I have tried to cut and paste them AND delete and recreate them on the correct tab one-by-one to be sure that was not the issue. (A real pain since there are over 100 controls.) No change. Is there a way to determine the ZOrder of the...
  13. dsoutherland

    SSTab1 control

    Already done that a couple of times with no improvement. The odd thing is that the SSTab1 has 7 tabs and the duplication only happens on two tabs and those are the ones with the control arrays on them.
  14. dsoutherland

    SSTab1 control

    Novice here. I have an SSTab1 control with several tabs. Two of the tabs are covered with text boxes and labels that are control arrays. Where the SSTab1 control displays, some of the textbox/label arrays that are supposed to be on one tab are visible on the other tab that has textbox/label...
  15. dsoutherland

    "Hot Spots" on reports

    Is there any way to have "hot spots" on Crystal Reports? I have a client who would like to be able to click on a field from the report viewer and access data related to that field. (Customer name/number on a sales report. Click on the name or number and the customer information be displayed...

Part and Inventory Search

Back
Top