|
Browse by Tags
All Tags » Data Zoom (RSS)
-
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...
-
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...
-
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.
-
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
-
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...
-
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...
-
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...
-
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...
-
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
-
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...
|
|
|