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 gkittelson 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. sigep722

    Images show for admin., but don't for users

    We ended up just uninstalling IE 6. It works now with IE 5.
  2. sigep722

    Images show for admin., but don't for users

    Yes, the JIT compiler is enabled
  3. sigep722

    Images show for admin., but don't for users

    I'm running Win2K and IE 6. I have a user who cannot view some images. We get an error saying "Library not registered". The images that don't show are accessed with javascript. What is weird is I logged on as administrator and the images showed up. Any thoughts?
  4. sigep722

    Outlook Web Access for Exchange 5.5, document needed

    Actually, after talking to my system administrator, it looks like the nature of our problem has changed and I will be submitting a new thread. Thanks again Yoshie and miguel.
  5. sigep722

    Outlook Web Access for Exchange 5.5, document needed

    Thanks a lot to yoshie and miquel73. Unfortunately, I forgot to enclose that we are running a Windows 2000 server. Miguel's instructions work for NT 4. Does anyone have anything for Windows 2000 Server?
  6. sigep722

    Outlook Web Access for Exchange 5.5, document needed

    Currently in the process of researching how to implement outlook web access with exchange 5.5. The microsoft documents we have found so far seem as clear as mud. Does anyone have or know where to find an easy to understand setup guide for outlook web access? Thanks.
  7. sigep722

    Copying column from one table to another, linked table

    Thanks a lot. I think we got it. The UserDefinedField table is linked to the Oeorderheader table with the UDF.RowId = OeH.Rowpointer. Additionally, the UDF.TableName = "OeorderHeader". The TableName and RowId serve as the UDF table's primary keys. The format you provided helped us...
  8. sigep722

    Copying column from one table to another, linked table

    I have a situation with two linked tables. I need to move a column from table A to column B (of course, only for certain records). Here is one of my first attempts. [code] Update UserDefinedFields Set UDFVCSD2 = (Select Buyer From OeorderHeader), UDFVCSD3 = (Select CustomerPoNo From...

Part and Inventory Search

Back
Top