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

    Outlook automation/virus policy settings

    Hi I am having problems with outlook's virus prevention tool that brings up a virus warning when you automate outlook. A previous developer setup an .adm file to replace the user settings using gpedit.msc, User Configuration > Admin Templates.... This fix has worked fine for ages.. This...
  2. SimonFinn

    Excel: Font colour for whole worksheet

    Hi Is there a method of changing the font colour of the whole worksheet to black using VBA? Thanks Si
  3. SimonFinn

    LDAP problem on upgrade

    Hi I am currently upgrading our exchange server from 5.5 to 2000 on our windows 2k server. I have changed the LDAP port but continue to get this error on installation: The compeonent "microsoft exchange messanging and collaboration services" cannot be assigned the action upgrade...
  4. SimonFinn

    TO address in outlook

    Hi I am currently writing a program to update an access database when emails that are sent bounce. I have this code which i have developed to get the To Address from the bounced email which has been forwarded to a nominated folder by our exchange server. On the code "strSubject =...
  5. SimonFinn

    Migrate to AD from NT4

    Hi We have just upgraded our NT4 server to Win2k Server. Upon first boot we have been presented with the Active Directory Installation Wizard. We are now faced with two options: Create a new domain tree & Create a new child domain in an existing domain tree. The NT4 domain is called...
  6. SimonFinn

    BDS Mirror Exchange

    Hi I am setting up a Backup Domain Server to mirror our current NT4 server and replace it whilst we upgrade the server to Server and exchange server 2000. I am inexperienced in exchange and am wondering if there is a way of setting up our BDS to mirror the exchange on our primary server and...
  7. SimonFinn

    Word Formatting in a richtext control & textbox

    Hi Guys, I have a richtext control that is linked to a memo field in an access database. If i copy data from Word into this control and then view it in an textbox or in the table view it shows data like this on each line...
  8. SimonFinn

    Site not available outside lan

    Hi, I have setup a website on our server which i am currently haveing problems with. I can access all pages from the inside of our network (but still using http:\\www....) When accessed from a connection: some sections are available and others are not. When they are not available i get the...
  9. SimonFinn

    Javascript UCase Function

    Hi Guys, Can anyone point me to a bit of code that changes all characters of a word to lowercase and the inital character to upper case. Thanks Si
  10. SimonFinn

    Check file extention

    Hi Guys I am using this code to check a file extension of a file path listed in a textbox. I have tried changing it to upper case which does not solve it. Any ideas Cheers Si var iLen = String(frmDetails.txtFile.value).length; if (String(frmDetails.txtFile.value).substring(iLen, iLen - 3)...
  11. SimonFinn

    Delete duplicate rows

    Hi I am trying to delete some duplicate rows, i have searched some of the previous posts on this and have developed this, but it does not quite work. Basically, i have CandSkillID is the PK for this table, i need to delete records that have duplicate SkillID, and where the CandID = 89431...
  12. SimonFinn

    JET error 0x80004005 on linked database

    Hi I am saving data from ASP to an access database which has linked tables, i keep getting this errror: Microsoft JET Database Engine (0x80004005) The Microsoft Jet database engine cannot open the file 'I:\Access Database\980211be.mdb'. It is already opened exclusively by another user, or you...
  13. SimonFinn

    Problem after moving data between select boxes

    Hi guys, I have this code that i have recieved from someone to move data between two select boxes. I am having problems retrieving the data when it is posted to an ASP page. If i dont move any data using the code i can access it. If i do click one of the buttons that executes the function...
  14. SimonFinn

    SSL and data access problem

    Hi I installed a ssl certificate on my computer, and now i cannot access my database from my website, i get this error: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\clogin\data\webjobs.mdb'. It is already opened exclusively by another user, or you need permission...
  15. SimonFinn

    Converting a site to SSL

    Hi Guys, I am planning on converting a site that i have developed to SSL. I was wondering what basic changes would be needed to the code. Also I have tried to find some guidelines for this but i have had no success. Any pointers or links would be great. Cheers Si
  16. SimonFinn

    ASP ADO/SQL Problem

    Hi Guys, I am executing this SQL statement from ASP, when i copy it into MS Access it runs fine, but when i use ADO i get the error "Error in insert statement". I thought it was the Yes/No fields so i tried 0/1 for them with no success. Has anyone got any ideas, Thanks Si INSERT...
  17. SimonFinn

    Date time picker/Calender Control

    Hi Guys, I am developing a website and need to use a sort of date time picker/calender control. I was wondering if there is a free control available, and i was also wondering if there are any browser compatibility issues that i should be aware of? I like the look of the Microsoft Date/Time...
  18. SimonFinn

    SELECT box with blank rows

    Hi Guys, I have been looking at this code for ages and cant see the problem. The Box on the page returns the results from a database query, i have tested the Query and it is fine. It creates 26 rows in the select box, but they are blank. I have checked the CSS and that isnt the problem...
  19. SimonFinn

    Execute & Wait for VBA code

    Hi I want to execute some VBA code from an ASP Page, i am using this line of code to execute it: Set objAccess = Server.CreateObject("Access.Application") objAccess.Visible = False objAccess.OpenCurrentDatabaseServer.MapPath(strDbName) Set objDB = objAccess.CurrentDb() objDB.Run...
  20. SimonFinn

    Can't find project or Library - UCase/Left

    Hi Guys I have just opened a previously developed project in VBA and when i run this line of code: If UCase(strFileExtention) = ".DOC" Then and if i use the left function i get the error "Can't find project or Library" and intellisense does not pick it up. I thought you...

Part and Inventory Search

Back
Top