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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chrisbarba

  1. chrisbarba

    Synchronize table with sharepoint

    I don't think you can it with VBA. You could write a web service that you can call from Access that will add the items to the sharepoint list. Chris http://chrisbarba.wordpress.com
  2. chrisbarba

    Auto login

    If she can log into another computer and it works then it's not her AD profile. The proxy settings are under Tools -> Internet Options -> Connections -> Lan Settings. I would compare her proxy settings with yours to make sure they are same. I would recommend reseting her IE settings to the...
  3. chrisbarba

    metadata

    Sounds like you need to write an event receiver for you library. You may be able to do this with a custom workflow. SharePoint designer can be used to a create a custom workflow. Chris http://chrisbarba.wordpress.com
  4. chrisbarba

    modify PlaceHolderSiteName across all pages

    I would recommend putting those changes in a CSS file. Then it will be applied to all pages. Chris http://chrisbarba.wordpress.com
  5. chrisbarba

    servers and log file storage?

    There should be logs on all farm servers. Check the 12 hive. Chris http://chrisbarba.wordpress.com
  6. chrisbarba

    SharePoint Designer Workflow Emails Problem

    By form do you mean an infopath form? If you are using infopath, you have to promote the properties (fields on the form) that want SharePoint to have access to. Under Form Options there is a section for property promotion. Chris http://chrisbarba.wordpress.com
  7. chrisbarba

    Sharepoint login authentication question

    You can add the following section to your web.config file under the system.web section. <authentication mode="Forms"> <forms loginUrl="/_layouts/login.aspx" /> </authentication> This way any user who is not logged in will be redirected to a specific login page. Chris...
  8. chrisbarba

    Page View Counter

    SharePoint does provide some usuage reports that may provide the information you need. Site Actions -> Site Settings -> Modify all Site Settings. Under the Site Adminstration section there is Site Usage Reports. Chris http://chrisbarba.wordpress.com
  9. chrisbarba

    Combine timecard management with project list

    Lookup columns don't work cross site. There are 3rd party solutions that should provide that functionality. Google cross site lookups. If both list were in the same site, you could provide that lookup. You could move the lists under one site and provide a link from that site to the new lists...
  10. chrisbarba

    Approver Workflow e-mail title

    Yeah, you are going to have to create a custom workflow. I would recommend you use Sharepoint Designer (it's free). http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42 Here is a walkthrough of creating a workflow with sharepoint...
  11. chrisbarba

    Approver Workflow e-mail title

    Are you using the out of the box approval workflow or have you created your own workflow? I don't think you can modify the out of the box approval workflow. Chris http://chrisbarba.wordpress.com
  12. chrisbarba

    Moving multiple folders into a new folder

    Site Actions -> Manage Content and Structure could also help you. Chris http://chrisbarba.wordpress.com
  13. chrisbarba

    Sharepoint on Non domain server

    You can setup sharepoint to use forms based authentication. It's not hard, but there are a few steps. I would recommend searching google for a walkthrough on how to do it. Chris http://chrisbarba.wordpress.com
  14. chrisbarba

    Large list, functionality loss

    Sounds like something is wrong with the list. I would suggest you create a new list. Use Manage Content and Structure to move all the individual items to the new list. This won't work if you have a lookup column (they don't copy over because they use a guid to point to the looked up column). If...
  15. chrisbarba

    Filtered Lookups?

    You could do this with a user control that reads/filters the list. That's going to require a new discussion. Chris http://chrisbarba.wordpress.com

Part and Inventory Search

Back
Top