Software Support Forum


Research answers to your questions, or request support for SharePoint
Solutions software products. Our forums are grouped by software product.
Welcome to Software Support Forum Sign in | Join | Help
in Search

Browse by Tags

All Tags » Data Zoom (RSS)
  • Re: How to strip formatting?

    The Data Zoom Web Part provides a handful of formatting options. The two most common formatting requirements are for string manipulation and field data. Strings If you would like to format a string the first place to look is the $Strings context item. This provides access to the .NET String.Format method...
    Posted to Forum by administrator on 10-07-2009
  • Re: Error When Installing Web Part Components

    The most common problem causing the 'Cannot add the specified assembly to the global assembly cache' is that the assembly already exists in the Global Assembly Cache. You can logon to your server and check this by clicking 'Start -> Run -> Assembly' and locating the assembly with...
    Posted to Forum by administrator on 10-02-2009
  • Release Notes : 1.0.9268.1

    Feature: Improved Workflow Support The new $SPWorkflows context item was added to provide improved workflow support. SPModerationStatusType, SPWorkflowStatus, SPWorkflowState and SPWorkflowAssignedToFilter enumerations were also added to the Data Zoom Web Part context.
    Posted to Forum by administrator on 09-25-2009
  • Re: access denied

    Can you turn off SharePoint's friendly error message feature and post the full error message stack trace when you recieve the access denied error? (How to turn off friendly errors) http://help.sharepointsolutions.com/products/excm/webframe.html?Troubleshooting_General.html
    Posted to Forum by administrator on 09-04-2009
  • Re: Need some imput to set SSO with another software

    Certainly MOSS 2007 has SSO built in. If you are running MOSS 2007 I would encourage you to investigate it's SSO features. If you are running WSS v3 and have total control over the content then you have a couple of options. The first option would be to create a custom web part. Getting the E-mail...
    Posted to Forum by administrator on 09-04-2009
  • Re: access denied

    The solution copies two resource files (DataZoom.resx and DataZoom.en-US.resx) to the 'App_GlobalResources' directory of your IIS site. In a standard SharePoint configuration your application pool will have write access to this directory. I'm guessing your application pool's Read/Write...
    Posted to Forum by administrator on 09-04-2009
  • Re: data zoom SQL extension

    I can't find that particular comment in our documentaiton. I'd like to change it as it sounds a bit confusing. Here is the Data Zoom Web Part Sql Extensions configuration page... http://help.sharepointsolutions.com/products/DataZoom/webframe.html?Extension_SQL_Configuration.html First, it is...
    Posted to Forum by jeremyluerkens on 07-20-2009
  • Re: Cross Site List Access

    You can access data from other sites using the GetWeb method of the SPUtility class. (SPUtility) http://help.sharepointsolutions.com/products/DataZoom/Classes_SPUtility.html If Site B lives in the same site collection as Site A then you can This can be done using the SPUtility's GetWeb or GetSiteByUrl...
    Posted to Forum by jeremyluerkens on 07-13-2009
  • Re: How to develop filtering on a lookup field and paging for a custom list?

    You may also be interested in the 'Reading Complex Field Data' sample to read your look-up field data. (Reading Complex Field Data) http://help.sharepointsolutions.com/products/DataZoom/webframe.html?Samples_SPFields.html
    Posted to Forum by jeremyluerkens on 06-11-2009
  • Re: How to develop filtering on a lookup field and paging for a custom list?

    The Data Zoom Web Part now supports paging. You can view a sample script here... (Paging List Items Sample) http://help.sharepointsolutions.com/products/DataZoom/webframe.html?Samples_PageListItems.html This sample consists of two Data Zoom Web Parts. The first provides a simple filter which includes...
    Posted to Forum by administrator on 06-11-2009
Page 1 of 2 (19 items) 1 2 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems