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?
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.
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?
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.